FormAddOrder.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. namespace СУБД_Фабрика
  2. {
  3. partial class FormAddOrder
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddOrder));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.CbxIzd = new System.Windows.Forms.ComboBox();
  34. this.BsZak = new System.Windows.Forms.BindingSource(this.components);
  35. this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
  36. this.BsIzd = new System.Windows.Forms.BindingSource(this.components);
  37. this.CbxFurn = new System.Windows.Forms.ComboBox();
  38. this.BsFur = new System.Windows.Forms.BindingSource(this.components);
  39. this.CbxCloth = new System.Windows.Forms.ComboBox();
  40. this.BsCloth = new System.Windows.Forms.BindingSource(this.components);
  41. this.TbxCountFur = new System.Windows.Forms.TextBox();
  42. this.TbxCountIzd = new System.Windows.Forms.TextBox();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label3 = new System.Windows.Forms.Label();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.BtnCreateOrder = new System.Windows.Forms.Button();
  49. this.BtnCancel = new System.Windows.Forms.Button();
  50. this.ordersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.OrdersTableAdapter();
  51. this.izdeliaTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.IzdeliaTableAdapter();
  52. this.clothTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.ClothTableAdapter();
  53. this.furnituraTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.FurnituraTableAdapter();
  54. this.LblIDMen = new System.Windows.Forms.Label();
  55. this.LblIDZak = new System.Windows.Forms.Label();
  56. this.LblCountFur = new System.Windows.Forms.Label();
  57. this.LblCountIzd = new System.Windows.Forms.Label();
  58. this.panel1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.BsZak)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.BsIzd)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.BsFur)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.BsCloth)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // panel1
  68. //
  69. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  70. this.panel1.Controls.Add(this.label1);
  71. this.panel1.Controls.Add(this.pictureBox1);
  72. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  73. this.panel1.Location = new System.Drawing.Point(0, 0);
  74. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  75. this.panel1.Name = "panel1";
  76. this.panel1.Size = new System.Drawing.Size(370, 91);
  77. this.panel1.TabIndex = 1;
  78. //
  79. // label1
  80. //
  81. this.label1.AutoSize = true;
  82. this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. this.label1.Location = new System.Drawing.Point(95, 37);
  84. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  85. this.label1.Name = "label1";
  86. this.label1.Size = new System.Drawing.Size(134, 23);
  87. this.label1.TabIndex = 1;
  88. this.label1.Text = "Создание заказа";
  89. //
  90. // pictureBox1
  91. //
  92. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  93. this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
  94. this.pictureBox1.Location = new System.Drawing.Point(269, 0);
  95. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
  96. this.pictureBox1.Name = "pictureBox1";
  97. this.pictureBox1.Size = new System.Drawing.Size(101, 91);
  98. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  99. this.pictureBox1.TabIndex = 0;
  100. this.pictureBox1.TabStop = false;
  101. //
  102. // CbxIzd
  103. //
  104. this.CbxIzd.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsZak, "IDIzd", true));
  105. this.CbxIzd.DataSource = this.BsIzd;
  106. this.CbxIzd.DisplayMember = "Title";
  107. this.CbxIzd.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  108. this.CbxIzd.FormattingEnabled = true;
  109. this.CbxIzd.Location = new System.Drawing.Point(99, 124);
  110. this.CbxIzd.Name = "CbxIzd";
  111. this.CbxIzd.Size = new System.Drawing.Size(152, 28);
  112. this.CbxIzd.TabIndex = 2;
  113. this.CbxIzd.ValueMember = "IDIzd";
  114. //
  115. // BsZak
  116. //
  117. this.BsZak.DataMember = "Orders";
  118. this.BsZak.DataSource = this.sewingFactoryMURDataSet1;
  119. //
  120. // sewingFactoryMURDataSet1
  121. //
  122. this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
  123. this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  124. //
  125. // BsIzd
  126. //
  127. this.BsIzd.DataMember = "Izdelia";
  128. this.BsIzd.DataSource = this.sewingFactoryMURDataSet1;
  129. //
  130. // CbxFurn
  131. //
  132. this.CbxFurn.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsZak, "IDFur", true));
  133. this.CbxFurn.DataSource = this.BsFur;
  134. this.CbxFurn.DisplayMember = "namefur";
  135. this.CbxFurn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  136. this.CbxFurn.FormattingEnabled = true;
  137. this.CbxFurn.Location = new System.Drawing.Point(99, 232);
  138. this.CbxFurn.Name = "CbxFurn";
  139. this.CbxFurn.Size = new System.Drawing.Size(152, 28);
  140. this.CbxFurn.TabIndex = 3;
  141. this.CbxFurn.ValueMember = "idfur";
  142. //
  143. // BsFur
  144. //
  145. this.BsFur.DataMember = "Furnitura";
  146. this.BsFur.DataSource = this.sewingFactoryMURDataSet1;
  147. //
  148. // CbxCloth
  149. //
  150. this.CbxCloth.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsZak, "IDCloth", true));
  151. this.CbxCloth.DataSource = this.BsCloth;
  152. this.CbxCloth.DisplayMember = "Title";
  153. this.CbxCloth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  154. this.CbxCloth.FormattingEnabled = true;
  155. this.CbxCloth.Location = new System.Drawing.Point(99, 178);
  156. this.CbxCloth.Name = "CbxCloth";
  157. this.CbxCloth.Size = new System.Drawing.Size(152, 28);
  158. this.CbxCloth.TabIndex = 4;
  159. this.CbxCloth.ValueMember = "IDCloth";
  160. //
  161. // BsCloth
  162. //
  163. this.BsCloth.DataMember = "Cloth";
  164. this.BsCloth.DataSource = this.sewingFactoryMURDataSet1;
  165. //
  166. // TbxCountFur
  167. //
  168. this.TbxCountFur.Location = new System.Drawing.Point(99, 290);
  169. this.TbxCountFur.Name = "TbxCountFur";
  170. this.TbxCountFur.Size = new System.Drawing.Size(152, 26);
  171. this.TbxCountFur.TabIndex = 5;
  172. //
  173. // TbxCountIzd
  174. //
  175. this.TbxCountIzd.Location = new System.Drawing.Point(99, 350);
  176. this.TbxCountIzd.Name = "TbxCountIzd";
  177. this.TbxCountIzd.Size = new System.Drawing.Size(152, 26);
  178. this.TbxCountIzd.TabIndex = 6;
  179. //
  180. // label2
  181. //
  182. this.label2.AutoSize = true;
  183. this.label2.Location = new System.Drawing.Point(122, 101);
  184. this.label2.Name = "label2";
  185. this.label2.Size = new System.Drawing.Size(67, 20);
  186. this.label2.TabIndex = 7;
  187. this.label2.Text = "Изделие:";
  188. //
  189. // label3
  190. //
  191. this.label3.AutoSize = true;
  192. this.label3.Location = new System.Drawing.Point(133, 155);
  193. this.label3.Name = "label3";
  194. this.label3.Size = new System.Drawing.Size(47, 20);
  195. this.label3.TabIndex = 8;
  196. this.label3.Text = "Ткань:";
  197. //
  198. // label4
  199. //
  200. this.label4.AutoSize = true;
  201. this.label4.Location = new System.Drawing.Point(122, 209);
  202. this.label4.Name = "label4";
  203. this.label4.Size = new System.Drawing.Size(79, 20);
  204. this.label4.TabIndex = 9;
  205. this.label4.Text = "Фурнитура:";
  206. //
  207. // label5
  208. //
  209. this.label5.AutoSize = true;
  210. this.label5.Location = new System.Drawing.Point(95, 267);
  211. this.label5.Name = "label5";
  212. this.label5.Size = new System.Drawing.Size(130, 20);
  213. this.label5.TabIndex = 10;
  214. this.label5.Text = "Кол-во фурнитуры:";
  215. //
  216. // label6
  217. //
  218. this.label6.AutoSize = true;
  219. this.label6.Location = new System.Drawing.Point(95, 327);
  220. this.label6.Name = "label6";
  221. this.label6.Size = new System.Drawing.Size(111, 20);
  222. this.label6.TabIndex = 11;
  223. this.label6.Text = "Кол-во изделий:";
  224. //
  225. // BtnCreateOrder
  226. //
  227. this.BtnCreateOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  228. this.BtnCreateOrder.Location = new System.Drawing.Point(23, 441);
  229. this.BtnCreateOrder.Name = "BtnCreateOrder";
  230. this.BtnCreateOrder.Size = new System.Drawing.Size(135, 31);
  231. this.BtnCreateOrder.TabIndex = 19;
  232. this.BtnCreateOrder.Text = "Создать заказ";
  233. this.BtnCreateOrder.UseVisualStyleBackColor = false;
  234. this.BtnCreateOrder.Click += new System.EventHandler(this.BtnCreateOrder_Click);
  235. //
  236. // BtnCancel
  237. //
  238. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  239. this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  240. this.BtnCancel.Location = new System.Drawing.Point(223, 441);
  241. this.BtnCancel.Name = "BtnCancel";
  242. this.BtnCancel.Size = new System.Drawing.Size(135, 31);
  243. this.BtnCancel.TabIndex = 20;
  244. this.BtnCancel.Text = "Отмена";
  245. this.BtnCancel.UseVisualStyleBackColor = false;
  246. //
  247. // ordersTableAdapter
  248. //
  249. this.ordersTableAdapter.ClearBeforeFill = true;
  250. //
  251. // izdeliaTableAdapter
  252. //
  253. this.izdeliaTableAdapter.ClearBeforeFill = true;
  254. //
  255. // clothTableAdapter
  256. //
  257. this.clothTableAdapter.ClearBeforeFill = true;
  258. //
  259. // furnituraTableAdapter
  260. //
  261. this.furnituraTableAdapter.ClearBeforeFill = true;
  262. //
  263. // LblIDMen
  264. //
  265. this.LblIDMen.AutoSize = true;
  266. this.LblIDMen.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsZak, "IDMen", true));
  267. this.LblIDMen.Location = new System.Drawing.Point(23, 107);
  268. this.LblIDMen.Name = "LblIDMen";
  269. this.LblIDMen.Size = new System.Drawing.Size(45, 20);
  270. this.LblIDMen.TabIndex = 21;
  271. this.LblIDMen.Text = "label7";
  272. //
  273. // LblIDZak
  274. //
  275. this.LblIDZak.AutoSize = true;
  276. this.LblIDZak.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsZak, "IDZak", true));
  277. this.LblIDZak.Location = new System.Drawing.Point(300, 113);
  278. this.LblIDZak.Name = "LblIDZak";
  279. this.LblIDZak.Size = new System.Drawing.Size(45, 20);
  280. this.LblIDZak.TabIndex = 22;
  281. this.LblIDZak.Text = "label7";
  282. //
  283. // LblCountFur
  284. //
  285. this.LblCountFur.AutoSize = true;
  286. this.LblCountFur.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsZak, "CountFur", true));
  287. this.LblCountFur.Location = new System.Drawing.Point(12, 181);
  288. this.LblCountFur.Name = "LblCountFur";
  289. this.LblCountFur.Size = new System.Drawing.Size(45, 20);
  290. this.LblCountFur.TabIndex = 23;
  291. this.LblCountFur.Text = "label7";
  292. //
  293. // LblCountIzd
  294. //
  295. this.LblCountIzd.AutoSize = true;
  296. this.LblCountIzd.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsZak, "CountIzd", true));
  297. this.LblCountIzd.Location = new System.Drawing.Point(285, 186);
  298. this.LblCountIzd.Name = "LblCountIzd";
  299. this.LblCountIzd.Size = new System.Drawing.Size(45, 20);
  300. this.LblCountIzd.TabIndex = 24;
  301. this.LblCountIzd.Text = "label7";
  302. //
  303. // FormAddOrder
  304. //
  305. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
  306. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  307. this.BackColor = System.Drawing.Color.White;
  308. this.ClientSize = new System.Drawing.Size(370, 495);
  309. this.Controls.Add(this.LblCountIzd);
  310. this.Controls.Add(this.LblCountFur);
  311. this.Controls.Add(this.LblIDZak);
  312. this.Controls.Add(this.LblIDMen);
  313. this.Controls.Add(this.BtnCancel);
  314. this.Controls.Add(this.BtnCreateOrder);
  315. this.Controls.Add(this.label6);
  316. this.Controls.Add(this.label5);
  317. this.Controls.Add(this.label4);
  318. this.Controls.Add(this.label3);
  319. this.Controls.Add(this.label2);
  320. this.Controls.Add(this.TbxCountIzd);
  321. this.Controls.Add(this.TbxCountFur);
  322. this.Controls.Add(this.CbxCloth);
  323. this.Controls.Add(this.CbxFurn);
  324. this.Controls.Add(this.CbxIzd);
  325. this.Controls.Add(this.panel1);
  326. this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  327. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  328. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  329. this.MinimizeBox = false;
  330. this.MinimumSize = new System.Drawing.Size(386, 534);
  331. this.Name = "FormAddOrder";
  332. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  333. this.Text = "СУБД \"Швейная фабрика\"";
  334. this.Load += new System.EventHandler(this.FormAddOrder_Load);
  335. this.panel1.ResumeLayout(false);
  336. this.panel1.PerformLayout();
  337. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  338. ((System.ComponentModel.ISupportInitialize)(this.BsZak)).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)(this.BsIzd)).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)(this.BsFur)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.BsCloth)).EndInit();
  343. this.ResumeLayout(false);
  344. this.PerformLayout();
  345. }
  346. #endregion
  347. private System.Windows.Forms.Panel panel1;
  348. private System.Windows.Forms.Label label1;
  349. private System.Windows.Forms.PictureBox pictureBox1;
  350. private System.Windows.Forms.ComboBox CbxIzd;
  351. private System.Windows.Forms.ComboBox CbxFurn;
  352. private System.Windows.Forms.ComboBox CbxCloth;
  353. private System.Windows.Forms.TextBox TbxCountFur;
  354. private System.Windows.Forms.TextBox TbxCountIzd;
  355. private System.Windows.Forms.Label label2;
  356. private System.Windows.Forms.Label label3;
  357. private System.Windows.Forms.Label label4;
  358. private System.Windows.Forms.Label label5;
  359. private System.Windows.Forms.Label label6;
  360. private System.Windows.Forms.Button BtnCreateOrder;
  361. private System.Windows.Forms.Button BtnCancel;
  362. private SewingFactoryMURDataSet sewingFactoryMURDataSet1;
  363. private System.Windows.Forms.BindingSource BsZak;
  364. private System.Windows.Forms.BindingSource BsIzd;
  365. private System.Windows.Forms.BindingSource BsCloth;
  366. private System.Windows.Forms.BindingSource BsFur;
  367. private SewingFactoryMURDataSetTableAdapters.OrdersTableAdapter ordersTableAdapter;
  368. private SewingFactoryMURDataSetTableAdapters.IzdeliaTableAdapter izdeliaTableAdapter;
  369. private SewingFactoryMURDataSetTableAdapters.ClothTableAdapter clothTableAdapter;
  370. private SewingFactoryMURDataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
  371. private System.Windows.Forms.Label LblIDMen;
  372. private System.Windows.Forms.Label LblIDZak;
  373. private System.Windows.Forms.Label LblCountFur;
  374. private System.Windows.Forms.Label LblCountIzd;
  375. }
  376. }