FZakazchik.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. namespace Фабрика
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FZakazchik));
  30. this.dbFabrika2024DataSet = new Фабрика.dbFabrika2024DataSet();
  31. this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.usersTableAdapter = new Фабрика.dbFabrika2024DataSetTableAdapters.UsersTableAdapter();
  33. this.tableAdapterManager = new Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager();
  34. this.id_userLabel1 = new System.Windows.Forms.Label();
  35. this.BtnAddZakaz = new System.Windows.Forms.Button();
  36. this.BtnLev = new System.Windows.Forms.Button();
  37. this.dgvZakaz = new System.Windows.Forms.DataGridView();
  38. this.BtnProfile = new System.Windows.Forms.Button();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  42. this.surnameLabel1 = new System.Windows.Forms.Label();
  43. this.nameLabel1 = new System.Windows.Forms.Label();
  44. this.otchLabel1 = new System.Windows.Forms.Label();
  45. this.LblIdUser = new System.Windows.Forms.Label();
  46. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Менеджер = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvZakaz)).BeginInit();
  55. this.panel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // dbFabrika2024DataSet
  60. //
  61. this.dbFabrika2024DataSet.DataSetName = "dbFabrika2024DataSet";
  62. this.dbFabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  63. //
  64. // usersBindingSource
  65. //
  66. this.usersBindingSource.DataMember = "Users";
  67. this.usersBindingSource.DataSource = this.dbFabrika2024DataSet;
  68. //
  69. // usersTableAdapter
  70. //
  71. this.usersTableAdapter.ClearBeforeFill = true;
  72. //
  73. // tableAdapterManager
  74. //
  75. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  76. this.tableAdapterManager.CvetaTableAdapter = null;
  77. this.tableAdapterManager.FurnituraTableAdapter = null;
  78. this.tableAdapterManager.IzdelieTableAdapter = null;
  79. this.tableAdapterManager.OrdersTableAdapter = null;
  80. this.tableAdapterManager.RoleTableAdapter = null;
  81. this.tableAdapterManager.TkaniTableAdapter = null;
  82. this.tableAdapterManager.UpdateOrder = Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  83. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  84. //
  85. // id_userLabel1
  86. //
  87. this.id_userLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Id_user", true));
  88. this.id_userLabel1.Location = new System.Drawing.Point(-91, 283);
  89. this.id_userLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  90. this.id_userLabel1.Name = "id_userLabel1";
  91. this.id_userLabel1.Size = new System.Drawing.Size(133, 28);
  92. this.id_userLabel1.TabIndex = 45;
  93. this.id_userLabel1.Text = "label1";
  94. //
  95. // BtnAddZakaz
  96. //
  97. this.BtnAddZakaz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  98. this.BtnAddZakaz.Location = new System.Drawing.Point(360, 167);
  99. this.BtnAddZakaz.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  100. this.BtnAddZakaz.Name = "BtnAddZakaz";
  101. this.BtnAddZakaz.Size = new System.Drawing.Size(255, 33);
  102. this.BtnAddZakaz.TabIndex = 53;
  103. this.BtnAddZakaz.Text = "Добавить заказ";
  104. this.BtnAddZakaz.UseVisualStyleBackColor = false;
  105. this.BtnAddZakaz.Click += new System.EventHandler(this.BtnAddZakaz_Click);
  106. //
  107. // BtnLev
  108. //
  109. this.BtnLev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  110. this.BtnLev.Location = new System.Drawing.Point(360, 130);
  111. this.BtnLev.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  112. this.BtnLev.Name = "BtnLev";
  113. this.BtnLev.Size = new System.Drawing.Size(140, 33);
  114. this.BtnLev.TabIndex = 52;
  115. this.BtnLev.Text = "Нечеткий поиск";
  116. this.BtnLev.UseVisualStyleBackColor = false;
  117. this.BtnLev.Click += new System.EventHandler(this.BtnLev_Click);
  118. //
  119. // dgvZakaz
  120. //
  121. this.dgvZakaz.AllowUserToAddRows = false;
  122. this.dgvZakaz.AllowUserToDeleteRows = false;
  123. this.dgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  124. this.dgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  125. this.Column1,
  126. this.Column3,
  127. this.Column4,
  128. this.Column5,
  129. this.Column2,
  130. this.Менеджер});
  131. this.dgvZakaz.Location = new System.Drawing.Point(-1, 213);
  132. this.dgvZakaz.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  133. this.dgvZakaz.Name = "dgvZakaz";
  134. this.dgvZakaz.ReadOnly = true;
  135. this.dgvZakaz.RowHeadersVisible = false;
  136. this.dgvZakaz.RowHeadersWidth = 51;
  137. this.dgvZakaz.RowTemplate.Height = 24;
  138. this.dgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  139. this.dgvZakaz.Size = new System.Drawing.Size(757, 354);
  140. this.dgvZakaz.TabIndex = 51;
  141. //
  142. // BtnProfile
  143. //
  144. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  145. this.BtnProfile.Location = new System.Drawing.Point(523, 130);
  146. this.BtnProfile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  147. this.BtnProfile.Name = "BtnProfile";
  148. this.BtnProfile.Size = new System.Drawing.Size(92, 33);
  149. this.BtnProfile.TabIndex = 50;
  150. this.BtnProfile.Text = "Профиль ";
  151. this.BtnProfile.UseVisualStyleBackColor = false;
  152. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  153. //
  154. // panel1
  155. //
  156. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  157. this.panel1.Controls.Add(this.label1);
  158. this.panel1.Controls.Add(this.pictureBox1);
  159. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  160. this.panel1.Location = new System.Drawing.Point(0, 0);
  161. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  162. this.panel1.Name = "panel1";
  163. this.panel1.Size = new System.Drawing.Size(755, 118);
  164. this.panel1.TabIndex = 46;
  165. //
  166. // label1
  167. //
  168. this.label1.AutoSize = true;
  169. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  170. this.label1.Location = new System.Drawing.Point(171, 47);
  171. this.label1.Name = "label1";
  172. this.label1.Size = new System.Drawing.Size(240, 24);
  173. this.label1.TabIndex = 1;
  174. this.label1.Text = "Рабочее место заказчика";
  175. //
  176. // pictureBox1
  177. //
  178. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  179. this.pictureBox1.Image = global::Фабрика.Properties.Resources.fabric_logo;
  180. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  181. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  182. this.pictureBox1.Name = "pictureBox1";
  183. this.pictureBox1.Size = new System.Drawing.Size(154, 118);
  184. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  185. this.pictureBox1.TabIndex = 0;
  186. this.pictureBox1.TabStop = false;
  187. //
  188. // surnameLabel1
  189. //
  190. this.surnameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Surname", true));
  191. this.surnameLabel1.Location = new System.Drawing.Point(9, 129);
  192. this.surnameLabel1.Name = "surnameLabel1";
  193. this.surnameLabel1.Size = new System.Drawing.Size(259, 23);
  194. this.surnameLabel1.TabIndex = 54;
  195. this.surnameLabel1.Text = "label2";
  196. //
  197. // nameLabel1
  198. //
  199. this.nameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Name", true));
  200. this.nameLabel1.Location = new System.Drawing.Point(9, 152);
  201. this.nameLabel1.Name = "nameLabel1";
  202. this.nameLabel1.Size = new System.Drawing.Size(259, 23);
  203. this.nameLabel1.TabIndex = 55;
  204. this.nameLabel1.Text = "label2";
  205. //
  206. // otchLabel1
  207. //
  208. this.otchLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Otch", true));
  209. this.otchLabel1.Location = new System.Drawing.Point(9, 175);
  210. this.otchLabel1.Name = "otchLabel1";
  211. this.otchLabel1.Size = new System.Drawing.Size(259, 23);
  212. this.otchLabel1.TabIndex = 56;
  213. this.otchLabel1.Text = "label2";
  214. //
  215. // LblIdUser
  216. //
  217. this.LblIdUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Id_user", true));
  218. this.LblIdUser.Location = new System.Drawing.Point(806, 175);
  219. this.LblIdUser.Name = "LblIdUser";
  220. this.LblIdUser.Size = new System.Drawing.Size(100, 23);
  221. this.LblIdUser.TabIndex = 57;
  222. this.LblIdUser.Text = "label2";
  223. //
  224. // Column1
  225. //
  226. this.Column1.HeaderText = "Изделие";
  227. this.Column1.MinimumWidth = 6;
  228. this.Column1.Name = "Column1";
  229. this.Column1.ReadOnly = true;
  230. this.Column1.Width = 125;
  231. //
  232. // Column3
  233. //
  234. this.Column3.HeaderText = "Ткань";
  235. this.Column3.MinimumWidth = 6;
  236. this.Column3.Name = "Column3";
  237. this.Column3.ReadOnly = true;
  238. this.Column3.Width = 125;
  239. //
  240. // Column4
  241. //
  242. this.Column4.HeaderText = "Фурнитура";
  243. this.Column4.MinimumWidth = 6;
  244. this.Column4.Name = "Column4";
  245. this.Column4.ReadOnly = true;
  246. this.Column4.Width = 125;
  247. //
  248. // Column5
  249. //
  250. this.Column5.HeaderText = "Кол-во фурнитуры";
  251. this.Column5.MinimumWidth = 6;
  252. this.Column5.Name = "Column5";
  253. this.Column5.ReadOnly = true;
  254. this.Column5.Width = 125;
  255. //
  256. // Column2
  257. //
  258. this.Column2.HeaderText = "Кол-во изделий";
  259. this.Column2.MinimumWidth = 6;
  260. this.Column2.Name = "Column2";
  261. this.Column2.ReadOnly = true;
  262. this.Column2.Width = 125;
  263. //
  264. // Менеджер
  265. //
  266. this.Менеджер.HeaderText = "Менеджер";
  267. this.Менеджер.Name = "Менеджер";
  268. this.Менеджер.ReadOnly = true;
  269. //
  270. // FZakazchik
  271. //
  272. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  273. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  274. this.ClientSize = new System.Drawing.Size(755, 588);
  275. this.Controls.Add(this.LblIdUser);
  276. this.Controls.Add(this.otchLabel1);
  277. this.Controls.Add(this.nameLabel1);
  278. this.Controls.Add(this.surnameLabel1);
  279. this.Controls.Add(this.BtnAddZakaz);
  280. this.Controls.Add(this.BtnLev);
  281. this.Controls.Add(this.dgvZakaz);
  282. this.Controls.Add(this.BtnProfile);
  283. this.Controls.Add(this.panel1);
  284. this.Controls.Add(this.id_userLabel1);
  285. this.Font = new System.Drawing.Font("Arial", 10.2F);
  286. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  287. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  288. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  289. this.MaximizeBox = false;
  290. this.Name = "FZakazchik";
  291. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  292. this.Text = "СУБД \"Швейная фабрика\"";
  293. this.Load += new System.EventHandler(this.FZakazchik_Load);
  294. ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.dgvZakaz)).EndInit();
  297. this.panel1.ResumeLayout(false);
  298. this.panel1.PerformLayout();
  299. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  300. this.ResumeLayout(false);
  301. }
  302. #endregion
  303. private dbFabrika2024DataSet dbFabrika2024DataSet;
  304. private dbFabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  305. private dbFabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  306. public System.Windows.Forms.BindingSource usersBindingSource;
  307. public System.Windows.Forms.Label id_userLabel1;
  308. private System.Windows.Forms.Button BtnAddZakaz;
  309. private System.Windows.Forms.Button BtnLev;
  310. private System.Windows.Forms.DataGridView dgvZakaz;
  311. private System.Windows.Forms.Button BtnProfile;
  312. private System.Windows.Forms.Panel panel1;
  313. private System.Windows.Forms.Label label1;
  314. private System.Windows.Forms.PictureBox pictureBox1;
  315. private System.Windows.Forms.Label surnameLabel1;
  316. private System.Windows.Forms.Label nameLabel1;
  317. private System.Windows.Forms.Label otchLabel1;
  318. public System.Windows.Forms.Label LblIdUser;
  319. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  322. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  323. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  324. private System.Windows.Forms.DataGridViewTextBoxColumn Менеджер;
  325. }
  326. }