FormZak.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. namespace СУБД_Фабрика
  2. {
  3. partial class FormZak
  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(FormZak));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.LblOtch = new System.Windows.Forms.Label();
  32. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  33. this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
  34. this.LblName = new System.Windows.Forms.Label();
  35. this.LblFam = new System.Windows.Forms.Label();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
  39. this.BtnProfile = new System.Windows.Forms.Button();
  40. this.tabControl1 = new System.Windows.Forms.TabControl();
  41. this.tabPage1 = new System.Windows.Forms.TabPage();
  42. this.PanelClothes = new System.Windows.Forms.TableLayoutPanel();
  43. this.tabPage2 = new System.Windows.Forms.TabPage();
  44. this.PanelFurn = new System.Windows.Forms.TableLayoutPanel();
  45. this.tabPage3 = new System.Windows.Forms.TabPage();
  46. this.DgvIzd = new System.Windows.Forms.DataGridView();
  47. this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.lenghtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.BsIzdelia = new System.Windows.Forms.BindingSource(this.components);
  51. this.tabPage4 = new System.Windows.Forms.TabPage();
  52. this.DgvOrders = new System.Windows.Forms.DataGridView();
  53. this.Izdelie = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.izdeliaTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.IzdeliaTableAdapter();
  60. this.jornalMoskDataSet1 = new СУБД_Фабрика.JornalMoskDataSet();
  61. this.BtnAddZak = new System.Windows.Forms.Button();
  62. this.BtnLevin = new System.Windows.Forms.Button();
  63. this.panel1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  67. this.tabControl1.SuspendLayout();
  68. this.tabPage1.SuspendLayout();
  69. this.tabPage2.SuspendLayout();
  70. this.tabPage3.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.BsIzdelia)).BeginInit();
  73. this.tabPage4.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.jornalMoskDataSet1)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // panel1
  79. //
  80. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  81. this.panel1.Controls.Add(this.LblOtch);
  82. this.panel1.Controls.Add(this.LblName);
  83. this.panel1.Controls.Add(this.LblFam);
  84. this.panel1.Controls.Add(this.label1);
  85. this.panel1.Controls.Add(this.pictureBox1);
  86. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  87. this.panel1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.panel1.Location = new System.Drawing.Point(0, 0);
  89. this.panel1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  90. this.panel1.Name = "panel1";
  91. this.panel1.Size = new System.Drawing.Size(640, 102);
  92. this.panel1.TabIndex = 2;
  93. //
  94. // LblOtch
  95. //
  96. this.LblOtch.AutoSize = true;
  97. this.LblOtch.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
  98. this.LblOtch.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.LblOtch.Location = new System.Drawing.Point(21, 65);
  100. this.LblOtch.Name = "LblOtch";
  101. this.LblOtch.Size = new System.Drawing.Size(36, 20);
  102. this.LblOtch.TabIndex = 4;
  103. this.LblOtch.Text = "Otch";
  104. //
  105. // BsUsers
  106. //
  107. this.BsUsers.DataMember = "Users";
  108. this.BsUsers.DataSource = this.sewingFactoryMURDataSet1;
  109. //
  110. // sewingFactoryMURDataSet1
  111. //
  112. this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
  113. this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  114. //
  115. // LblName
  116. //
  117. this.LblName.AutoSize = true;
  118. this.LblName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
  119. this.LblName.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  120. this.LblName.Location = new System.Drawing.Point(22, 45);
  121. this.LblName.Name = "LblName";
  122. this.LblName.Size = new System.Drawing.Size(43, 20);
  123. this.LblName.TabIndex = 3;
  124. this.LblName.Text = "Name";
  125. //
  126. // LblFam
  127. //
  128. this.LblFam.AutoSize = true;
  129. this.LblFam.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Fam", true));
  130. this.LblFam.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  131. this.LblFam.Location = new System.Drawing.Point(22, 22);
  132. this.LblFam.Name = "LblFam";
  133. this.LblFam.Size = new System.Drawing.Size(35, 20);
  134. this.LblFam.TabIndex = 2;
  135. this.LblFam.Text = "Fam";
  136. //
  137. // label1
  138. //
  139. this.label1.AutoSize = true;
  140. this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  141. this.label1.Location = new System.Drawing.Point(232, 39);
  142. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  143. this.label1.Name = "label1";
  144. this.label1.Size = new System.Drawing.Size(75, 23);
  145. this.label1.TabIndex = 1;
  146. this.label1.Text = "Заказчик";
  147. //
  148. // pictureBox1
  149. //
  150. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  151. this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
  152. this.pictureBox1.Location = new System.Drawing.Point(534, 0);
  153. this.pictureBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  154. this.pictureBox1.Name = "pictureBox1";
  155. this.pictureBox1.Size = new System.Drawing.Size(106, 102);
  156. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  157. this.pictureBox1.TabIndex = 0;
  158. this.pictureBox1.TabStop = false;
  159. //
  160. // usersTableAdapter
  161. //
  162. this.usersTableAdapter.ClearBeforeFill = true;
  163. //
  164. // BtnProfile
  165. //
  166. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  167. this.BtnProfile.Location = new System.Drawing.Point(12, 111);
  168. this.BtnProfile.Name = "BtnProfile";
  169. this.BtnProfile.Size = new System.Drawing.Size(135, 31);
  170. this.BtnProfile.TabIndex = 18;
  171. this.BtnProfile.Text = "Профиль";
  172. this.BtnProfile.UseVisualStyleBackColor = false;
  173. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  174. //
  175. // tabControl1
  176. //
  177. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  178. | System.Windows.Forms.AnchorStyles.Left)
  179. | System.Windows.Forms.AnchorStyles.Right)));
  180. this.tabControl1.Controls.Add(this.tabPage1);
  181. this.tabControl1.Controls.Add(this.tabPage2);
  182. this.tabControl1.Controls.Add(this.tabPage3);
  183. this.tabControl1.Controls.Add(this.tabPage4);
  184. this.tabControl1.Location = new System.Drawing.Point(12, 148);
  185. this.tabControl1.Name = "tabControl1";
  186. this.tabControl1.SelectedIndex = 0;
  187. this.tabControl1.Size = new System.Drawing.Size(616, 297);
  188. this.tabControl1.TabIndex = 23;
  189. //
  190. // tabPage1
  191. //
  192. this.tabPage1.Controls.Add(this.PanelClothes);
  193. this.tabPage1.Location = new System.Drawing.Point(4, 29);
  194. this.tabPage1.Name = "tabPage1";
  195. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  196. this.tabPage1.Size = new System.Drawing.Size(608, 264);
  197. this.tabPage1.TabIndex = 0;
  198. this.tabPage1.Text = "Ткань";
  199. this.tabPage1.UseVisualStyleBackColor = true;
  200. //
  201. // PanelClothes
  202. //
  203. this.PanelClothes.AutoScroll = true;
  204. this.PanelClothes.ColumnCount = 1;
  205. this.PanelClothes.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  206. this.PanelClothes.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  207. this.PanelClothes.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.PanelClothes.Location = new System.Drawing.Point(3, 3);
  209. this.PanelClothes.Name = "PanelClothes";
  210. this.PanelClothes.RowCount = 1;
  211. this.PanelClothes.RowStyles.Add(new System.Windows.Forms.RowStyle());
  212. this.PanelClothes.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 249F));
  213. this.PanelClothes.Size = new System.Drawing.Size(602, 258);
  214. this.PanelClothes.TabIndex = 0;
  215. //
  216. // tabPage2
  217. //
  218. this.tabPage2.Controls.Add(this.PanelFurn);
  219. this.tabPage2.Location = new System.Drawing.Point(4, 29);
  220. this.tabPage2.Name = "tabPage2";
  221. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  222. this.tabPage2.Size = new System.Drawing.Size(610, 255);
  223. this.tabPage2.TabIndex = 1;
  224. this.tabPage2.Text = "Фурнитура";
  225. this.tabPage2.UseVisualStyleBackColor = true;
  226. //
  227. // PanelFurn
  228. //
  229. this.PanelFurn.AutoScroll = true;
  230. this.PanelFurn.ColumnCount = 1;
  231. this.PanelFurn.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  232. this.PanelFurn.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  233. this.PanelFurn.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.PanelFurn.Location = new System.Drawing.Point(3, 3);
  235. this.PanelFurn.Name = "PanelFurn";
  236. this.PanelFurn.RowCount = 1;
  237. this.PanelFurn.RowStyles.Add(new System.Windows.Forms.RowStyle());
  238. this.PanelFurn.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 249F));
  239. this.PanelFurn.Size = new System.Drawing.Size(604, 249);
  240. this.PanelFurn.TabIndex = 0;
  241. //
  242. // tabPage3
  243. //
  244. this.tabPage3.Controls.Add(this.DgvIzd);
  245. this.tabPage3.Location = new System.Drawing.Point(4, 29);
  246. this.tabPage3.Name = "tabPage3";
  247. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  248. this.tabPage3.Size = new System.Drawing.Size(608, 264);
  249. this.tabPage3.TabIndex = 2;
  250. this.tabPage3.Text = "Изделия";
  251. this.tabPage3.UseVisualStyleBackColor = true;
  252. //
  253. // DgvIzd
  254. //
  255. this.DgvIzd.AllowUserToAddRows = false;
  256. this.DgvIzd.AllowUserToDeleteRows = false;
  257. this.DgvIzd.AllowUserToResizeColumns = false;
  258. this.DgvIzd.AllowUserToResizeRows = false;
  259. this.DgvIzd.AutoGenerateColumns = false;
  260. this.DgvIzd.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  261. this.DgvIzd.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  262. this.titleDataGridViewTextBoxColumn,
  263. this.lenghtDataGridViewTextBoxColumn,
  264. this.widthDataGridViewTextBoxColumn});
  265. this.DgvIzd.DataSource = this.BsIzdelia;
  266. this.DgvIzd.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.DgvIzd.Location = new System.Drawing.Point(3, 3);
  268. this.DgvIzd.Name = "DgvIzd";
  269. this.DgvIzd.ReadOnly = true;
  270. this.DgvIzd.RowHeadersVisible = false;
  271. this.DgvIzd.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  272. this.DgvIzd.Size = new System.Drawing.Size(602, 258);
  273. this.DgvIzd.TabIndex = 0;
  274. //
  275. // titleDataGridViewTextBoxColumn
  276. //
  277. this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
  278. this.titleDataGridViewTextBoxColumn.HeaderText = "Название";
  279. this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
  280. this.titleDataGridViewTextBoxColumn.ReadOnly = true;
  281. this.titleDataGridViewTextBoxColumn.Width = 200;
  282. //
  283. // lenghtDataGridViewTextBoxColumn
  284. //
  285. this.lenghtDataGridViewTextBoxColumn.DataPropertyName = "Lenght";
  286. this.lenghtDataGridViewTextBoxColumn.HeaderText = "Длина";
  287. this.lenghtDataGridViewTextBoxColumn.Name = "lenghtDataGridViewTextBoxColumn";
  288. this.lenghtDataGridViewTextBoxColumn.ReadOnly = true;
  289. this.lenghtDataGridViewTextBoxColumn.Width = 125;
  290. //
  291. // widthDataGridViewTextBoxColumn
  292. //
  293. this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width";
  294. this.widthDataGridViewTextBoxColumn.HeaderText = "Ширина";
  295. this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn";
  296. this.widthDataGridViewTextBoxColumn.ReadOnly = true;
  297. this.widthDataGridViewTextBoxColumn.Width = 125;
  298. //
  299. // BsIzdelia
  300. //
  301. this.BsIzdelia.DataMember = "Izdelia";
  302. this.BsIzdelia.DataSource = this.sewingFactoryMURDataSet1;
  303. //
  304. // tabPage4
  305. //
  306. this.tabPage4.Controls.Add(this.DgvOrders);
  307. this.tabPage4.Location = new System.Drawing.Point(4, 29);
  308. this.tabPage4.Name = "tabPage4";
  309. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  310. this.tabPage4.Size = new System.Drawing.Size(610, 255);
  311. this.tabPage4.TabIndex = 3;
  312. this.tabPage4.Text = "Заказы";
  313. this.tabPage4.UseVisualStyleBackColor = true;
  314. //
  315. // DgvOrders
  316. //
  317. this.DgvOrders.AllowUserToAddRows = false;
  318. this.DgvOrders.AllowUserToDeleteRows = false;
  319. this.DgvOrders.AllowUserToResizeColumns = false;
  320. this.DgvOrders.AllowUserToResizeRows = false;
  321. this.DgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  322. this.DgvOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  323. this.Izdelie,
  324. this.Column1,
  325. this.Column2,
  326. this.Column3,
  327. this.Column4,
  328. this.Column5});
  329. this.DgvOrders.Dock = System.Windows.Forms.DockStyle.Fill;
  330. this.DgvOrders.Location = new System.Drawing.Point(3, 3);
  331. this.DgvOrders.Name = "DgvOrders";
  332. this.DgvOrders.ReadOnly = true;
  333. this.DgvOrders.RowHeadersVisible = false;
  334. this.DgvOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  335. this.DgvOrders.Size = new System.Drawing.Size(604, 249);
  336. this.DgvOrders.TabIndex = 1;
  337. //
  338. // Izdelie
  339. //
  340. this.Izdelie.HeaderText = "Изделие";
  341. this.Izdelie.Name = "Izdelie";
  342. this.Izdelie.ReadOnly = true;
  343. //
  344. // Column1
  345. //
  346. this.Column1.HeaderText = "Менеджер";
  347. this.Column1.Name = "Column1";
  348. this.Column1.ReadOnly = true;
  349. //
  350. // Column2
  351. //
  352. this.Column2.HeaderText = "Ткань";
  353. this.Column2.Name = "Column2";
  354. this.Column2.ReadOnly = true;
  355. //
  356. // Column3
  357. //
  358. this.Column3.HeaderText = "Фурнитура";
  359. this.Column3.Name = "Column3";
  360. this.Column3.ReadOnly = true;
  361. //
  362. // Column4
  363. //
  364. this.Column4.HeaderText = "Количество фурнитуры";
  365. this.Column4.Name = "Column4";
  366. this.Column4.ReadOnly = true;
  367. //
  368. // Column5
  369. //
  370. this.Column5.HeaderText = "Количество изделий";
  371. this.Column5.Name = "Column5";
  372. this.Column5.ReadOnly = true;
  373. //
  374. // izdeliaTableAdapter
  375. //
  376. this.izdeliaTableAdapter.ClearBeforeFill = true;
  377. //
  378. // jornalMoskDataSet1
  379. //
  380. this.jornalMoskDataSet1.DataSetName = "JornalMoskDataSet";
  381. this.jornalMoskDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  382. //
  383. // BtnAddZak
  384. //
  385. this.BtnAddZak.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  386. this.BtnAddZak.Location = new System.Drawing.Point(452, 111);
  387. this.BtnAddZak.Name = "BtnAddZak";
  388. this.BtnAddZak.Size = new System.Drawing.Size(178, 31);
  389. this.BtnAddZak.TabIndex = 24;
  390. this.BtnAddZak.Text = "Создание нового заказа";
  391. this.BtnAddZak.UseVisualStyleBackColor = false;
  392. this.BtnAddZak.Click += new System.EventHandler(this.BtnAddZak_Click);
  393. //
  394. // BtnLevin
  395. //
  396. this.BtnLevin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  397. this.BtnLevin.Location = new System.Drawing.Point(293, 111);
  398. this.BtnLevin.Name = "BtnLevin";
  399. this.BtnLevin.Size = new System.Drawing.Size(153, 31);
  400. this.BtnLevin.TabIndex = 25;
  401. this.BtnLevin.Text = "Нечеткий поиск ткани";
  402. this.BtnLevin.UseVisualStyleBackColor = false;
  403. this.BtnLevin.Click += new System.EventHandler(this.BtnLevin_Click);
  404. //
  405. // FormZak
  406. //
  407. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
  408. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  409. this.BackColor = System.Drawing.Color.White;
  410. this.ClientSize = new System.Drawing.Size(640, 457);
  411. this.Controls.Add(this.BtnLevin);
  412. this.Controls.Add(this.BtnAddZak);
  413. this.Controls.Add(this.tabControl1);
  414. this.Controls.Add(this.BtnProfile);
  415. this.Controls.Add(this.panel1);
  416. this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  417. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  418. this.Margin = new System.Windows.Forms.Padding(4);
  419. this.Name = "FormZak";
  420. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  421. this.Text = "СУБД \"Швейная фабрика\"";
  422. this.Load += new System.EventHandler(this.FormZak_Load);
  423. this.panel1.ResumeLayout(false);
  424. this.panel1.PerformLayout();
  425. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
  427. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  428. this.tabControl1.ResumeLayout(false);
  429. this.tabPage1.ResumeLayout(false);
  430. this.tabPage2.ResumeLayout(false);
  431. this.tabPage3.ResumeLayout(false);
  432. ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).EndInit();
  433. ((System.ComponentModel.ISupportInitialize)(this.BsIzdelia)).EndInit();
  434. this.tabPage4.ResumeLayout(false);
  435. ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).EndInit();
  436. ((System.ComponentModel.ISupportInitialize)(this.jornalMoskDataSet1)).EndInit();
  437. this.ResumeLayout(false);
  438. }
  439. #endregion
  440. private System.Windows.Forms.Panel panel1;
  441. private System.Windows.Forms.Label label1;
  442. private System.Windows.Forms.PictureBox pictureBox1;
  443. private SewingFactoryMURDataSet sewingFactoryMURDataSet1;
  444. private System.Windows.Forms.BindingSource BsUsers;
  445. private SewingFactoryMURDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  446. private System.Windows.Forms.Label LblFam;
  447. private System.Windows.Forms.Label LblOtch;
  448. private System.Windows.Forms.Label LblName;
  449. private System.Windows.Forms.Button BtnProfile;
  450. private System.Windows.Forms.TabControl tabControl1;
  451. private System.Windows.Forms.TabPage tabPage1;
  452. private System.Windows.Forms.TabPage tabPage2;
  453. private System.Windows.Forms.TableLayoutPanel PanelClothes;
  454. private System.Windows.Forms.TableLayoutPanel PanelFurn;
  455. private System.Windows.Forms.TabPage tabPage3;
  456. private System.Windows.Forms.DataGridView DgvIzd;
  457. private System.Windows.Forms.BindingSource BsIzdelia;
  458. private SewingFactoryMURDataSetTableAdapters.IzdeliaTableAdapter izdeliaTableAdapter;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
  460. private System.Windows.Forms.DataGridViewTextBoxColumn lenghtDataGridViewTextBoxColumn;
  461. private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn;
  462. private System.Windows.Forms.TabPage tabPage4;
  463. private System.Windows.Forms.DataGridView DgvOrders;
  464. private System.Windows.Forms.DataGridViewTextBoxColumn Izdelie;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  469. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  470. private JornalMoskDataSet jornalMoskDataSet1;
  471. private System.Windows.Forms.Button BtnAddZak;
  472. private System.Windows.Forms.Button BtnLevin;
  473. }
  474. }