FormZakazchik.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. namespace Швейная_фабрика
  2. {
  3. partial class FormZakazchik
  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(FormZakazchik));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.otchLabel1 = new System.Windows.Forms.Label();
  32. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  33. this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.nameLabel1 = new System.Windows.Forms.Label();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.surnameLabel1 = new System.Windows.Forms.Label();
  38. this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
  39. this.tabControl1 = new System.Windows.Forms.TabControl();
  40. this.tabPage1 = new System.Windows.Forms.TabPage();
  41. this.TlpTkani = new System.Windows.Forms.TableLayoutPanel();
  42. this.tabPage2 = new System.Windows.Forms.TabPage();
  43. this.TlpFurnitura = new System.Windows.Forms.TableLayoutPanel();
  44. this.panel1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  48. this.tabControl1.SuspendLayout();
  49. this.tabPage1.SuspendLayout();
  50. this.tabPage2.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // panel1
  54. //
  55. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  56. this.panel1.Controls.Add(this.otchLabel1);
  57. this.panel1.Controls.Add(this.label1);
  58. this.panel1.Controls.Add(this.nameLabel1);
  59. this.panel1.Controls.Add(this.pictureBox1);
  60. this.panel1.Controls.Add(this.surnameLabel1);
  61. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  62. this.panel1.Location = new System.Drawing.Point(0, 0);
  63. this.panel1.Name = "panel1";
  64. this.panel1.Size = new System.Drawing.Size(873, 130);
  65. this.panel1.TabIndex = 2;
  66. //
  67. // otchLabel1
  68. //
  69. this.otchLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.otchLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
  72. this.otchLabel1.Location = new System.Drawing.Point(341, 80);
  73. this.otchLabel1.Name = "otchLabel1";
  74. this.otchLabel1.Size = new System.Drawing.Size(461, 23);
  75. this.otchLabel1.TabIndex = 6;
  76. this.otchLabel1.Text = "Отчество";
  77. //
  78. // BsUsers
  79. //
  80. this.BsUsers.DataMember = "Users";
  81. this.BsUsers.DataSource = this.сlothesFactoryLGDataSet;
  82. //
  83. // сlothesFactoryLGDataSet
  84. //
  85. this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
  86. this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  87. //
  88. // label1
  89. //
  90. this.label1.AutoSize = true;
  91. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  92. this.label1.Location = new System.Drawing.Point(186, 51);
  93. this.label1.Name = "label1";
  94. this.label1.Size = new System.Drawing.Size(119, 29);
  95. this.label1.TabIndex = 1;
  96. this.label1.Text = "Заказчик";
  97. //
  98. // nameLabel1
  99. //
  100. this.nameLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  101. | System.Windows.Forms.AnchorStyles.Right)));
  102. this.nameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
  103. this.nameLabel1.Location = new System.Drawing.Point(341, 57);
  104. this.nameLabel1.Name = "nameLabel1";
  105. this.nameLabel1.Size = new System.Drawing.Size(461, 23);
  106. this.nameLabel1.TabIndex = 4;
  107. this.nameLabel1.Text = "Имя";
  108. //
  109. // pictureBox1
  110. //
  111. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  112. this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  113. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  114. this.pictureBox1.Name = "pictureBox1";
  115. this.pictureBox1.Size = new System.Drawing.Size(133, 130);
  116. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  117. this.pictureBox1.TabIndex = 0;
  118. this.pictureBox1.TabStop = false;
  119. //
  120. // surnameLabel1
  121. //
  122. this.surnameLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  123. | System.Windows.Forms.AnchorStyles.Right)));
  124. this.surnameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
  125. this.surnameLabel1.Location = new System.Drawing.Point(341, 35);
  126. this.surnameLabel1.Name = "surnameLabel1";
  127. this.surnameLabel1.Size = new System.Drawing.Size(461, 23);
  128. this.surnameLabel1.TabIndex = 3;
  129. this.surnameLabel1.Text = "Фамилия";
  130. //
  131. // usersTableAdapter
  132. //
  133. this.usersTableAdapter.ClearBeforeFill = true;
  134. //
  135. // tabControl1
  136. //
  137. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  138. | System.Windows.Forms.AnchorStyles.Left)));
  139. this.tabControl1.Controls.Add(this.tabPage1);
  140. this.tabControl1.Controls.Add(this.tabPage2);
  141. this.tabControl1.Location = new System.Drawing.Point(13, 137);
  142. this.tabControl1.Name = "tabControl1";
  143. this.tabControl1.SelectedIndex = 0;
  144. this.tabControl1.Size = new System.Drawing.Size(596, 418);
  145. this.tabControl1.TabIndex = 3;
  146. //
  147. // tabPage1
  148. //
  149. this.tabPage1.Controls.Add(this.TlpTkani);
  150. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  151. this.tabPage1.Name = "tabPage1";
  152. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  153. this.tabPage1.Size = new System.Drawing.Size(588, 389);
  154. this.tabPage1.TabIndex = 0;
  155. this.tabPage1.Text = "Ткани";
  156. this.tabPage1.UseVisualStyleBackColor = true;
  157. //
  158. // TlpTkani
  159. //
  160. this.TlpTkani.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  161. | System.Windows.Forms.AnchorStyles.Left)));
  162. this.TlpTkani.AutoScroll = true;
  163. this.TlpTkani.ColumnCount = 1;
  164. this.TlpTkani.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  165. this.TlpTkani.Location = new System.Drawing.Point(7, 7);
  166. this.TlpTkani.Name = "TlpTkani";
  167. this.TlpTkani.RowCount = 1;
  168. this.TlpTkani.RowStyles.Add(new System.Windows.Forms.RowStyle());
  169. this.TlpTkani.Size = new System.Drawing.Size(575, 376);
  170. this.TlpTkani.TabIndex = 0;
  171. //
  172. // tabPage2
  173. //
  174. this.tabPage2.Controls.Add(this.TlpFurnitura);
  175. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  176. this.tabPage2.Name = "tabPage2";
  177. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  178. this.tabPage2.Size = new System.Drawing.Size(588, 389);
  179. this.tabPage2.TabIndex = 1;
  180. this.tabPage2.Text = "Фурнитура";
  181. this.tabPage2.UseVisualStyleBackColor = true;
  182. //
  183. // TlpFurnitura
  184. //
  185. this.TlpFurnitura.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  186. | System.Windows.Forms.AnchorStyles.Left)));
  187. this.TlpFurnitura.AutoScroll = true;
  188. this.TlpFurnitura.ColumnCount = 1;
  189. this.TlpFurnitura.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  190. this.TlpFurnitura.Location = new System.Drawing.Point(6, 6);
  191. this.TlpFurnitura.Name = "TlpFurnitura";
  192. this.TlpFurnitura.RowCount = 1;
  193. this.TlpFurnitura.RowStyles.Add(new System.Windows.Forms.RowStyle());
  194. this.TlpFurnitura.Size = new System.Drawing.Size(576, 377);
  195. this.TlpFurnitura.TabIndex = 0;
  196. //
  197. // FormZakazchik
  198. //
  199. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  200. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  201. this.ClientSize = new System.Drawing.Size(873, 567);
  202. this.Controls.Add(this.tabControl1);
  203. this.Controls.Add(this.panel1);
  204. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  205. this.Name = "FormZakazchik";
  206. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  207. this.Text = "СУБД \"Швейная фабрика\"";
  208. this.Load += new System.EventHandler(this.FormZakazchik_Load);
  209. this.panel1.ResumeLayout(false);
  210. this.panel1.PerformLayout();
  211. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  212. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
  213. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  214. this.tabControl1.ResumeLayout(false);
  215. this.tabPage1.ResumeLayout(false);
  216. this.tabPage2.ResumeLayout(false);
  217. this.ResumeLayout(false);
  218. }
  219. #endregion
  220. private System.Windows.Forms.Panel panel1;
  221. private System.Windows.Forms.Label label1;
  222. private System.Windows.Forms.PictureBox pictureBox1;
  223. private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
  224. private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  225. public System.Windows.Forms.BindingSource BsUsers;
  226. private System.Windows.Forms.Label otchLabel1;
  227. private System.Windows.Forms.Label nameLabel1;
  228. private System.Windows.Forms.Label surnameLabel1;
  229. private System.Windows.Forms.TabControl tabControl1;
  230. private System.Windows.Forms.TabPage tabPage1;
  231. private System.Windows.Forms.TabPage tabPage2;
  232. private System.Windows.Forms.TableLayoutPanel TlpTkani;
  233. private System.Windows.Forms.TableLayoutPanel TlpFurnitura;
  234. }
  235. }