FormZakazchik.Designer.cs 16 KB

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