Form7.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. 
  2. namespace Praktika409
  3. {
  4. partial class Form7
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form7));
  31. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // dateTimePicker1
  41. //
  42. this.dateTimePicker1.Location = new System.Drawing.Point(12, 12);
  43. this.dateTimePicker1.Name = "dateTimePicker1";
  44. this.dateTimePicker1.Size = new System.Drawing.Size(200, 23);
  45. this.dateTimePicker1.TabIndex = 0;
  46. this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Location = new System.Drawing.Point(13, 42);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(38, 15);
  54. this.label1.TabIndex = 1;
  55. this.label1.Text = "label1";
  56. //
  57. // monthCalendar1
  58. //
  59. this.monthCalendar1.Location = new System.Drawing.Point(224, 12);
  60. this.monthCalendar1.Name = "monthCalendar1";
  61. this.monthCalendar1.TabIndex = 2;
  62. this.monthCalendar1.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.monthCalendar1_DateChanged);
  63. //
  64. // label2
  65. //
  66. this.label2.AutoSize = true;
  67. this.label2.Location = new System.Drawing.Point(289, 183);
  68. this.label2.Name = "label2";
  69. this.label2.Size = new System.Drawing.Size(38, 15);
  70. this.label2.TabIndex = 3;
  71. this.label2.Text = "label2";
  72. //
  73. // pictureBox1
  74. //
  75. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  76. this.pictureBox1.Location = new System.Drawing.Point(414, 12);
  77. this.pictureBox1.Name = "pictureBox1";
  78. this.pictureBox1.Size = new System.Drawing.Size(263, 126);
  79. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  80. this.pictureBox1.TabIndex = 4;
  81. this.pictureBox1.TabStop = false;
  82. //
  83. // notifyIcon1
  84. //
  85. this.notifyIcon1.Text = "notifyIcon1";
  86. this.notifyIcon1.Visible = true;
  87. this.notifyIcon1.Click += new System.EventHandler(this.notifyIcon1_Click);
  88. //
  89. // Form7
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.ClientSize = new System.Drawing.Size(800, 450);
  94. this.Controls.Add(this.pictureBox1);
  95. this.Controls.Add(this.label2);
  96. this.Controls.Add(this.monthCalendar1);
  97. this.Controls.Add(this.label1);
  98. this.Controls.Add(this.dateTimePicker1);
  99. this.Name = "Form7";
  100. this.Text = "Form7";
  101. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  102. this.ResumeLayout(false);
  103. this.PerformLayout();
  104. }
  105. #endregion
  106. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  107. private System.Windows.Forms.Label label1;
  108. private System.Windows.Forms.MonthCalendar monthCalendar1;
  109. private System.Windows.Forms.Label label2;
  110. private System.Windows.Forms.PictureBox pictureBox1;
  111. private System.Windows.Forms.NotifyIcon notifyIcon1;
  112. }
  113. }