FormMen.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. namespace СУБД_Фабрика
  2. {
  3. partial class FormMen
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMen));
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.LblOtch = new System.Windows.Forms.Label();
  34. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  35. this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
  36. this.LblName = new System.Windows.Forms.Label();
  37. this.LblFam = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. this.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
  41. this.BtnProfile = new System.Windows.Forms.Button();
  42. this.izdeliaBindingSource = new System.Windows.Forms.BindingSource(this.components);
  43. this.izdeliaTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.IzdeliaTableAdapter();
  44. this.tableAdapterManager = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.TableAdapterManager();
  45. this.izdeliaDataGridView = new System.Windows.Forms.DataGridView();
  46. this.BtnSave = new System.Windows.Forms.Button();
  47. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.RbtWord = new System.Windows.Forms.RadioButton();
  52. this.RbtCsV = new System.Windows.Forms.RadioButton();
  53. this.BtnAll = new System.Windows.Forms.Button();
  54. this.BtnSelected = new System.Windows.Forms.Button();
  55. this.panel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.izdeliaBindingSource)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.izdeliaDataGridView)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // panel1
  64. //
  65. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  66. this.panel1.Controls.Add(this.LblOtch);
  67. this.panel1.Controls.Add(this.LblName);
  68. this.panel1.Controls.Add(this.LblFam);
  69. this.panel1.Controls.Add(this.label1);
  70. this.panel1.Controls.Add(this.pictureBox1);
  71. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  72. this.panel1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.panel1.Location = new System.Drawing.Point(0, 0);
  74. this.panel1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  75. this.panel1.Name = "panel1";
  76. this.panel1.Size = new System.Drawing.Size(448, 102);
  77. this.panel1.TabIndex = 4;
  78. //
  79. // LblOtch
  80. //
  81. this.LblOtch.AutoSize = true;
  82. this.LblOtch.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
  83. this.LblOtch.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. this.LblOtch.Location = new System.Drawing.Point(21, 65);
  85. this.LblOtch.Name = "LblOtch";
  86. this.LblOtch.Size = new System.Drawing.Size(36, 20);
  87. this.LblOtch.TabIndex = 4;
  88. this.LblOtch.Text = "Otch";
  89. //
  90. // BsUsers
  91. //
  92. this.BsUsers.DataMember = "Users";
  93. this.BsUsers.DataSource = this.sewingFactoryMURDataSet1;
  94. //
  95. // sewingFactoryMURDataSet1
  96. //
  97. this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
  98. this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  99. //
  100. // LblName
  101. //
  102. this.LblName.AutoSize = true;
  103. this.LblName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
  104. this.LblName.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. this.LblName.Location = new System.Drawing.Point(21, 45);
  106. this.LblName.Name = "LblName";
  107. this.LblName.Size = new System.Drawing.Size(43, 20);
  108. this.LblName.TabIndex = 3;
  109. this.LblName.Text = "Name";
  110. //
  111. // LblFam
  112. //
  113. this.LblFam.AutoSize = true;
  114. this.LblFam.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Fam", true));
  115. this.LblFam.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  116. this.LblFam.Location = new System.Drawing.Point(21, 25);
  117. this.LblFam.Name = "LblFam";
  118. this.LblFam.Size = new System.Drawing.Size(35, 20);
  119. this.LblFam.TabIndex = 2;
  120. this.LblFam.Text = "Fam";
  121. //
  122. // label1
  123. //
  124. this.label1.AutoSize = true;
  125. this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  126. this.label1.Location = new System.Drawing.Point(193, 42);
  127. this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(87, 23);
  130. this.label1.TabIndex = 1;
  131. this.label1.Text = "Менеджер";
  132. //
  133. // pictureBox1
  134. //
  135. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  136. this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
  137. this.pictureBox1.Location = new System.Drawing.Point(342, 0);
  138. this.pictureBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
  139. this.pictureBox1.Name = "pictureBox1";
  140. this.pictureBox1.Size = new System.Drawing.Size(106, 102);
  141. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  142. this.pictureBox1.TabIndex = 0;
  143. this.pictureBox1.TabStop = false;
  144. //
  145. // usersTableAdapter
  146. //
  147. this.usersTableAdapter.ClearBeforeFill = true;
  148. //
  149. // BtnProfile
  150. //
  151. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  152. this.BtnProfile.Location = new System.Drawing.Point(25, 111);
  153. this.BtnProfile.Name = "BtnProfile";
  154. this.BtnProfile.Size = new System.Drawing.Size(135, 31);
  155. this.BtnProfile.TabIndex = 20;
  156. this.BtnProfile.Text = "Профиль";
  157. this.BtnProfile.UseVisualStyleBackColor = false;
  158. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  159. //
  160. // izdeliaBindingSource
  161. //
  162. this.izdeliaBindingSource.DataMember = "Izdelia";
  163. this.izdeliaBindingSource.DataSource = this.sewingFactoryMURDataSet1;
  164. //
  165. // izdeliaTableAdapter
  166. //
  167. this.izdeliaTableAdapter.ClearBeforeFill = true;
  168. //
  169. // tableAdapterManager
  170. //
  171. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  172. this.tableAdapterManager.ClothTableAdapter = null;
  173. this.tableAdapterManager.FurnituraTableAdapter = null;
  174. this.tableAdapterManager.IzdeliaTableAdapter = this.izdeliaTableAdapter;
  175. this.tableAdapterManager.OrdersTableAdapter = null;
  176. this.tableAdapterManager.RolesTableAdapter = null;
  177. this.tableAdapterManager.UpdateOrder = СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  178. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  179. //
  180. // izdeliaDataGridView
  181. //
  182. this.izdeliaDataGridView.AllowUserToResizeColumns = false;
  183. this.izdeliaDataGridView.AutoGenerateColumns = false;
  184. this.izdeliaDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  185. this.izdeliaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  186. this.dataGridViewTextBoxColumn1,
  187. this.dataGridViewTextBoxColumn2,
  188. this.dataGridViewTextBoxColumn3,
  189. this.dataGridViewTextBoxColumn4});
  190. this.izdeliaDataGridView.DataSource = this.izdeliaBindingSource;
  191. this.izdeliaDataGridView.Location = new System.Drawing.Point(47, 165);
  192. this.izdeliaDataGridView.Name = "izdeliaDataGridView";
  193. this.izdeliaDataGridView.Size = new System.Drawing.Size(349, 273);
  194. this.izdeliaDataGridView.TabIndex = 20;
  195. //
  196. // BtnSave
  197. //
  198. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  199. this.BtnSave.Location = new System.Drawing.Point(270, 111);
  200. this.BtnSave.Name = "BtnSave";
  201. this.BtnSave.Size = new System.Drawing.Size(166, 31);
  202. this.BtnSave.TabIndex = 21;
  203. this.BtnSave.Text = "Сохранить изменения";
  204. this.BtnSave.UseVisualStyleBackColor = false;
  205. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  206. //
  207. // dataGridViewTextBoxColumn1
  208. //
  209. this.dataGridViewTextBoxColumn1.DataPropertyName = "IDIzd";
  210. this.dataGridViewTextBoxColumn1.HeaderText = "IDIzd";
  211. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  212. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  213. this.dataGridViewTextBoxColumn1.Visible = false;
  214. //
  215. // dataGridViewTextBoxColumn2
  216. //
  217. this.dataGridViewTextBoxColumn2.DataPropertyName = "Title";
  218. this.dataGridViewTextBoxColumn2.HeaderText = "Название";
  219. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  220. //
  221. // dataGridViewTextBoxColumn3
  222. //
  223. this.dataGridViewTextBoxColumn3.DataPropertyName = "Lenght";
  224. dataGridViewCellStyle1.Format = "N2";
  225. dataGridViewCellStyle1.NullValue = null;
  226. this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle1;
  227. this.dataGridViewTextBoxColumn3.HeaderText = "Длина";
  228. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  229. //
  230. // dataGridViewTextBoxColumn4
  231. //
  232. this.dataGridViewTextBoxColumn4.DataPropertyName = "Width";
  233. dataGridViewCellStyle2.Format = "N2";
  234. dataGridViewCellStyle2.NullValue = null;
  235. this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle2;
  236. this.dataGridViewTextBoxColumn4.HeaderText = "Ширина";
  237. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  238. //
  239. // RbtWord
  240. //
  241. this.RbtWord.AutoSize = true;
  242. this.RbtWord.Checked = true;
  243. this.RbtWord.Location = new System.Drawing.Point(88, 459);
  244. this.RbtWord.Name = "RbtWord";
  245. this.RbtWord.Size = new System.Drawing.Size(72, 24);
  246. this.RbtWord.TabIndex = 22;
  247. this.RbtWord.TabStop = true;
  248. this.RbtWord.Text = "В Word";
  249. this.RbtWord.UseVisualStyleBackColor = true;
  250. //
  251. // RbtCsV
  252. //
  253. this.RbtCsV.AutoSize = true;
  254. this.RbtCsV.Location = new System.Drawing.Point(270, 459);
  255. this.RbtCsV.Name = "RbtCsV";
  256. this.RbtCsV.Size = new System.Drawing.Size(63, 24);
  257. this.RbtCsV.TabIndex = 23;
  258. this.RbtCsV.Text = "В Csv";
  259. this.RbtCsV.UseVisualStyleBackColor = true;
  260. //
  261. // BtnAll
  262. //
  263. this.BtnAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  264. this.BtnAll.Location = new System.Drawing.Point(25, 499);
  265. this.BtnAll.Name = "BtnAll";
  266. this.BtnAll.Size = new System.Drawing.Size(148, 31);
  267. this.BtnAll.TabIndex = 24;
  268. this.BtnAll.Text = "Экспорт всех";
  269. this.BtnAll.UseVisualStyleBackColor = false;
  270. this.BtnAll.Click += new System.EventHandler(this.BtnAll_Click);
  271. //
  272. // BtnSelected
  273. //
  274. this.BtnSelected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  275. this.BtnSelected.Location = new System.Drawing.Point(270, 499);
  276. this.BtnSelected.Name = "BtnSelected";
  277. this.BtnSelected.Size = new System.Drawing.Size(151, 31);
  278. this.BtnSelected.TabIndex = 25;
  279. this.BtnSelected.Text = "Экспорт выделенных";
  280. this.BtnSelected.UseVisualStyleBackColor = false;
  281. //
  282. // FormMen
  283. //
  284. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
  285. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  286. this.BackColor = System.Drawing.Color.White;
  287. this.ClientSize = new System.Drawing.Size(448, 578);
  288. this.Controls.Add(this.BtnSelected);
  289. this.Controls.Add(this.BtnAll);
  290. this.Controls.Add(this.RbtCsV);
  291. this.Controls.Add(this.RbtWord);
  292. this.Controls.Add(this.BtnSave);
  293. this.Controls.Add(this.izdeliaDataGridView);
  294. this.Controls.Add(this.BtnProfile);
  295. this.Controls.Add(this.panel1);
  296. this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  297. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  298. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  299. this.Name = "FormMen";
  300. this.Text = "СУБД \"Швейная фабрика\"";
  301. this.Load += new System.EventHandler(this.FormMen_Load);
  302. this.panel1.ResumeLayout(false);
  303. this.panel1.PerformLayout();
  304. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.izdeliaBindingSource)).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)(this.izdeliaDataGridView)).EndInit();
  309. this.ResumeLayout(false);
  310. this.PerformLayout();
  311. }
  312. #endregion
  313. private System.Windows.Forms.Panel panel1;
  314. private System.Windows.Forms.Label LblOtch;
  315. private System.Windows.Forms.Label LblName;
  316. private System.Windows.Forms.Label LblFam;
  317. private System.Windows.Forms.Label label1;
  318. private System.Windows.Forms.PictureBox pictureBox1;
  319. private SewingFactoryMURDataSet sewingFactoryMURDataSet1;
  320. private System.Windows.Forms.BindingSource BsUsers;
  321. private SewingFactoryMURDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  322. private System.Windows.Forms.Button BtnProfile;
  323. private System.Windows.Forms.BindingSource izdeliaBindingSource;
  324. private SewingFactoryMURDataSetTableAdapters.IzdeliaTableAdapter izdeliaTableAdapter;
  325. private SewingFactoryMURDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  326. private System.Windows.Forms.DataGridView izdeliaDataGridView;
  327. private System.Windows.Forms.Button BtnSave;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  332. private System.Windows.Forms.RadioButton RbtWord;
  333. private System.Windows.Forms.RadioButton RbtCsV;
  334. private System.Windows.Forms.Button BtnAll;
  335. private System.Windows.Forms.Button BtnSelected;
  336. }
  337. }