FormManager.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormManager
  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(FormManager));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.btnEdit = new System.Windows.Forms.Button();
  32. this.lblFIO = new System.Windows.Forms.Label();
  33. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  34. this.dgvProducts = new System.Windows.Forms.DataGridView();
  35. this.bsProducts = new System.Windows.Forms.BindingSource(this.components);
  36. this.fabrikaLDADataSet = new СУБД_Швейная_фабрика.FabrikaLDADataSet();
  37. this.productsTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.ProductsTableAdapter();
  38. this.idProductDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.titleProductDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.lenghtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.btnAdd = new System.Windows.Forms.Button();
  43. this.tbxTitle = new System.Windows.Forms.TextBox();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.label2 = new System.Windows.Forms.Label();
  46. this.tbxLenght = new System.Windows.Forms.TextBox();
  47. this.label3 = new System.Windows.Forms.Label();
  48. this.tbxWidth = new System.Windows.Forms.TextBox();
  49. this.btnDrop = new System.Windows.Forms.Button();
  50. this.btnProducts = new System.Windows.Forms.Button();
  51. this.panel1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvProducts)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.bsProducts)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // panel1
  59. //
  60. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  61. this.panel1.Controls.Add(this.btnProducts);
  62. this.panel1.Controls.Add(this.btnEdit);
  63. this.panel1.Controls.Add(this.lblFIO);
  64. this.panel1.Controls.Add(this.pbxPhoto);
  65. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  66. this.panel1.Location = new System.Drawing.Point(0, 0);
  67. this.panel1.Margin = new System.Windows.Forms.Padding(13, 7, 13, 7);
  68. this.panel1.Name = "panel1";
  69. this.panel1.Size = new System.Drawing.Size(1161, 105);
  70. this.panel1.TabIndex = 2;
  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(802, 50);
  78. this.btnEdit.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8);
  79. this.btnEdit.Name = "btnEdit";
  80. this.btnEdit.Size = new System.Drawing.Size(176, 47);
  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. // lblFIO
  87. //
  88. this.lblFIO.Anchor = System.Windows.Forms.AnchorStyles.Top;
  89. this.lblFIO.AutoSize = true;
  90. this.lblFIO.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  91. this.lblFIO.Location = new System.Drawing.Point(255, 34);
  92. this.lblFIO.Margin = new System.Windows.Forms.Padding(13, 0, 13, 0);
  93. this.lblFIO.Name = "lblFIO";
  94. this.lblFIO.Size = new System.Drawing.Size(391, 37);
  95. this.lblFIO.TabIndex = 1;
  96. this.lblFIO.Text = "Фамилия Имя Отчество";
  97. //
  98. // pbxPhoto
  99. //
  100. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  101. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  102. this.pbxPhoto.Location = new System.Drawing.Point(992, 0);
  103. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(13, 7, 13, 7);
  104. this.pbxPhoto.Name = "pbxPhoto";
  105. this.pbxPhoto.Size = new System.Drawing.Size(169, 105);
  106. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  107. this.pbxPhoto.TabIndex = 0;
  108. this.pbxPhoto.TabStop = false;
  109. //
  110. // dgvProducts
  111. //
  112. this.dgvProducts.AllowUserToAddRows = false;
  113. this.dgvProducts.AllowUserToDeleteRows = false;
  114. this.dgvProducts.AutoGenerateColumns = false;
  115. this.dgvProducts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  116. this.dgvProducts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  117. this.idProductDataGridViewTextBoxColumn,
  118. this.titleProductDataGridViewTextBoxColumn,
  119. this.lenghtDataGridViewTextBoxColumn,
  120. this.widthDataGridViewTextBoxColumn});
  121. this.dgvProducts.DataSource = this.bsProducts;
  122. this.dgvProducts.Location = new System.Drawing.Point(0, 109);
  123. this.dgvProducts.Name = "dgvProducts";
  124. this.dgvProducts.ReadOnly = true;
  125. this.dgvProducts.Size = new System.Drawing.Size(798, 455);
  126. this.dgvProducts.TabIndex = 3;
  127. this.dgvProducts.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProducts_CellClick);
  128. //
  129. // bsProducts
  130. //
  131. this.bsProducts.DataMember = "Products";
  132. this.bsProducts.DataSource = this.fabrikaLDADataSet;
  133. //
  134. // fabrikaLDADataSet
  135. //
  136. this.fabrikaLDADataSet.DataSetName = "FabrikaLDADataSet";
  137. this.fabrikaLDADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  138. //
  139. // productsTableAdapter
  140. //
  141. this.productsTableAdapter.ClearBeforeFill = true;
  142. //
  143. // idProductDataGridViewTextBoxColumn
  144. //
  145. this.idProductDataGridViewTextBoxColumn.DataPropertyName = "IdProduct";
  146. this.idProductDataGridViewTextBoxColumn.HeaderText = "IdProduct";
  147. this.idProductDataGridViewTextBoxColumn.Name = "idProductDataGridViewTextBoxColumn";
  148. this.idProductDataGridViewTextBoxColumn.ReadOnly = true;
  149. this.idProductDataGridViewTextBoxColumn.Visible = false;
  150. this.idProductDataGridViewTextBoxColumn.Width = 250;
  151. //
  152. // titleProductDataGridViewTextBoxColumn
  153. //
  154. this.titleProductDataGridViewTextBoxColumn.DataPropertyName = "TitleProduct";
  155. this.titleProductDataGridViewTextBoxColumn.HeaderText = "Название продукта";
  156. this.titleProductDataGridViewTextBoxColumn.Name = "titleProductDataGridViewTextBoxColumn";
  157. this.titleProductDataGridViewTextBoxColumn.ReadOnly = true;
  158. this.titleProductDataGridViewTextBoxColumn.Width = 250;
  159. //
  160. // lenghtDataGridViewTextBoxColumn
  161. //
  162. this.lenghtDataGridViewTextBoxColumn.DataPropertyName = "Lenght";
  163. this.lenghtDataGridViewTextBoxColumn.HeaderText = "Длина";
  164. this.lenghtDataGridViewTextBoxColumn.Name = "lenghtDataGridViewTextBoxColumn";
  165. this.lenghtDataGridViewTextBoxColumn.ReadOnly = true;
  166. this.lenghtDataGridViewTextBoxColumn.Width = 250;
  167. //
  168. // widthDataGridViewTextBoxColumn
  169. //
  170. this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width";
  171. this.widthDataGridViewTextBoxColumn.HeaderText = "Ширина";
  172. this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn";
  173. this.widthDataGridViewTextBoxColumn.ReadOnly = true;
  174. this.widthDataGridViewTextBoxColumn.Width = 250;
  175. //
  176. // btnAdd
  177. //
  178. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  179. this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  180. this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  181. this.btnAdd.Location = new System.Drawing.Point(868, 339);
  182. this.btnAdd.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8);
  183. this.btnAdd.Name = "btnAdd";
  184. this.btnAdd.Size = new System.Drawing.Size(234, 42);
  185. this.btnAdd.TabIndex = 9;
  186. this.btnAdd.Text = "Добавить изделие";
  187. this.btnAdd.UseVisualStyleBackColor = false;
  188. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  189. //
  190. // tbxTitle
  191. //
  192. this.tbxTitle.Location = new System.Drawing.Point(868, 163);
  193. this.tbxTitle.Name = "tbxTitle";
  194. this.tbxTitle.Size = new System.Drawing.Size(234, 29);
  195. this.tbxTitle.TabIndex = 10;
  196. //
  197. // label1
  198. //
  199. this.label1.AutoSize = true;
  200. this.label1.Location = new System.Drawing.Point(864, 138);
  201. this.label1.Name = "label1";
  202. this.label1.Size = new System.Drawing.Size(93, 22);
  203. this.label1.TabIndex = 11;
  204. this.label1.Text = "Название";
  205. //
  206. // label2
  207. //
  208. this.label2.AutoSize = true;
  209. this.label2.Location = new System.Drawing.Point(864, 198);
  210. this.label2.Name = "label2";
  211. this.label2.Size = new System.Drawing.Size(63, 22);
  212. this.label2.TabIndex = 13;
  213. this.label2.Text = "Длина";
  214. //
  215. // tbxLenght
  216. //
  217. this.tbxLenght.Location = new System.Drawing.Point(868, 223);
  218. this.tbxLenght.Name = "tbxLenght";
  219. this.tbxLenght.Size = new System.Drawing.Size(234, 29);
  220. this.tbxLenght.TabIndex = 12;
  221. //
  222. // label3
  223. //
  224. this.label3.AutoSize = true;
  225. this.label3.Location = new System.Drawing.Point(864, 259);
  226. this.label3.Name = "label3";
  227. this.label3.Size = new System.Drawing.Size(78, 22);
  228. this.label3.TabIndex = 15;
  229. this.label3.Text = "Ширина";
  230. //
  231. // tbxWidth
  232. //
  233. this.tbxWidth.Location = new System.Drawing.Point(868, 284);
  234. this.tbxWidth.Name = "tbxWidth";
  235. this.tbxWidth.Size = new System.Drawing.Size(234, 29);
  236. this.tbxWidth.TabIndex = 14;
  237. //
  238. // btnDrop
  239. //
  240. this.btnDrop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  241. this.btnDrop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  242. this.btnDrop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  243. this.btnDrop.Location = new System.Drawing.Point(868, 397);
  244. this.btnDrop.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8);
  245. this.btnDrop.Name = "btnDrop";
  246. this.btnDrop.Size = new System.Drawing.Size(234, 42);
  247. this.btnDrop.TabIndex = 16;
  248. this.btnDrop.Text = "Сброс выделения";
  249. this.btnDrop.UseVisualStyleBackColor = false;
  250. this.btnDrop.Click += new System.EventHandler(this.btnDrop_Click);
  251. //
  252. // btnProducts
  253. //
  254. this.btnProducts.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  255. this.btnProducts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  256. this.btnProducts.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  257. this.btnProducts.Location = new System.Drawing.Point(11, 51);
  258. this.btnProducts.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8);
  259. this.btnProducts.Name = "btnProducts";
  260. this.btnProducts.Size = new System.Drawing.Size(176, 47);
  261. this.btnProducts.TabIndex = 9;
  262. this.btnProducts.Text = "Вывод заказов";
  263. this.btnProducts.UseVisualStyleBackColor = false;
  264. this.btnProducts.Click += new System.EventHandler(this.btnProducts_Click);
  265. //
  266. // FormManager
  267. //
  268. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
  269. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  270. this.BackColor = System.Drawing.Color.White;
  271. this.ClientSize = new System.Drawing.Size(1161, 628);
  272. this.Controls.Add(this.btnDrop);
  273. this.Controls.Add(this.label3);
  274. this.Controls.Add(this.tbxWidth);
  275. this.Controls.Add(this.label2);
  276. this.Controls.Add(this.tbxLenght);
  277. this.Controls.Add(this.label1);
  278. this.Controls.Add(this.tbxTitle);
  279. this.Controls.Add(this.btnAdd);
  280. this.Controls.Add(this.dgvProducts);
  281. this.Controls.Add(this.panel1);
  282. this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  283. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  284. this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  285. this.Name = "FormManager";
  286. this.Text = "СУБД Швейная фабрика";
  287. this.Load += new System.EventHandler(this.FormManager_Load);
  288. this.panel1.ResumeLayout(false);
  289. this.panel1.PerformLayout();
  290. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.dgvProducts)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.bsProducts)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).EndInit();
  294. this.ResumeLayout(false);
  295. this.PerformLayout();
  296. }
  297. #endregion
  298. private System.Windows.Forms.Panel panel1;
  299. private System.Windows.Forms.Button btnEdit;
  300. private System.Windows.Forms.Label lblFIO;
  301. private System.Windows.Forms.PictureBox pbxPhoto;
  302. private System.Windows.Forms.DataGridView dgvProducts;
  303. private System.Windows.Forms.BindingSource bsProducts;
  304. private FabrikaLDADataSet fabrikaLDADataSet;
  305. private FabrikaLDADataSetTableAdapters.ProductsTableAdapter productsTableAdapter;
  306. private System.Windows.Forms.DataGridViewTextBoxColumn idProductDataGridViewTextBoxColumn;
  307. private System.Windows.Forms.DataGridViewTextBoxColumn titleProductDataGridViewTextBoxColumn;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn lenghtDataGridViewTextBoxColumn;
  309. private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn;
  310. private System.Windows.Forms.Button btnAdd;
  311. private System.Windows.Forms.TextBox tbxTitle;
  312. private System.Windows.Forms.Label label1;
  313. private System.Windows.Forms.Label label2;
  314. private System.Windows.Forms.TextBox tbxLenght;
  315. private System.Windows.Forms.Label label3;
  316. private System.Windows.Forms.TextBox tbxWidth;
  317. private System.Windows.Forms.Button btnDrop;
  318. private System.Windows.Forms.Button btnProducts;
  319. }
  320. }