FormAddIzdelie.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. namespace Швейная_фабрика
  2. {
  3. partial class FormAddIzdelie
  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 widthLabel;
  30. System.Windows.Forms.Label lengthLabel;
  31. System.Windows.Forms.Label name_izdLabel;
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddIzdelie));
  33. this.BtnSave = new System.Windows.Forms.Button();
  34. this.BtnCancel = new System.Windows.Forms.Button();
  35. this.TbxW = new System.Windows.Forms.TextBox();
  36. this.TbxL = new System.Windows.Forms.TextBox();
  37. this.TbxNameIzd = new System.Windows.Forms.TextBox();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. this.LblFunc = new System.Windows.Forms.Label();
  41. this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
  42. this.BSizdelie = new System.Windows.Forms.BindingSource(this.components);
  43. this.izdelieTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter();
  44. widthLabel = new System.Windows.Forms.Label();
  45. lengthLabel = new System.Windows.Forms.Label();
  46. name_izdLabel = new System.Windows.Forms.Label();
  47. this.panel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.BSizdelie)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // BtnSave
  54. //
  55. this.BtnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  56. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  57. this.BtnSave.Location = new System.Drawing.Point(277, 270);
  58. this.BtnSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  59. this.BtnSave.Name = "BtnSave";
  60. this.BtnSave.Size = new System.Drawing.Size(191, 33);
  61. this.BtnSave.TabIndex = 29;
  62. this.BtnSave.Text = "Сохранить";
  63. this.BtnSave.UseVisualStyleBackColor = false;
  64. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  65. //
  66. // BtnCancel
  67. //
  68. this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  69. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  70. this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  71. this.BtnCancel.Location = new System.Drawing.Point(35, 270);
  72. this.BtnCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  73. this.BtnCancel.Name = "BtnCancel";
  74. this.BtnCancel.Size = new System.Drawing.Size(208, 33);
  75. this.BtnCancel.TabIndex = 28;
  76. this.BtnCancel.Text = "Отмена";
  77. this.BtnCancel.UseVisualStyleBackColor = false;
  78. //
  79. // widthLabel
  80. //
  81. widthLabel.AutoSize = true;
  82. widthLabel.Location = new System.Drawing.Point(86, 187);
  83. widthLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. widthLabel.Name = "widthLabel";
  85. widthLabel.Size = new System.Drawing.Size(58, 16);
  86. widthLabel.TabIndex = 25;
  87. widthLabel.Text = "Ширина";
  88. //
  89. // TbxW
  90. //
  91. this.TbxW.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSizdelie, "width", true));
  92. this.TbxW.Location = new System.Drawing.Point(149, 184);
  93. this.TbxW.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  94. this.TbxW.Name = "TbxW";
  95. this.TbxW.Size = new System.Drawing.Size(340, 22);
  96. this.TbxW.TabIndex = 27;
  97. //
  98. // lengthLabel
  99. //
  100. lengthLabel.AutoSize = true;
  101. lengthLabel.Location = new System.Drawing.Point(93, 219);
  102. lengthLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. lengthLabel.Name = "lengthLabel";
  104. lengthLabel.Size = new System.Drawing.Size(48, 16);
  105. lengthLabel.TabIndex = 23;
  106. lengthLabel.Text = "Длина";
  107. //
  108. // TbxL
  109. //
  110. this.TbxL.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSizdelie, "length", true));
  111. this.TbxL.Location = new System.Drawing.Point(149, 216);
  112. this.TbxL.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  113. this.TbxL.Name = "TbxL";
  114. this.TbxL.Size = new System.Drawing.Size(340, 22);
  115. this.TbxL.TabIndex = 26;
  116. this.TbxL.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbxL_KeyPress);
  117. //
  118. // name_izdLabel
  119. //
  120. name_izdLabel.AutoSize = true;
  121. name_izdLabel.Location = new System.Drawing.Point(10, 155);
  122. name_izdLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. name_izdLabel.Name = "name_izdLabel";
  124. name_izdLabel.Size = new System.Drawing.Size(131, 16);
  125. name_izdLabel.TabIndex = 21;
  126. name_izdLabel.Text = "Название изделия";
  127. //
  128. // TbxNameIzd
  129. //
  130. this.TbxNameIzd.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSizdelie, "name_izd", true));
  131. this.TbxNameIzd.Location = new System.Drawing.Point(149, 152);
  132. this.TbxNameIzd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  133. this.TbxNameIzd.Name = "TbxNameIzd";
  134. this.TbxNameIzd.Size = new System.Drawing.Size(340, 22);
  135. this.TbxNameIzd.TabIndex = 24;
  136. //
  137. // panel1
  138. //
  139. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  140. this.panel1.Controls.Add(this.LblFunc);
  141. this.panel1.Controls.Add(this.pictureBox1);
  142. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  143. this.panel1.Location = new System.Drawing.Point(0, 0);
  144. this.panel1.Margin = new System.Windows.Forms.Padding(4, 9, 4, 9);
  145. this.panel1.Name = "panel1";
  146. this.panel1.Size = new System.Drawing.Size(510, 137);
  147. this.panel1.TabIndex = 22;
  148. //
  149. // pictureBox1
  150. //
  151. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  152. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  153. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  154. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 9, 4, 9);
  155. this.pictureBox1.Name = "pictureBox1";
  156. this.pictureBox1.Size = new System.Drawing.Size(168, 137);
  157. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  158. this.pictureBox1.TabIndex = 0;
  159. this.pictureBox1.TabStop = false;
  160. //
  161. // LblFunc
  162. //
  163. this.LblFunc.AutoSize = true;
  164. this.LblFunc.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  165. this.LblFunc.Location = new System.Drawing.Point(197, 56);
  166. this.LblFunc.Name = "LblFunc";
  167. this.LblFunc.Size = new System.Drawing.Size(226, 29);
  168. this.LblFunc.TabIndex = 2;
  169. this.LblFunc.Text = "Добавить изделие";
  170. //
  171. // сlothesFactoryLGDataSet
  172. //
  173. this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
  174. this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  175. //
  176. // BSizdelie
  177. //
  178. this.BSizdelie.DataMember = "Izdelie";
  179. this.BSizdelie.DataSource = this.сlothesFactoryLGDataSet;
  180. //
  181. // izdelieTableAdapter
  182. //
  183. this.izdelieTableAdapter.ClearBeforeFill = true;
  184. //
  185. // FormAddIzdelie
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.ClientSize = new System.Drawing.Size(510, 325);
  190. this.Controls.Add(this.BtnSave);
  191. this.Controls.Add(this.BtnCancel);
  192. this.Controls.Add(widthLabel);
  193. this.Controls.Add(this.TbxW);
  194. this.Controls.Add(lengthLabel);
  195. this.Controls.Add(this.TbxL);
  196. this.Controls.Add(name_izdLabel);
  197. this.Controls.Add(this.TbxNameIzd);
  198. this.Controls.Add(this.panel1);
  199. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  200. this.Name = "FormAddIzdelie";
  201. this.Text = "СУБД Швейная фабрика";
  202. this.Load += new System.EventHandler(this.FormAddIzdelie_Load);
  203. this.panel1.ResumeLayout(false);
  204. this.panel1.PerformLayout();
  205. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.BSizdelie)).EndInit();
  208. this.ResumeLayout(false);
  209. this.PerformLayout();
  210. }
  211. #endregion
  212. private System.Windows.Forms.Button BtnSave;
  213. private System.Windows.Forms.Button BtnCancel;
  214. private System.Windows.Forms.TextBox TbxW;
  215. private System.Windows.Forms.TextBox TbxL;
  216. private System.Windows.Forms.TextBox TbxNameIzd;
  217. private System.Windows.Forms.Panel panel1;
  218. private System.Windows.Forms.PictureBox pictureBox1;
  219. private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
  220. private СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter;
  221. public System.Windows.Forms.Label LblFunc;
  222. public System.Windows.Forms.BindingSource BSizdelie;
  223. }
  224. }