Variant.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. namespace Starichkxina_remont_bytovoy_texniki
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Код, автоматически созданный конструктором форм Windows
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.button4 = new System.Windows.Forms.Button();
  35. this.button5 = new System.Windows.Forms.Button();
  36. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  37. this.imageList2 = new System.Windows.Forms.ImageList(this.components);
  38. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // label1
  43. //
  44. this.label1.AutoSize = true;
  45. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  46. this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
  47. this.label1.Location = new System.Drawing.Point(135, 49);
  48. this.label1.Name = "label1";
  49. this.label1.Size = new System.Drawing.Size(373, 24);
  50. this.label1.TabIndex = 0;
  51. this.label1.Text = "База данных \"Ремонт бытовой техники\"";
  52. this.label1.Click += new System.EventHandler(this.label1_Click);
  53. //
  54. // button1
  55. //
  56. this.button1.Location = new System.Drawing.Point(23, 100);
  57. this.button1.Name = "button1";
  58. this.button1.Size = new System.Drawing.Size(147, 52);
  59. this.button1.TabIndex = 1;
  60. this.button1.Text = "Таблица \"заказ\"";
  61. this.button1.UseVisualStyleBackColor = true;
  62. this.button1.Click += new System.EventHandler(this.button1_Click);
  63. //
  64. // button2
  65. //
  66. this.button2.Location = new System.Drawing.Point(23, 174);
  67. this.button2.Name = "button2";
  68. this.button2.Size = new System.Drawing.Size(147, 66);
  69. this.button2.TabIndex = 2;
  70. this.button2.Text = "таблица \"исполнение заказа\"";
  71. this.button2.UseVisualStyleBackColor = true;
  72. this.button2.Click += new System.EventHandler(this.button2_Click);
  73. //
  74. // button3
  75. //
  76. this.button3.Location = new System.Drawing.Point(23, 256);
  77. this.button3.Name = "button3";
  78. this.button3.Size = new System.Drawing.Size(147, 49);
  79. this.button3.TabIndex = 3;
  80. this.button3.Text = "таблица \"сотрудники\"";
  81. this.button3.UseVisualStyleBackColor = true;
  82. this.button3.Click += new System.EventHandler(this.button3_Click);
  83. //
  84. // button4
  85. //
  86. this.button4.Location = new System.Drawing.Point(23, 323);
  87. this.button4.Name = "button4";
  88. this.button4.Size = new System.Drawing.Size(147, 61);
  89. this.button4.TabIndex = 4;
  90. this.button4.Text = "Представление";
  91. this.button4.UseVisualStyleBackColor = true;
  92. this.button4.Click += new System.EventHandler(this.button4_Click);
  93. //
  94. // button5
  95. //
  96. this.button5.Location = new System.Drawing.Point(23, 401);
  97. this.button5.Name = "button5";
  98. this.button5.Size = new System.Drawing.Size(147, 47);
  99. this.button5.TabIndex = 5;
  100. this.button5.Text = "таблица \"товары\"";
  101. this.button5.UseVisualStyleBackColor = true;
  102. this.button5.Click += new System.EventHandler(this.button5_Click);
  103. //
  104. // imageList1
  105. //
  106. this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  107. this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
  108. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  109. //
  110. // imageList2
  111. //
  112. this.imageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  113. this.imageList2.ImageSize = new System.Drawing.Size(16, 16);
  114. this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
  115. //
  116. // pictureBox1
  117. //
  118. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  119. this.pictureBox1.Location = new System.Drawing.Point(316, 100);
  120. this.pictureBox1.Name = "pictureBox1";
  121. this.pictureBox1.Size = new System.Drawing.Size(736, 575);
  122. this.pictureBox1.TabIndex = 6;
  123. this.pictureBox1.TabStop = false;
  124. //
  125. // Form1
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.ClientSize = new System.Drawing.Size(1126, 724);
  130. this.Controls.Add(this.pictureBox1);
  131. this.Controls.Add(this.button5);
  132. this.Controls.Add(this.button4);
  133. this.Controls.Add(this.button3);
  134. this.Controls.Add(this.button2);
  135. this.Controls.Add(this.button1);
  136. this.Controls.Add(this.label1);
  137. this.Name = "Form1";
  138. this.Text = "Form1";
  139. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  140. this.ResumeLayout(false);
  141. this.PerformLayout();
  142. }
  143. #endregion
  144. private System.Windows.Forms.Label label1;
  145. private System.Windows.Forms.Button button1;
  146. private System.Windows.Forms.Button button2;
  147. private System.Windows.Forms.Button button3;
  148. private System.Windows.Forms.Button button4;
  149. private System.Windows.Forms.Button button5;
  150. private System.Windows.Forms.ImageList imageList1;
  151. private System.Windows.Forms.ImageList imageList2;
  152. private System.Windows.Forms.PictureBox pictureBox1;
  153. }
  154. }