AddZac.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. namespace Servise.Forms
  2. {
  3. partial class AddZac
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddZac));
  29. this.comboShare = new System.Windows.Forms.ComboBox();
  30. this.textColvo = new System.Windows.Forms.TextBox();
  31. this.Client = new System.Windows.Forms.ComboBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.dataShare = new System.Windows.Forms.DataGridView();
  36. this.button3 = new System.Windows.Forms.Button();
  37. this.label15 = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.label4 = new System.Windows.Forms.Label();
  42. ((System.ComponentModel.ISupportInitialize)(this.dataShare)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // comboShare
  46. //
  47. this.comboShare.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  48. this.comboShare.FormattingEnabled = true;
  49. this.comboShare.Location = new System.Drawing.Point(252, 172);
  50. this.comboShare.Margin = new System.Windows.Forms.Padding(2);
  51. this.comboShare.Name = "comboShare";
  52. this.comboShare.Size = new System.Drawing.Size(165, 21);
  53. this.comboShare.TabIndex = 27;
  54. //
  55. // textColvo
  56. //
  57. this.textColvo.Location = new System.Drawing.Point(585, 172);
  58. this.textColvo.Margin = new System.Windows.Forms.Padding(2);
  59. this.textColvo.Name = "textColvo";
  60. this.textColvo.Size = new System.Drawing.Size(165, 22);
  61. this.textColvo.TabIndex = 26;
  62. this.textColvo.Leave += new System.EventHandler(this.textColvo_Leave);
  63. //
  64. // Client
  65. //
  66. this.Client.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
  67. this.Client.FormattingEnabled = true;
  68. this.Client.Location = new System.Drawing.Point(252, 223);
  69. this.Client.Margin = new System.Windows.Forms.Padding(2);
  70. this.Client.Name = "Client";
  71. this.Client.Size = new System.Drawing.Size(165, 21);
  72. this.Client.TabIndex = 28;
  73. //
  74. // button1
  75. //
  76. this.button1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  77. this.button1.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.button1.Location = new System.Drawing.Point(126, 262);
  79. this.button1.Margin = new System.Windows.Forms.Padding(2);
  80. this.button1.Name = "button1";
  81. this.button1.Size = new System.Drawing.Size(160, 20);
  82. this.button1.TabIndex = 29;
  83. this.button1.Text = "Добавить к заказу";
  84. this.button1.UseVisualStyleBackColor = false;
  85. this.button1.Click += new System.EventHandler(this.button1_Click);
  86. //
  87. // textBox1
  88. //
  89. this.textBox1.Location = new System.Drawing.Point(585, 223);
  90. this.textBox1.Margin = new System.Windows.Forms.Padding(2);
  91. this.textBox1.Name = "textBox1";
  92. this.textBox1.ReadOnly = true;
  93. this.textBox1.Size = new System.Drawing.Size(165, 22);
  94. this.textBox1.TabIndex = 30;
  95. //
  96. // button2
  97. //
  98. this.button2.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  99. this.button2.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  100. this.button2.Location = new System.Drawing.Point(395, 262);
  101. this.button2.Margin = new System.Windows.Forms.Padding(2);
  102. this.button2.Name = "button2";
  103. this.button2.Size = new System.Drawing.Size(160, 20);
  104. this.button2.TabIndex = 31;
  105. this.button2.Text = "Добавить починку";
  106. this.button2.UseVisualStyleBackColor = false;
  107. this.button2.Click += new System.EventHandler(this.button2_Click);
  108. //
  109. // dataShare
  110. //
  111. this.dataShare.BackgroundColor = System.Drawing.Color.WhiteSmoke;
  112. this.dataShare.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  113. this.dataShare.Location = new System.Drawing.Point(109, 302);
  114. this.dataShare.Margin = new System.Windows.Forms.Padding(2);
  115. this.dataShare.Name = "dataShare";
  116. this.dataShare.RowHeadersWidth = 51;
  117. this.dataShare.RowTemplate.Height = 24;
  118. this.dataShare.Size = new System.Drawing.Size(761, 146);
  119. this.dataShare.TabIndex = 32;
  120. this.dataShare.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataShare_CellContentClick);
  121. //
  122. // button3
  123. //
  124. this.button3.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  125. this.button3.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  126. this.button3.Location = new System.Drawing.Point(667, 262);
  127. this.button3.Margin = new System.Windows.Forms.Padding(2);
  128. this.button3.Name = "button3";
  129. this.button3.Size = new System.Drawing.Size(160, 20);
  130. this.button3.TabIndex = 33;
  131. this.button3.Text = "Назад";
  132. this.button3.UseVisualStyleBackColor = false;
  133. this.button3.Click += new System.EventHandler(this.button3_Click);
  134. //
  135. // label15
  136. //
  137. this.label15.AutoSize = true;
  138. this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  139. this.label15.Location = new System.Drawing.Point(392, 98);
  140. this.label15.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  141. this.label15.Name = "label15";
  142. this.label15.Size = new System.Drawing.Size(0, 15);
  143. this.label15.TabIndex = 40;
  144. //
  145. // label1
  146. //
  147. this.label1.AutoSize = true;
  148. this.label1.BackColor = System.Drawing.Color.Transparent;
  149. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  150. this.label1.Location = new System.Drawing.Point(496, 176);
  151. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  152. this.label1.Name = "label1";
  153. this.label1.Size = new System.Drawing.Size(86, 15);
  154. this.label1.TabIndex = 41;
  155. this.label1.Text = "Количество";
  156. //
  157. // label2
  158. //
  159. this.label2.AutoSize = true;
  160. this.label2.BackColor = System.Drawing.Color.Transparent;
  161. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  162. this.label2.Location = new System.Drawing.Point(501, 226);
  163. this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  164. this.label2.Name = "label2";
  165. this.label2.Size = new System.Drawing.Size(81, 15);
  166. this.label2.TabIndex = 42;
  167. this.label2.Text = "Стоимость";
  168. //
  169. // label3
  170. //
  171. this.label3.AutoSize = true;
  172. this.label3.BackColor = System.Drawing.Color.Transparent;
  173. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  174. this.label3.Location = new System.Drawing.Point(186, 176);
  175. this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  176. this.label3.Name = "label3";
  177. this.label3.Size = new System.Drawing.Size(57, 15);
  178. this.label3.TabIndex = 43;
  179. this.label3.Text = "Деталь";
  180. //
  181. // label4
  182. //
  183. this.label4.AutoSize = true;
  184. this.label4.BackColor = System.Drawing.Color.Transparent;
  185. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  186. this.label4.Location = new System.Drawing.Point(189, 227);
  187. this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  188. this.label4.Name = "label4";
  189. this.label4.Size = new System.Drawing.Size(56, 15);
  190. this.label4.TabIndex = 44;
  191. this.label4.Text = "Клиент";
  192. //
  193. // AddZac
  194. //
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 13F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.BackgroundImage = global::Servise.Properties.Resources.auto_21;
  198. this.ClientSize = new System.Drawing.Size(1008, 680);
  199. this.Controls.Add(this.label4);
  200. this.Controls.Add(this.label3);
  201. this.Controls.Add(this.label2);
  202. this.Controls.Add(this.label1);
  203. this.Controls.Add(this.label15);
  204. this.Controls.Add(this.button3);
  205. this.Controls.Add(this.dataShare);
  206. this.Controls.Add(this.button2);
  207. this.Controls.Add(this.textBox1);
  208. this.Controls.Add(this.button1);
  209. this.Controls.Add(this.Client);
  210. this.Controls.Add(this.comboShare);
  211. this.Controls.Add(this.textColvo);
  212. this.Font = new System.Drawing.Font("Lucida Sans", 9F, System.Drawing.FontStyle.Bold);
  213. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  214. this.Margin = new System.Windows.Forms.Padding(2);
  215. this.MaximumSize = new System.Drawing.Size(1024, 719);
  216. this.MinimumSize = new System.Drawing.Size(1024, 719);
  217. this.Name = "AddZac";
  218. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  219. this.Text = "Добавление заказа";
  220. this.Load += new System.EventHandler(this.AddZac_Load);
  221. ((System.ComponentModel.ISupportInitialize)(this.dataShare)).EndInit();
  222. this.ResumeLayout(false);
  223. this.PerformLayout();
  224. }
  225. #endregion
  226. private System.Windows.Forms.ComboBox comboShare;
  227. private System.Windows.Forms.TextBox textColvo;
  228. private System.Windows.Forms.ComboBox Client;
  229. private System.Windows.Forms.Button button1;
  230. private System.Windows.Forms.TextBox textBox1;
  231. private System.Windows.Forms.Button button2;
  232. private System.Windows.Forms.DataGridView dataShare;
  233. private System.Windows.Forms.Button button3;
  234. private System.Windows.Forms.Label label15;
  235. private System.Windows.Forms.Label label1;
  236. private System.Windows.Forms.Label label2;
  237. private System.Windows.Forms.Label label3;
  238. private System.Windows.Forms.Label label4;
  239. }
  240. }