fZakazchik.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. namespace garment_factory
  2. {
  3. partial class fZakazchik
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fZakazchik));
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. this.BtnAddZakaz = new System.Windows.Forms.Button();
  35. this.BtnLev = new System.Windows.Forms.Button();
  36. this.BtnProfile = new System.Windows.Forms.Button();
  37. this.fabrika2024DataSet = new garment_factory.Fabrika2024DataSet();
  38. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  39. this.usersTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.UsersTableAdapter();
  40. this.tableAdapterManager = new garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager();
  41. this.LblIdUser = new System.Windows.Forms.Label();
  42. this.dgvZakaz = new System.Windows.Forms.DataGridView();
  43. this.izdelie = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.tkani = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.furnitura = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.countizdel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.countfurnit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.id_userTextBox = new System.Windows.Forms.TextBox();
  49. this.FIO = new System.Windows.Forms.Label();
  50. this.panel1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvZakaz)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // panel1
  58. //
  59. this.panel1.Controls.Add(this.label1);
  60. this.panel1.Controls.Add(this.pictureBox1);
  61. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  62. this.panel1.Location = new System.Drawing.Point(0, 0);
  63. this.panel1.Margin = new System.Windows.Forms.Padding(6);
  64. this.panel1.Name = "panel1";
  65. this.panel1.Size = new System.Drawing.Size(786, 123);
  66. this.panel1.TabIndex = 1;
  67. //
  68. // label1
  69. //
  70. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  71. this.label1.Font = new System.Drawing.Font("Arial", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. this.label1.Location = new System.Drawing.Point(146, 0);
  73. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(646, 123);
  76. this.label1.TabIndex = 1;
  77. this.label1.Text = "Рабочее место заказчика";
  78. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  79. //
  80. // pictureBox1
  81. //
  82. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  83. this.pictureBox1.Image = global::garment_factory.Properties.Resources.fabric_logo;
  84. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  85. this.pictureBox1.Margin = new System.Windows.Forms.Padding(6);
  86. this.pictureBox1.Name = "pictureBox1";
  87. this.pictureBox1.Size = new System.Drawing.Size(146, 123);
  88. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  89. this.pictureBox1.TabIndex = 0;
  90. this.pictureBox1.TabStop = false;
  91. //
  92. // BtnAddZakaz
  93. //
  94. this.BtnAddZakaz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  95. this.BtnAddZakaz.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  96. this.BtnAddZakaz.Location = new System.Drawing.Point(459, 129);
  97. this.BtnAddZakaz.Name = "BtnAddZakaz";
  98. this.BtnAddZakaz.Size = new System.Drawing.Size(186, 33);
  99. this.BtnAddZakaz.TabIndex = 30;
  100. this.BtnAddZakaz.Text = "Добавить заказ";
  101. this.BtnAddZakaz.UseVisualStyleBackColor = false;
  102. this.BtnAddZakaz.Click += new System.EventHandler(this.BtnAddZakaz_Click);
  103. //
  104. // BtnLev
  105. //
  106. this.BtnLev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  107. this.BtnLev.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  108. this.BtnLev.Location = new System.Drawing.Point(266, 129);
  109. this.BtnLev.Name = "BtnLev";
  110. this.BtnLev.Size = new System.Drawing.Size(187, 33);
  111. this.BtnLev.TabIndex = 29;
  112. this.BtnLev.Text = "Нечеткий поиск";
  113. this.BtnLev.UseVisualStyleBackColor = false;
  114. this.BtnLev.Click += new System.EventHandler(this.BtnLev_Click);
  115. //
  116. // BtnProfile
  117. //
  118. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  119. this.BtnProfile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  120. this.BtnProfile.Location = new System.Drawing.Point(651, 129);
  121. this.BtnProfile.Name = "BtnProfile";
  122. this.BtnProfile.Size = new System.Drawing.Size(123, 33);
  123. this.BtnProfile.TabIndex = 27;
  124. this.BtnProfile.Text = "Профиль пользователя";
  125. this.BtnProfile.UseVisualStyleBackColor = false;
  126. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  127. //
  128. // fabrika2024DataSet
  129. //
  130. this.fabrika2024DataSet.DataSetName = "Fabrika2024DataSet";
  131. this.fabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  132. //
  133. // BsUsers
  134. //
  135. this.BsUsers.DataMember = "Users";
  136. this.BsUsers.DataSource = this.fabrika2024DataSet;
  137. //
  138. // usersTableAdapter
  139. //
  140. this.usersTableAdapter.ClearBeforeFill = true;
  141. //
  142. // tableAdapterManager
  143. //
  144. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  145. this.tableAdapterManager.CvetaTableAdapter = null;
  146. this.tableAdapterManager.FurnituraTableAdapter = null;
  147. this.tableAdapterManager.IzdelieTableAdapter = null;
  148. this.tableAdapterManager.OrdersTableAdapter = null;
  149. this.tableAdapterManager.RoleTableAdapter = null;
  150. this.tableAdapterManager.TkaniTableAdapter = null;
  151. this.tableAdapterManager.UpdateOrder = garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  152. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  153. //
  154. // LblIdUser
  155. //
  156. this.LblIdUser.AutoSize = true;
  157. this.LblIdUser.Location = new System.Drawing.Point(-68, 246);
  158. this.LblIdUser.Name = "LblIdUser";
  159. this.LblIdUser.Size = new System.Drawing.Size(69, 24);
  160. this.LblIdUser.TabIndex = 36;
  161. this.LblIdUser.Text = "label2";
  162. //
  163. // dgvZakaz
  164. //
  165. this.dgvZakaz.AllowUserToAddRows = false;
  166. this.dgvZakaz.AllowUserToDeleteRows = false;
  167. this.dgvZakaz.BackgroundColor = System.Drawing.Color.White;
  168. this.dgvZakaz.BorderStyle = System.Windows.Forms.BorderStyle.None;
  169. this.dgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  170. this.dgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  171. this.izdelie,
  172. this.tkani,
  173. this.furnitura,
  174. this.countizdel,
  175. this.countfurnit});
  176. this.dgvZakaz.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  177. this.dgvZakaz.Location = new System.Drawing.Point(16, 180);
  178. this.dgvZakaz.Name = "dgvZakaz";
  179. this.dgvZakaz.ReadOnly = true;
  180. this.dgvZakaz.RowHeadersVisible = false;
  181. dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  182. this.dgvZakaz.RowsDefaultCellStyle = dataGridViewCellStyle1;
  183. this.dgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  184. this.dgvZakaz.Size = new System.Drawing.Size(759, 257);
  185. this.dgvZakaz.TabIndex = 37;
  186. //
  187. // izdelie
  188. //
  189. this.izdelie.HeaderText = "Изделие";
  190. this.izdelie.Name = "izdelie";
  191. this.izdelie.ReadOnly = true;
  192. this.izdelie.Width = 140;
  193. //
  194. // tkani
  195. //
  196. this.tkani.HeaderText = "Ткань";
  197. this.tkani.Name = "tkani";
  198. this.tkani.ReadOnly = true;
  199. this.tkani.Width = 150;
  200. //
  201. // furnitura
  202. //
  203. this.furnitura.HeaderText = "Фурнитура ";
  204. this.furnitura.Name = "furnitura";
  205. this.furnitura.ReadOnly = true;
  206. this.furnitura.Width = 140;
  207. //
  208. // countizdel
  209. //
  210. this.countizdel.HeaderText = "Кол-во изделий ";
  211. this.countizdel.Name = "countizdel";
  212. this.countizdel.ReadOnly = true;
  213. this.countizdel.Width = 150;
  214. //
  215. // countfurnit
  216. //
  217. this.countfurnit.HeaderText = "Кол-во фурнитуры";
  218. this.countfurnit.Name = "countfurnit";
  219. this.countfurnit.ReadOnly = true;
  220. this.countfurnit.Width = 170;
  221. //
  222. // id_userTextBox
  223. //
  224. this.id_userTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Id_user", true));
  225. this.id_userTextBox.Location = new System.Drawing.Point(969, 244);
  226. this.id_userTextBox.Name = "id_userTextBox";
  227. this.id_userTextBox.Size = new System.Drawing.Size(100, 32);
  228. this.id_userTextBox.TabIndex = 38;
  229. //
  230. // FIO
  231. //
  232. this.FIO.AutoSize = true;
  233. this.FIO.Location = new System.Drawing.Point(12, 138);
  234. this.FIO.Name = "FIO";
  235. this.FIO.Size = new System.Drawing.Size(69, 24);
  236. this.FIO.TabIndex = 39;
  237. this.FIO.Text = "label2";
  238. //
  239. // fZakazchik
  240. //
  241. this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 24F);
  242. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  243. this.BackColor = System.Drawing.Color.White;
  244. this.ClientSize = new System.Drawing.Size(786, 449);
  245. this.Controls.Add(this.FIO);
  246. this.Controls.Add(this.id_userTextBox);
  247. this.Controls.Add(this.dgvZakaz);
  248. this.Controls.Add(this.LblIdUser);
  249. this.Controls.Add(this.BtnAddZakaz);
  250. this.Controls.Add(this.BtnLev);
  251. this.Controls.Add(this.BtnProfile);
  252. this.Controls.Add(this.panel1);
  253. this.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  254. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  255. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  256. this.Margin = new System.Windows.Forms.Padding(6);
  257. this.MaximizeBox = false;
  258. this.Name = "fZakazchik";
  259. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  260. this.Text = "СУБД \"Швейная фабрика\"";
  261. this.Load += new System.EventHandler(this.fZakazchik_Load);
  262. this.panel1.ResumeLayout(false);
  263. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).EndInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.dgvZakaz)).EndInit();
  267. this.ResumeLayout(false);
  268. this.PerformLayout();
  269. }
  270. #endregion
  271. private System.Windows.Forms.Panel panel1;
  272. private System.Windows.Forms.Label label1;
  273. private System.Windows.Forms.PictureBox pictureBox1;
  274. private System.Windows.Forms.Button BtnAddZakaz;
  275. private System.Windows.Forms.Button BtnLev;
  276. private System.Windows.Forms.Button BtnProfile;
  277. private Fabrika2024DataSet fabrika2024DataSet;
  278. private Fabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  279. private Fabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  280. public System.Windows.Forms.BindingSource BsUsers;
  281. public System.Windows.Forms.Label LblIdUser;
  282. private System.Windows.Forms.DataGridView dgvZakaz;
  283. private System.Windows.Forms.DataGridViewTextBoxColumn izdelie;
  284. private System.Windows.Forms.DataGridViewTextBoxColumn tkani;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn furnitura;
  286. private System.Windows.Forms.DataGridViewTextBoxColumn countizdel;
  287. private System.Windows.Forms.DataGridViewTextBoxColumn countfurnit;
  288. public System.Windows.Forms.TextBox id_userTextBox;
  289. private System.Windows.Forms.Label FIO;
  290. }
  291. }