FormClient.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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.lblFIO = new System.Windows.Forms.Label();
  31. this.btnEdit = new System.Windows.Forms.Button();
  32. this.tControl = new System.Windows.Forms.TabControl();
  33. this.tabCloth = new System.Windows.Forms.TabPage();
  34. this.tabFur = new System.Windows.Forms.TabPage();
  35. this.tabProducts = new System.Windows.Forms.TabPage();
  36. this.tlpPanelCloth = new System.Windows.Forms.TableLayoutPanel();
  37. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  38. this.tabOrders = new System.Windows.Forms.TabPage();
  39. this.tlpFur = new System.Windows.Forms.TableLayoutPanel();
  40. this.panel1.SuspendLayout();
  41. this.tControl.SuspendLayout();
  42. this.tabCloth.SuspendLayout();
  43. this.tabFur.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // panel1
  48. //
  49. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  50. this.panel1.Controls.Add(this.btnEdit);
  51. this.panel1.Controls.Add(this.lblFIO);
  52. this.panel1.Controls.Add(this.pbxPhoto);
  53. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  54. this.panel1.Location = new System.Drawing.Point(0, 0);
  55. this.panel1.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
  56. this.panel1.Name = "panel1";
  57. this.panel1.Size = new System.Drawing.Size(895, 92);
  58. this.panel1.TabIndex = 1;
  59. //
  60. // lblFIO
  61. //
  62. this.lblFIO.Anchor = System.Windows.Forms.AnchorStyles.Top;
  63. this.lblFIO.AutoSize = true;
  64. this.lblFIO.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  65. this.lblFIO.Location = new System.Drawing.Point(200, 29);
  66. this.lblFIO.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  67. this.lblFIO.Name = "lblFIO";
  68. this.lblFIO.Size = new System.Drawing.Size(391, 37);
  69. this.lblFIO.TabIndex = 1;
  70. this.lblFIO.Text = "Фамилия Имя Отчество";
  71. //
  72. // btnEdit
  73. //
  74. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  75. this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  76. this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  77. this.btnEdit.Location = new System.Drawing.Point(694, 59);
  78. this.btnEdit.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  79. this.btnEdit.Name = "btnEdit";
  80. this.btnEdit.Size = new System.Drawing.Size(96, 28);
  81. this.btnEdit.TabIndex = 8;
  82. this.btnEdit.Text = "Редактировать";
  83. this.btnEdit.UseVisualStyleBackColor = false;
  84. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  85. //
  86. // tControl
  87. //
  88. this.tControl.Controls.Add(this.tabCloth);
  89. this.tControl.Controls.Add(this.tabFur);
  90. this.tControl.Controls.Add(this.tabProducts);
  91. this.tControl.Controls.Add(this.tabOrders);
  92. this.tControl.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.tControl.Location = new System.Drawing.Point(0, 92);
  94. this.tControl.Name = "tControl";
  95. this.tControl.SelectedIndex = 0;
  96. this.tControl.Size = new System.Drawing.Size(895, 383);
  97. this.tControl.TabIndex = 2;
  98. //
  99. // tabCloth
  100. //
  101. this.tabCloth.BackColor = System.Drawing.Color.White;
  102. this.tabCloth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  103. this.tabCloth.Controls.Add(this.tlpPanelCloth);
  104. this.tabCloth.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. this.tabCloth.Location = new System.Drawing.Point(4, 22);
  106. this.tabCloth.Name = "tabCloth";
  107. this.tabCloth.Padding = new System.Windows.Forms.Padding(3);
  108. this.tabCloth.Size = new System.Drawing.Size(887, 357);
  109. this.tabCloth.TabIndex = 0;
  110. this.tabCloth.Text = "Ткани";
  111. //
  112. // tabFur
  113. //
  114. this.tabFur.Controls.Add(this.tlpFur);
  115. this.tabFur.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  116. this.tabFur.Location = new System.Drawing.Point(4, 22);
  117. this.tabFur.Name = "tabFur";
  118. this.tabFur.Padding = new System.Windows.Forms.Padding(3);
  119. this.tabFur.Size = new System.Drawing.Size(887, 357);
  120. this.tabFur.TabIndex = 1;
  121. this.tabFur.Text = "Фурнитура";
  122. this.tabFur.UseVisualStyleBackColor = true;
  123. //
  124. // tabProducts
  125. //
  126. this.tabProducts.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  127. this.tabProducts.Location = new System.Drawing.Point(4, 22);
  128. this.tabProducts.Name = "tabProducts";
  129. this.tabProducts.Padding = new System.Windows.Forms.Padding(3);
  130. this.tabProducts.Size = new System.Drawing.Size(887, 357);
  131. this.tabProducts.TabIndex = 2;
  132. this.tabProducts.Text = "Изделия";
  133. this.tabProducts.UseVisualStyleBackColor = true;
  134. //
  135. // tlpPanelCloth
  136. //
  137. this.tlpPanelCloth.AutoScroll = true;
  138. this.tlpPanelCloth.ColumnCount = 1;
  139. this.tlpPanelCloth.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  140. this.tlpPanelCloth.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.tlpPanelCloth.Location = new System.Drawing.Point(3, 3);
  142. this.tlpPanelCloth.Name = "tlpPanelCloth";
  143. this.tlpPanelCloth.RowCount = 1;
  144. this.tlpPanelCloth.RowStyles.Add(new System.Windows.Forms.RowStyle());
  145. this.tlpPanelCloth.Size = new System.Drawing.Size(879, 349);
  146. this.tlpPanelCloth.TabIndex = 0;
  147. //
  148. // pbxPhoto
  149. //
  150. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  151. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  152. this.pbxPhoto.Location = new System.Drawing.Point(803, 0);
  153. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(7, 4, 7, 4);
  154. this.pbxPhoto.Name = "pbxPhoto";
  155. this.pbxPhoto.Size = new System.Drawing.Size(92, 92);
  156. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  157. this.pbxPhoto.TabIndex = 0;
  158. this.pbxPhoto.TabStop = false;
  159. //
  160. // tabOrders
  161. //
  162. this.tabOrders.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  163. this.tabOrders.Location = new System.Drawing.Point(4, 22);
  164. this.tabOrders.Name = "tabOrders";
  165. this.tabOrders.Size = new System.Drawing.Size(887, 357);
  166. this.tabOrders.TabIndex = 3;
  167. this.tabOrders.Text = "Заказы";
  168. this.tabOrders.UseVisualStyleBackColor = true;
  169. //
  170. // tlpFur
  171. //
  172. this.tlpFur.AutoScroll = true;
  173. this.tlpFur.ColumnCount = 3;
  174. this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  175. this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  176. this.tlpFur.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  177. this.tlpFur.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.tlpFur.Location = new System.Drawing.Point(3, 3);
  179. this.tlpFur.Name = "tlpFur";
  180. this.tlpFur.RowCount = 3;
  181. this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle());
  182. this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle());
  183. this.tlpFur.RowStyles.Add(new System.Windows.Forms.RowStyle());
  184. this.tlpFur.Size = new System.Drawing.Size(881, 351);
  185. this.tlpFur.TabIndex = 0;
  186. //
  187. // FormClient
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.BackColor = System.Drawing.Color.White;
  192. this.ClientSize = new System.Drawing.Size(895, 475);
  193. this.Controls.Add(this.tControl);
  194. this.Controls.Add(this.panel1);
  195. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  196. this.MinimumSize = new System.Drawing.Size(911, 514);
  197. this.Name = "FormClient";
  198. this.Text = "СУБД Швейная фабрика";
  199. this.Load += new System.EventHandler(this.FormClient_Load);
  200. this.panel1.ResumeLayout(false);
  201. this.panel1.PerformLayout();
  202. this.tControl.ResumeLayout(false);
  203. this.tabCloth.ResumeLayout(false);
  204. this.tabFur.ResumeLayout(false);
  205. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  206. this.ResumeLayout(false);
  207. }
  208. #endregion
  209. private System.Windows.Forms.Panel panel1;
  210. private System.Windows.Forms.Label lblFIO;
  211. private System.Windows.Forms.PictureBox pbxPhoto;
  212. private System.Windows.Forms.Button btnEdit;
  213. private System.Windows.Forms.TabControl tControl;
  214. private System.Windows.Forms.TabPage tabCloth;
  215. private System.Windows.Forms.TableLayoutPanel tlpPanelCloth;
  216. private System.Windows.Forms.TabPage tabFur;
  217. private System.Windows.Forms.TabPage tabProducts;
  218. private System.Windows.Forms.TabPage tabOrders;
  219. private System.Windows.Forms.TableLayoutPanel tlpFur;
  220. }
  221. }