fManager.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. namespace Швейная_фабрика
  2. {
  3. partial class fManager
  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.pnlLogo = new System.Windows.Forms.Panel();
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.lblTitle = new System.Windows.Forms.Label();
  31. this.pbxLogo = new System.Windows.Forms.PictureBox();
  32. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  33. this.lblEditProfile = new System.Windows.Forms.ToolStripLabel();
  34. this.lblUserName = new System.Windows.Forms.ToolStripLabel();
  35. this.tabControl = new System.Windows.Forms.TabControl();
  36. this.tabPage1 = new System.Windows.Forms.TabPage();
  37. this.tabPage2 = new System.Windows.Forms.TabPage();
  38. this.tabPage3 = new System.Windows.Forms.TabPage();
  39. this.tabPage4 = new System.Windows.Forms.TabPage();
  40. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.button2 = new System.Windows.Forms.Button();
  43. this.flpTextures = new System.Windows.Forms.FlowLayoutPanel();
  44. this.pnlLogo.SuspendLayout();
  45. this.panel2.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).BeginInit();
  47. this.toolStrip1.SuspendLayout();
  48. this.tabControl.SuspendLayout();
  49. this.tabPage1.SuspendLayout();
  50. this.tabPage3.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // pnlLogo
  55. //
  56. this.pnlLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  57. this.pnlLogo.Controls.Add(this.panel2);
  58. this.pnlLogo.Controls.Add(this.pbxLogo);
  59. this.pnlLogo.Dock = System.Windows.Forms.DockStyle.Top;
  60. this.pnlLogo.Location = new System.Drawing.Point(0, 0);
  61. this.pnlLogo.Name = "pnlLogo";
  62. this.pnlLogo.Size = new System.Drawing.Size(624, 64);
  63. this.pnlLogo.TabIndex = 20;
  64. //
  65. // panel2
  66. //
  67. this.panel2.Controls.Add(this.lblTitle);
  68. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.panel2.Location = new System.Drawing.Point(64, 0);
  70. this.panel2.Name = "panel2";
  71. this.panel2.Size = new System.Drawing.Size(558, 62);
  72. this.panel2.TabIndex = 2;
  73. //
  74. // lblTitle
  75. //
  76. this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  77. this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.lblTitle.Location = new System.Drawing.Point(0, 0);
  80. this.lblTitle.Name = "lblTitle";
  81. this.lblTitle.Size = new System.Drawing.Size(558, 62);
  82. this.lblTitle.TabIndex = 0;
  83. this.lblTitle.Text = "Швейная фабрика";
  84. this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  85. //
  86. // pbxLogo
  87. //
  88. this.pbxLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  89. this.pbxLogo.Dock = System.Windows.Forms.DockStyle.Left;
  90. this.pbxLogo.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  91. this.pbxLogo.Location = new System.Drawing.Point(0, 0);
  92. this.pbxLogo.Name = "pbxLogo";
  93. this.pbxLogo.Size = new System.Drawing.Size(64, 62);
  94. this.pbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  95. this.pbxLogo.TabIndex = 1;
  96. this.pbxLogo.TabStop = false;
  97. //
  98. // toolStrip1
  99. //
  100. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  101. this.lblEditProfile,
  102. this.lblUserName});
  103. this.toolStrip1.Location = new System.Drawing.Point(0, 64);
  104. this.toolStrip1.Name = "toolStrip1";
  105. this.toolStrip1.Size = new System.Drawing.Size(624, 25);
  106. this.toolStrip1.TabIndex = 21;
  107. this.toolStrip1.Text = "toolStrip1";
  108. //
  109. // lblEditProfile
  110. //
  111. this.lblEditProfile.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  112. this.lblEditProfile.Name = "lblEditProfile";
  113. this.lblEditProfile.Size = new System.Drawing.Size(149, 22);
  114. this.lblEditProfile.Text = "Редактирование профиля";
  115. //
  116. // lblUserName
  117. //
  118. this.lblUserName.Name = "lblUserName";
  119. this.lblUserName.Size = new System.Drawing.Size(109, 22);
  120. this.lblUserName.Text = "Имя пользователя";
  121. //
  122. // tabControl
  123. //
  124. this.tabControl.Controls.Add(this.tabPage1);
  125. this.tabControl.Controls.Add(this.tabPage2);
  126. this.tabControl.Controls.Add(this.tabPage3);
  127. this.tabControl.Controls.Add(this.tabPage4);
  128. this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.tabControl.Location = new System.Drawing.Point(0, 89);
  130. this.tabControl.Name = "tabControl";
  131. this.tabControl.SelectedIndex = 0;
  132. this.tabControl.Size = new System.Drawing.Size(624, 352);
  133. this.tabControl.TabIndex = 22;
  134. //
  135. // tabPage1
  136. //
  137. this.tabPage1.Controls.Add(this.flpTextures);
  138. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  139. this.tabPage1.Name = "tabPage1";
  140. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  141. this.tabPage1.Size = new System.Drawing.Size(616, 326);
  142. this.tabPage1.TabIndex = 0;
  143. this.tabPage1.Text = "Список тканей";
  144. this.tabPage1.UseVisualStyleBackColor = true;
  145. //
  146. // tabPage2
  147. //
  148. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  149. this.tabPage2.Name = "tabPage2";
  150. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  151. this.tabPage2.Size = new System.Drawing.Size(616, 326);
  152. this.tabPage2.TabIndex = 1;
  153. this.tabPage2.Text = "Список фурнитур";
  154. this.tabPage2.UseVisualStyleBackColor = true;
  155. //
  156. // tabPage3
  157. //
  158. this.tabPage3.Controls.Add(this.button2);
  159. this.tabPage3.Controls.Add(this.button1);
  160. this.tabPage3.Controls.Add(this.dataGridView1);
  161. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  162. this.tabPage3.Name = "tabPage3";
  163. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  164. this.tabPage3.Size = new System.Drawing.Size(616, 326);
  165. this.tabPage3.TabIndex = 2;
  166. this.tabPage3.Text = "Список изделий";
  167. this.tabPage3.UseVisualStyleBackColor = true;
  168. //
  169. // tabPage4
  170. //
  171. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  172. this.tabPage4.Name = "tabPage4";
  173. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  174. this.tabPage4.Size = new System.Drawing.Size(616, 326);
  175. this.tabPage4.TabIndex = 3;
  176. this.tabPage4.Text = "Список заказов";
  177. this.tabPage4.UseVisualStyleBackColor = true;
  178. //
  179. // dataGridView1
  180. //
  181. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  182. this.dataGridView1.Location = new System.Drawing.Point(6, 6);
  183. this.dataGridView1.Name = "dataGridView1";
  184. this.dataGridView1.Size = new System.Drawing.Size(604, 285);
  185. this.dataGridView1.TabIndex = 0;
  186. //
  187. // button1
  188. //
  189. this.button1.Location = new System.Drawing.Point(6, 297);
  190. this.button1.Name = "button1";
  191. this.button1.Size = new System.Drawing.Size(150, 23);
  192. this.button1.TabIndex = 1;
  193. this.button1.Text = "Создание изделий";
  194. this.button1.UseVisualStyleBackColor = true;
  195. //
  196. // button2
  197. //
  198. this.button2.Location = new System.Drawing.Point(460, 297);
  199. this.button2.Name = "button2";
  200. this.button2.Size = new System.Drawing.Size(150, 23);
  201. this.button2.TabIndex = 2;
  202. this.button2.Text = "Редактирование изделий";
  203. this.button2.UseVisualStyleBackColor = true;
  204. //
  205. // flpTextures
  206. //
  207. this.flpTextures.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  208. this.flpTextures.Location = new System.Drawing.Point(6, 7);
  209. this.flpTextures.Name = "flpTextures";
  210. this.flpTextures.Size = new System.Drawing.Size(604, 313);
  211. this.flpTextures.TabIndex = 0;
  212. //
  213. // fManager
  214. //
  215. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  216. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  217. this.ClientSize = new System.Drawing.Size(624, 441);
  218. this.Controls.Add(this.tabControl);
  219. this.Controls.Add(this.toolStrip1);
  220. this.Controls.Add(this.pnlLogo);
  221. this.Name = "fManager";
  222. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  223. this.Text = "Швейная фабрика";
  224. this.Load += new System.EventHandler(this.fManager_Load);
  225. this.pnlLogo.ResumeLayout(false);
  226. this.panel2.ResumeLayout(false);
  227. ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).EndInit();
  228. this.toolStrip1.ResumeLayout(false);
  229. this.toolStrip1.PerformLayout();
  230. this.tabControl.ResumeLayout(false);
  231. this.tabPage1.ResumeLayout(false);
  232. this.tabPage3.ResumeLayout(false);
  233. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  234. this.ResumeLayout(false);
  235. this.PerformLayout();
  236. }
  237. #endregion
  238. private System.Windows.Forms.Panel pnlLogo;
  239. private System.Windows.Forms.Panel panel2;
  240. private System.Windows.Forms.Label lblTitle;
  241. private System.Windows.Forms.PictureBox pbxLogo;
  242. private System.Windows.Forms.ToolStrip toolStrip1;
  243. private System.Windows.Forms.ToolStripLabel lblUserName;
  244. private System.Windows.Forms.TabControl tabControl;
  245. private System.Windows.Forms.TabPage tabPage1;
  246. private System.Windows.Forms.TabPage tabPage2;
  247. private System.Windows.Forms.TabPage tabPage3;
  248. private System.Windows.Forms.TabPage tabPage4;
  249. private System.Windows.Forms.ToolStripLabel lblEditProfile;
  250. private System.Windows.Forms.Button button2;
  251. private System.Windows.Forms.Button button1;
  252. private System.Windows.Forms.DataGridView dataGridView1;
  253. private System.Windows.Forms.FlowLayoutPanel flpTextures;
  254. }
  255. }