FormClient.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormClient
  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(FormClient));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.btnFind = new System.Windows.Forms.Button();
  31. this.btnNewOrder = new System.Windows.Forms.Button();
  32. this.btnEdit = new System.Windows.Forms.Button();
  33. this.lblFIO = new System.Windows.Forms.Label();
  34. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  35. this.tControl = new System.Windows.Forms.TabControl();
  36. this.tabCloth = new System.Windows.Forms.TabPage();
  37. this.tlpPanelCloth = new System.Windows.Forms.TableLayoutPanel();
  38. this.tabFur = new System.Windows.Forms.TabPage();
  39. this.tlpFur = new System.Windows.Forms.TableLayoutPanel();
  40. this.tabProducts = new System.Windows.Forms.TabPage();
  41. this.tlpProducts = new System.Windows.Forms.TableLayoutPanel();
  42. this.tabOrders = new System.Windows.Forms.TabPage();
  43. this.tlpOrders = new System.Windows.Forms.TableLayoutPanel();
  44. this.panel1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  46. this.tControl.SuspendLayout();
  47. this.tabCloth.SuspendLayout();
  48. this.tabFur.SuspendLayout();
  49. this.tabProducts.SuspendLayout();
  50. this.tabOrders.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.btnFind);
  57. this.panel1.Controls.Add(this.btnNewOrder);
  58. this.panel1.Controls.Add(this.btnEdit);
  59. this.panel1.Controls.Add(this.lblFIO);
  60. this.panel1.Controls.Add(this.pbxPhoto);
  61. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  62. this.panel1.Location = new System.Drawing.Point(0, 0);
  63. this.panel1.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
  64. this.panel1.Name = "panel1";
  65. this.panel1.Size = new System.Drawing.Size(895, 92);
  66. this.panel1.TabIndex = 1;
  67. //
  68. // btnFind
  69. //
  70. this.btnFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  71. this.btnFind.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  72. this.btnFind.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  73. this.btnFind.Location = new System.Drawing.Point(7, 14);
  74. this.btnFind.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  75. this.btnFind.Name = "btnFind";
  76. this.btnFind.Size = new System.Drawing.Size(96, 28);
  77. this.btnFind.TabIndex = 10;
  78. this.btnFind.Text = "Поиск ткани";
  79. this.btnFind.UseVisualStyleBackColor = false;
  80. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  81. //
  82. // btnNewOrder
  83. //
  84. this.btnNewOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  85. this.btnNewOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  86. this.btnNewOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  87. this.btnNewOrder.Location = new System.Drawing.Point(7, 59);
  88. this.btnNewOrder.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  89. this.btnNewOrder.Name = "btnNewOrder";
  90. this.btnNewOrder.Size = new System.Drawing.Size(96, 28);
  91. this.btnNewOrder.TabIndex = 9;
  92. this.btnNewOrder.Text = "Создать заказ";
  93. this.btnNewOrder.UseVisualStyleBackColor = false;
  94. this.btnNewOrder.Click += new System.EventHandler(this.btnNewOrder_Click);
  95. //
  96. // btnEdit
  97. //
  98. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  99. this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  100. this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  101. this.btnEdit.Location = new System.Drawing.Point(694, 59);
  102. this.btnEdit.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  103. this.btnEdit.Name = "btnEdit";
  104. this.btnEdit.Size = new System.Drawing.Size(96, 28);
  105. this.btnEdit.TabIndex = 8;
  106. this.btnEdit.Text = "Редактировать";
  107. this.btnEdit.UseVisualStyleBackColor = false;
  108. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  109. //
  110. // lblFIO
  111. //
  112. this.lblFIO.Anchor = System.Windows.Forms.AnchorStyles.Top;
  113. this.lblFIO.AutoSize = true;
  114. this.lblFIO.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  115. this.lblFIO.Location = new System.Drawing.Point(200, 29);
  116. this.lblFIO.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  117. this.lblFIO.Name = "lblFIO";
  118. this.lblFIO.Size = new System.Drawing.Size(391, 37);
  119. this.lblFIO.TabIndex = 1;
  120. this.lblFIO.Text = "Фамилия Имя Отчество";
  121. //
  122. // pbxPhoto
  123. //
  124. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  125. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  126. this.pbxPhoto.Location = new System.Drawing.Point(803, 0);
  127. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
  128. this.pbxPhoto.Name = "pbxPhoto";
  129. this.pbxPhoto.Size = new System.Drawing.Size(92, 92);
  130. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  131. this.pbxPhoto.TabIndex = 0;
  132. this.pbxPhoto.TabStop = false;
  133. //
  134. // tControl
  135. //
  136. this.tControl.Controls.Add(this.tabCloth);
  137. this.tControl.Controls.Add(this.tabFur);
  138. this.tControl.Controls.Add(this.tabProducts);
  139. this.tControl.Controls.Add(this.tabOrders);
  140. this.tControl.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.tControl.Location = new System.Drawing.Point(0, 92);
  142. this.tControl.Name = "tControl";
  143. this.tControl.SelectedIndex = 0;
  144. this.tControl.Size = new System.Drawing.Size(895, 422);
  145. this.tControl.TabIndex = 2;
  146. //
  147. // tabCloth
  148. //
  149. this.tabCloth.BackColor = System.Drawing.Color.White;
  150. this.tabCloth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  151. this.tabCloth.Controls.Add(this.tlpPanelCloth);
  152. this.tabCloth.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  153. this.tabCloth.Location = new System.Drawing.Point(4, 22);
  154. this.tabCloth.Name = "tabCloth";
  155. this.tabCloth.Padding = new System.Windows.Forms.Padding(3);
  156. this.tabCloth.Size = new System.Drawing.Size(887, 396);
  157. this.tabCloth.TabIndex = 0;
  158. this.tabCloth.Text = "Ткани";
  159. //
  160. // tlpPanelCloth
  161. //
  162. this.tlpPanelCloth.AutoScroll = true;
  163. this.tlpPanelCloth.ColumnCount = 1;
  164. this.tlpPanelCloth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  165. this.tlpPanelCloth.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.tlpPanelCloth.Location = new System.Drawing.Point(3, 3);
  167. this.tlpPanelCloth.Name = "tlpPanelCloth";
  168. this.tlpPanelCloth.RowCount = 1;
  169. this.tlpPanelCloth.RowStyles.Add(new System.Windows.Forms.RowStyle());
  170. this.tlpPanelCloth.Size = new System.Drawing.Size(879, 388);
  171. this.tlpPanelCloth.TabIndex = 0;
  172. //
  173. // tabFur
  174. //
  175. this.tabFur.Controls.Add(this.tlpFur);
  176. this.tabFur.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  177. this.tabFur.Location = new System.Drawing.Point(4, 22);
  178. this.tabFur.Name = "tabFur";
  179. this.tabFur.Padding = new System.Windows.Forms.Padding(3);
  180. this.tabFur.Size = new System.Drawing.Size(887, 396);
  181. this.tabFur.TabIndex = 1;
  182. this.tabFur.Text = "Фурнитура";
  183. this.tabFur.UseVisualStyleBackColor = true;
  184. //
  185. // tlpFur
  186. //
  187. this.tlpFur.AutoScroll = true;
  188. this.tlpFur.ColumnCount = 3;
  189. this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  190. this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  191. this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  192. this.tlpFur.Dock = System.Windows.Forms.DockStyle.Fill;
  193. this.tlpFur.Location = new System.Drawing.Point(3, 3);
  194. this.tlpFur.Name = "tlpFur";
  195. this.tlpFur.RowCount = 3;
  196. this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle());
  197. this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle());
  198. this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle());
  199. this.tlpFur.Size = new System.Drawing.Size(881, 390);
  200. this.tlpFur.TabIndex = 0;
  201. //
  202. // tabProducts
  203. //
  204. this.tabProducts.Controls.Add(this.tlpProducts);
  205. this.tabProducts.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  206. this.tabProducts.Location = new System.Drawing.Point(4, 22);
  207. this.tabProducts.Name = "tabProducts";
  208. this.tabProducts.Padding = new System.Windows.Forms.Padding(3);
  209. this.tabProducts.Size = new System.Drawing.Size(887, 396);
  210. this.tabProducts.TabIndex = 2;
  211. this.tabProducts.Text = "Изделия";
  212. this.tabProducts.UseVisualStyleBackColor = true;
  213. //
  214. // tlpProducts
  215. //
  216. this.tlpProducts.AutoScroll = true;
  217. this.tlpProducts.ColumnCount = 1;
  218. this.tlpProducts.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  219. this.tlpProducts.Dock = System.Windows.Forms.DockStyle.Fill;
  220. this.tlpProducts.Location = new System.Drawing.Point(3, 3);
  221. this.tlpProducts.Name = "tlpProducts";
  222. this.tlpProducts.RowCount = 1;
  223. this.tlpProducts.RowStyles.Add(new System.Windows.Forms.RowStyle());
  224. this.tlpProducts.Size = new System.Drawing.Size(881, 390);
  225. this.tlpProducts.TabIndex = 0;
  226. //
  227. // tabOrders
  228. //
  229. this.tabOrders.Controls.Add(this.tlpOrders);
  230. this.tabOrders.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  231. this.tabOrders.Location = new System.Drawing.Point(4, 22);
  232. this.tabOrders.Name = "tabOrders";
  233. this.tabOrders.Size = new System.Drawing.Size(887, 396);
  234. this.tabOrders.TabIndex = 3;
  235. this.tabOrders.Text = "Заказы";
  236. this.tabOrders.UseVisualStyleBackColor = true;
  237. //
  238. // tlpOrders
  239. //
  240. this.tlpOrders.AutoScroll = true;
  241. this.tlpOrders.ColumnCount = 1;
  242. this.tlpOrders.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  243. this.tlpOrders.Dock = System.Windows.Forms.DockStyle.Fill;
  244. this.tlpOrders.Location = new System.Drawing.Point(0, 0);
  245. this.tlpOrders.Name = "tlpOrders";
  246. this.tlpOrders.RowCount = 1;
  247. this.tlpOrders.RowStyles.Add(new System.Windows.Forms.RowStyle());
  248. this.tlpOrders.Size = new System.Drawing.Size(887, 396);
  249. this.tlpOrders.TabIndex = 0;
  250. //
  251. // FormClient
  252. //
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  254. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. this.BackColor = System.Drawing.Color.White;
  256. this.ClientSize = new System.Drawing.Size(895, 514);
  257. this.Controls.Add(this.tControl);
  258. this.Controls.Add(this.panel1);
  259. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  260. this.MaximumSize = new System.Drawing.Size(911, 2000);
  261. this.MinimumSize = new System.Drawing.Size(911, 514);
  262. this.Name = "FormClient";
  263. this.Text = "СУБД Швейная фабрика";
  264. this.Load += new System.EventHandler(this.FormClient_Load);
  265. this.panel1.ResumeLayout(false);
  266. this.panel1.PerformLayout();
  267. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  268. this.tControl.ResumeLayout(false);
  269. this.tabCloth.ResumeLayout(false);
  270. this.tabFur.ResumeLayout(false);
  271. this.tabProducts.ResumeLayout(false);
  272. this.tabOrders.ResumeLayout(false);
  273. this.ResumeLayout(false);
  274. }
  275. #endregion
  276. private System.Windows.Forms.Panel panel1;
  277. private System.Windows.Forms.Label lblFIO;
  278. private System.Windows.Forms.PictureBox pbxPhoto;
  279. private System.Windows.Forms.Button btnEdit;
  280. private System.Windows.Forms.TabControl tControl;
  281. private System.Windows.Forms.TabPage tabCloth;
  282. private System.Windows.Forms.TableLayoutPanel tlpPanelCloth;
  283. private System.Windows.Forms.TabPage tabFur;
  284. private System.Windows.Forms.TabPage tabProducts;
  285. private System.Windows.Forms.TabPage tabOrders;
  286. private System.Windows.Forms.TableLayoutPanel tlpFur;
  287. private System.Windows.Forms.TableLayoutPanel tlpProducts;
  288. private System.Windows.Forms.TableLayoutPanel tlpOrders;
  289. private System.Windows.Forms.Button btnNewOrder;
  290. private System.Windows.Forms.Button btnFind;
  291. }
  292. }