FormGetMaterial.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. namespace Швейная_фабрика
  2. {
  3. partial class FormGetMaterial
  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.Windows.Forms.Label commentLabel;
  30. System.Windows.Forms.Label widthLabel;
  31. System.Windows.Forms.Label lengthLabel;
  32. System.Windows.Forms.Label id_colorLabel;
  33. System.Windows.Forms.Label titleLabel;
  34. System.Windows.Forms.Label countfurLabel;
  35. System.Windows.Forms.Label namefurLabel;
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGetMaterial));
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. this.BtnSave = new System.Windows.Forms.Button();
  41. this.BtnCancel = new System.Windows.Forms.Button();
  42. this.PageTkan = new System.Windows.Forms.TabControl();
  43. this.tabPage1 = new System.Windows.Forms.TabPage();
  44. this.TbxComment = new System.Windows.Forms.TextBox();
  45. this.TbxW = new System.Windows.Forms.TextBox();
  46. this.TbxL = new System.Windows.Forms.TextBox();
  47. this.TbxColor = new System.Windows.Forms.TextBox();
  48. this.TbxNameTkan = new System.Windows.Forms.TextBox();
  49. this.PageFurn = new System.Windows.Forms.TabPage();
  50. this.TbxCountFur = new System.Windows.Forms.TextBox();
  51. this.TbxNameFur = new System.Windows.Forms.TextBox();
  52. this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
  53. this.BSTkan = new System.Windows.Forms.BindingSource(this.components);
  54. this.tkanTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TkanTableAdapter();
  55. this.BSFurnitura = new System.Windows.Forms.BindingSource(this.components);
  56. this.furnituraTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.FurnituraTableAdapter();
  57. commentLabel = new System.Windows.Forms.Label();
  58. widthLabel = new System.Windows.Forms.Label();
  59. lengthLabel = new System.Windows.Forms.Label();
  60. id_colorLabel = new System.Windows.Forms.Label();
  61. titleLabel = new System.Windows.Forms.Label();
  62. countfurLabel = new System.Windows.Forms.Label();
  63. namefurLabel = new System.Windows.Forms.Label();
  64. this.panel1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  66. this.PageTkan.SuspendLayout();
  67. this.tabPage1.SuspendLayout();
  68. this.PageFurn.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.BSTkan)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.BSFurnitura)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // panel1
  75. //
  76. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  77. this.panel1.Controls.Add(this.label1);
  78. this.panel1.Controls.Add(this.pictureBox1);
  79. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  80. this.panel1.Location = new System.Drawing.Point(0, 0);
  81. this.panel1.Name = "panel1";
  82. this.panel1.Size = new System.Drawing.Size(538, 130);
  83. this.panel1.TabIndex = 5;
  84. //
  85. // label1
  86. //
  87. this.label1.AutoSize = true;
  88. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.label1.Location = new System.Drawing.Point(162, 52);
  90. this.label1.Name = "label1";
  91. this.label1.Size = new System.Drawing.Size(346, 29);
  92. this.label1.TabIndex = 2;
  93. this.label1.Text = "Добавить материал на склад";
  94. //
  95. // pictureBox1
  96. //
  97. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  98. this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  99. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  100. this.pictureBox1.Name = "pictureBox1";
  101. this.pictureBox1.Size = new System.Drawing.Size(133, 130);
  102. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  103. this.pictureBox1.TabIndex = 0;
  104. this.pictureBox1.TabStop = false;
  105. //
  106. // BtnSave
  107. //
  108. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  109. this.BtnSave.Location = new System.Drawing.Point(331, 138);
  110. this.BtnSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  111. this.BtnSave.Name = "BtnSave";
  112. this.BtnSave.Size = new System.Drawing.Size(191, 33);
  113. this.BtnSave.TabIndex = 25;
  114. this.BtnSave.Text = "Добавить";
  115. this.BtnSave.UseVisualStyleBackColor = false;
  116. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  117. //
  118. // BtnCancel
  119. //
  120. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  121. this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  122. this.BtnCancel.Location = new System.Drawing.Point(331, 178);
  123. this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  124. this.BtnCancel.Name = "BtnCancel";
  125. this.BtnCancel.Size = new System.Drawing.Size(191, 33);
  126. this.BtnCancel.TabIndex = 24;
  127. this.BtnCancel.Text = "Отмена";
  128. this.BtnCancel.UseVisualStyleBackColor = false;
  129. //
  130. // PageTkan
  131. //
  132. this.PageTkan.Controls.Add(this.tabPage1);
  133. this.PageTkan.Controls.Add(this.PageFurn);
  134. this.PageTkan.Location = new System.Drawing.Point(11, 138);
  135. this.PageTkan.Margin = new System.Windows.Forms.Padding(2);
  136. this.PageTkan.Name = "PageTkan";
  137. this.PageTkan.SelectedIndex = 0;
  138. this.PageTkan.Size = new System.Drawing.Size(314, 234);
  139. this.PageTkan.TabIndex = 23;
  140. //
  141. // tabPage1
  142. //
  143. this.tabPage1.Controls.Add(commentLabel);
  144. this.tabPage1.Controls.Add(this.TbxComment);
  145. this.tabPage1.Controls.Add(widthLabel);
  146. this.tabPage1.Controls.Add(this.TbxW);
  147. this.tabPage1.Controls.Add(lengthLabel);
  148. this.tabPage1.Controls.Add(this.TbxL);
  149. this.tabPage1.Controls.Add(id_colorLabel);
  150. this.tabPage1.Controls.Add(this.TbxColor);
  151. this.tabPage1.Controls.Add(titleLabel);
  152. this.tabPage1.Controls.Add(this.TbxNameTkan);
  153. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  154. this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
  155. this.tabPage1.Name = "tabPage1";
  156. this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
  157. this.tabPage1.Size = new System.Drawing.Size(306, 205);
  158. this.tabPage1.TabIndex = 0;
  159. this.tabPage1.Text = "Добавить ткань";
  160. this.tabPage1.UseVisualStyleBackColor = true;
  161. //
  162. // commentLabel
  163. //
  164. commentLabel.AutoSize = true;
  165. commentLabel.Location = new System.Drawing.Point(22, 136);
  166. commentLabel.Name = "commentLabel";
  167. commentLabel.Size = new System.Drawing.Size(75, 16);
  168. commentLabel.TabIndex = 10;
  169. commentLabel.Text = "Описание:";
  170. //
  171. // TbxComment
  172. //
  173. this.TbxComment.Location = new System.Drawing.Point(99, 133);
  174. this.TbxComment.Name = "TbxComment";
  175. this.TbxComment.Size = new System.Drawing.Size(163, 22);
  176. this.TbxComment.TabIndex = 11;
  177. //
  178. // widthLabel
  179. //
  180. widthLabel.AutoSize = true;
  181. widthLabel.Location = new System.Drawing.Point(32, 79);
  182. widthLabel.Name = "widthLabel";
  183. widthLabel.Size = new System.Drawing.Size(61, 16);
  184. widthLabel.TabIndex = 8;
  185. widthLabel.Text = "Ширина:";
  186. //
  187. // TbxW
  188. //
  189. this.TbxW.Location = new System.Drawing.Point(99, 76);
  190. this.TbxW.Name = "TbxW";
  191. this.TbxW.Size = new System.Drawing.Size(163, 22);
  192. this.TbxW.TabIndex = 9;
  193. //
  194. // lengthLabel
  195. //
  196. lengthLabel.AutoSize = true;
  197. lengthLabel.Location = new System.Drawing.Point(42, 46);
  198. lengthLabel.Name = "lengthLabel";
  199. lengthLabel.Size = new System.Drawing.Size(51, 16);
  200. lengthLabel.TabIndex = 6;
  201. lengthLabel.Text = "Длина:";
  202. //
  203. // TbxL
  204. //
  205. this.TbxL.Location = new System.Drawing.Point(99, 43);
  206. this.TbxL.Name = "TbxL";
  207. this.TbxL.Size = new System.Drawing.Size(163, 22);
  208. this.TbxL.TabIndex = 7;
  209. //
  210. // id_colorLabel
  211. //
  212. id_colorLabel.AutoSize = true;
  213. id_colorLabel.Location = new System.Drawing.Point(50, 108);
  214. id_colorLabel.Name = "id_colorLabel";
  215. id_colorLabel.Size = new System.Drawing.Size(42, 16);
  216. id_colorLabel.TabIndex = 4;
  217. id_colorLabel.Text = "Цвет:";
  218. //
  219. // TbxColor
  220. //
  221. this.TbxColor.Location = new System.Drawing.Point(99, 105);
  222. this.TbxColor.Name = "TbxColor";
  223. this.TbxColor.Size = new System.Drawing.Size(163, 22);
  224. this.TbxColor.TabIndex = 5;
  225. //
  226. // titleLabel
  227. //
  228. titleLabel.AutoSize = true;
  229. titleLabel.Location = new System.Drawing.Point(17, 18);
  230. titleLabel.Name = "titleLabel";
  231. titleLabel.Size = new System.Drawing.Size(76, 16);
  232. titleLabel.TabIndex = 2;
  233. titleLabel.Text = "Название:";
  234. //
  235. // TbxNameTkan
  236. //
  237. this.TbxNameTkan.Location = new System.Drawing.Point(99, 15);
  238. this.TbxNameTkan.Name = "TbxNameTkan";
  239. this.TbxNameTkan.Size = new System.Drawing.Size(163, 22);
  240. this.TbxNameTkan.TabIndex = 3;
  241. //
  242. // PageFurn
  243. //
  244. this.PageFurn.Controls.Add(countfurLabel);
  245. this.PageFurn.Controls.Add(this.TbxCountFur);
  246. this.PageFurn.Controls.Add(namefurLabel);
  247. this.PageFurn.Controls.Add(this.TbxNameFur);
  248. this.PageFurn.Location = new System.Drawing.Point(4, 25);
  249. this.PageFurn.Margin = new System.Windows.Forms.Padding(2);
  250. this.PageFurn.Name = "PageFurn";
  251. this.PageFurn.Padding = new System.Windows.Forms.Padding(2);
  252. this.PageFurn.Size = new System.Drawing.Size(306, 205);
  253. this.PageFurn.TabIndex = 1;
  254. this.PageFurn.Text = "Добавить фурнитуру";
  255. this.PageFurn.UseVisualStyleBackColor = true;
  256. //
  257. // countfurLabel
  258. //
  259. countfurLabel.AutoSize = true;
  260. countfurLabel.Location = new System.Drawing.Point(57, 18);
  261. countfurLabel.Name = "countfurLabel";
  262. countfurLabel.Size = new System.Drawing.Size(54, 16);
  263. countfurLabel.TabIndex = 2;
  264. countfurLabel.Text = "Кол-во:";
  265. //
  266. // TbxCountFur
  267. //
  268. this.TbxCountFur.Location = new System.Drawing.Point(117, 15);
  269. this.TbxCountFur.Name = "TbxCountFur";
  270. this.TbxCountFur.Size = new System.Drawing.Size(100, 22);
  271. this.TbxCountFur.TabIndex = 3;
  272. //
  273. // namefurLabel
  274. //
  275. namefurLabel.AutoSize = true;
  276. namefurLabel.Location = new System.Drawing.Point(35, 46);
  277. namefurLabel.Name = "namefurLabel";
  278. namefurLabel.Size = new System.Drawing.Size(76, 16);
  279. namefurLabel.TabIndex = 0;
  280. namefurLabel.Text = "Название:";
  281. //
  282. // TbxNameFur
  283. //
  284. this.TbxNameFur.Location = new System.Drawing.Point(117, 43);
  285. this.TbxNameFur.Name = "TbxNameFur";
  286. this.TbxNameFur.Size = new System.Drawing.Size(100, 22);
  287. this.TbxNameFur.TabIndex = 1;
  288. //
  289. // сlothesFactoryLGDataSet
  290. //
  291. this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
  292. this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  293. //
  294. // BSTkan
  295. //
  296. this.BSTkan.DataMember = "Tkan";
  297. this.BSTkan.DataSource = this.сlothesFactoryLGDataSet;
  298. //
  299. // tkanTableAdapter
  300. //
  301. this.tkanTableAdapter.ClearBeforeFill = true;
  302. //
  303. // BSFurnitura
  304. //
  305. this.BSFurnitura.DataMember = "Furnitura";
  306. this.BSFurnitura.DataSource = this.сlothesFactoryLGDataSet;
  307. //
  308. // furnituraTableAdapter
  309. //
  310. this.furnituraTableAdapter.ClearBeforeFill = true;
  311. //
  312. // FormGetMaterial
  313. //
  314. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  315. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  316. this.ClientSize = new System.Drawing.Size(538, 384);
  317. this.Controls.Add(this.BtnSave);
  318. this.Controls.Add(this.BtnCancel);
  319. this.Controls.Add(this.PageTkan);
  320. this.Controls.Add(this.panel1);
  321. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  322. this.Name = "FormGetMaterial";
  323. this.Text = "СУБД \"Швейная фабрика\"";
  324. this.Load += new System.EventHandler(this.FormGetMaterial_Load);
  325. this.panel1.ResumeLayout(false);
  326. this.panel1.PerformLayout();
  327. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  328. this.PageTkan.ResumeLayout(false);
  329. this.tabPage1.ResumeLayout(false);
  330. this.tabPage1.PerformLayout();
  331. this.PageFurn.ResumeLayout(false);
  332. this.PageFurn.PerformLayout();
  333. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
  334. ((System.ComponentModel.ISupportInitialize)(this.BSTkan)).EndInit();
  335. ((System.ComponentModel.ISupportInitialize)(this.BSFurnitura)).EndInit();
  336. this.ResumeLayout(false);
  337. }
  338. #endregion
  339. private System.Windows.Forms.Panel panel1;
  340. private System.Windows.Forms.Label label1;
  341. private System.Windows.Forms.PictureBox pictureBox1;
  342. private System.Windows.Forms.Button BtnSave;
  343. private System.Windows.Forms.Button BtnCancel;
  344. private System.Windows.Forms.TabControl PageTkan;
  345. private System.Windows.Forms.TabPage tabPage1;
  346. private System.Windows.Forms.TextBox TbxComment;
  347. private System.Windows.Forms.TextBox TbxW;
  348. private System.Windows.Forms.TextBox TbxL;
  349. private System.Windows.Forms.TextBox TbxColor;
  350. private System.Windows.Forms.TextBox TbxNameTkan;
  351. private System.Windows.Forms.TabPage PageFurn;
  352. private System.Windows.Forms.TextBox TbxCountFur;
  353. private System.Windows.Forms.TextBox TbxNameFur;
  354. private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
  355. private System.Windows.Forms.BindingSource BSTkan;
  356. private СlothesFactoryLGDataSetTableAdapters.TkanTableAdapter tkanTableAdapter;
  357. private System.Windows.Forms.BindingSource BSFurnitura;
  358. private СlothesFactoryLGDataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
  359. }
  360. }