1
0

FormZakazchik.Designer.cs 15 KB

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