FormZakazchik.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  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.otchLabel1 = new System.Windows.Forms.Label();
  32. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  33. this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.nameLabel1 = new System.Windows.Forms.Label();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.surnameLabel1 = new System.Windows.Forms.Label();
  38. this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
  39. this.BtnAddZakaz = new System.Windows.Forms.Button();
  40. this.BtnLev = new System.Windows.Forms.Button();
  41. this.BtnProfile = new System.Windows.Forms.Button();
  42. this.DgvOrders = new System.Windows.Forms.DataGridView();
  43. this.Izdelie = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Meneger = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Tkan = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Furnitura = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.CountFur = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.CountIzd = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // panel1
  57. //
  58. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  59. this.panel1.Controls.Add(this.otchLabel1);
  60. this.panel1.Controls.Add(this.label1);
  61. this.panel1.Controls.Add(this.nameLabel1);
  62. this.panel1.Controls.Add(this.pictureBox1);
  63. this.panel1.Controls.Add(this.surnameLabel1);
  64. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  65. this.panel1.Location = new System.Drawing.Point(0, 0);
  66. this.panel1.Name = "panel1";
  67. this.panel1.Size = new System.Drawing.Size(888, 130);
  68. this.panel1.TabIndex = 4;
  69. //
  70. // otchLabel1
  71. //
  72. this.otchLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
  73. this.otchLabel1.Location = new System.Drawing.Point(513, 81);
  74. this.otchLabel1.Name = "otchLabel1";
  75. this.otchLabel1.Size = new System.Drawing.Size(267, 23);
  76. this.otchLabel1.TabIndex = 9;
  77. this.otchLabel1.Text = "Отчество";
  78. //
  79. // BsUsers
  80. //
  81. this.BsUsers.DataMember = "Users";
  82. this.BsUsers.DataSource = this.сlothesFactoryLGDataSet;
  83. //
  84. // сlothesFactoryLGDataSet
  85. //
  86. this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
  87. this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  88. //
  89. // label1
  90. //
  91. this.label1.AutoSize = true;
  92. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. this.label1.Location = new System.Drawing.Point(186, 51);
  94. this.label1.Name = "label1";
  95. this.label1.Size = new System.Drawing.Size(309, 29);
  96. this.label1.TabIndex = 1;
  97. this.label1.Text = "Рабочее место заказчика";
  98. //
  99. // nameLabel1
  100. //
  101. this.nameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
  102. this.nameLabel1.Location = new System.Drawing.Point(513, 58);
  103. this.nameLabel1.Name = "nameLabel1";
  104. this.nameLabel1.Size = new System.Drawing.Size(267, 23);
  105. this.nameLabel1.TabIndex = 8;
  106. this.nameLabel1.Text = "Имя";
  107. //
  108. // pictureBox1
  109. //
  110. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  111. this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  112. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  113. this.pictureBox1.Name = "pictureBox1";
  114. this.pictureBox1.Size = new System.Drawing.Size(133, 130);
  115. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  116. this.pictureBox1.TabIndex = 0;
  117. this.pictureBox1.TabStop = false;
  118. //
  119. // surnameLabel1
  120. //
  121. this.surnameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
  122. this.surnameLabel1.Location = new System.Drawing.Point(513, 36);
  123. this.surnameLabel1.Name = "surnameLabel1";
  124. this.surnameLabel1.Size = new System.Drawing.Size(267, 23);
  125. this.surnameLabel1.TabIndex = 7;
  126. this.surnameLabel1.Text = "Фамилия";
  127. //
  128. // usersTableAdapter
  129. //
  130. this.usersTableAdapter.ClearBeforeFill = true;
  131. //
  132. // BtnAddZakaz
  133. //
  134. this.BtnAddZakaz.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  135. this.BtnAddZakaz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  136. this.BtnAddZakaz.Location = new System.Drawing.Point(667, 494);
  137. this.BtnAddZakaz.Name = "BtnAddZakaz";
  138. this.BtnAddZakaz.Size = new System.Drawing.Size(206, 46);
  139. this.BtnAddZakaz.TabIndex = 19;
  140. this.BtnAddZakaz.Text = "Добавить заказ";
  141. this.BtnAddZakaz.UseVisualStyleBackColor = false;
  142. this.BtnAddZakaz.Click += new System.EventHandler(this.BtnAddZakaz_Click);
  143. //
  144. // BtnLev
  145. //
  146. this.BtnLev.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  147. this.BtnLev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  148. this.BtnLev.Location = new System.Drawing.Point(427, 494);
  149. this.BtnLev.Name = "BtnLev";
  150. this.BtnLev.Size = new System.Drawing.Size(206, 46);
  151. this.BtnLev.TabIndex = 18;
  152. this.BtnLev.Text = "Нечеткий поиск";
  153. this.BtnLev.UseVisualStyleBackColor = false;
  154. this.BtnLev.Click += new System.EventHandler(this.BtnLev_Click);
  155. //
  156. // BtnProfile
  157. //
  158. this.BtnProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  159. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  160. this.BtnProfile.Location = new System.Drawing.Point(192, 494);
  161. this.BtnProfile.Name = "BtnProfile";
  162. this.BtnProfile.Size = new System.Drawing.Size(206, 46);
  163. this.BtnProfile.TabIndex = 17;
  164. this.BtnProfile.Text = "Профиль пользователя";
  165. this.BtnProfile.UseVisualStyleBackColor = false;
  166. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  167. //
  168. // DgvOrders
  169. //
  170. this.DgvOrders.AllowUserToAddRows = false;
  171. this.DgvOrders.AllowUserToDeleteRows = false;
  172. this.DgvOrders.AllowUserToResizeColumns = false;
  173. this.DgvOrders.AllowUserToResizeRows = false;
  174. this.DgvOrders.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  175. | System.Windows.Forms.AnchorStyles.Left)
  176. | System.Windows.Forms.AnchorStyles.Right)));
  177. this.DgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  178. this.DgvOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  179. this.Izdelie,
  180. this.Meneger,
  181. this.Tkan,
  182. this.Furnitura,
  183. this.CountFur,
  184. this.CountIzd});
  185. this.DgvOrders.Location = new System.Drawing.Point(13, 136);
  186. this.DgvOrders.Name = "DgvOrders";
  187. this.DgvOrders.ReadOnly = true;
  188. this.DgvOrders.RowHeadersVisible = false;
  189. this.DgvOrders.RowHeadersWidth = 51;
  190. this.DgvOrders.RowTemplate.Height = 24;
  191. this.DgvOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  192. this.DgvOrders.Size = new System.Drawing.Size(863, 352);
  193. this.DgvOrders.TabIndex = 20;
  194. //
  195. // Izdelie
  196. //
  197. this.Izdelie.HeaderText = "Изделие";
  198. this.Izdelie.MinimumWidth = 6;
  199. this.Izdelie.Name = "Izdelie";
  200. this.Izdelie.ReadOnly = true;
  201. this.Izdelie.Width = 125;
  202. //
  203. // Meneger
  204. //
  205. this.Meneger.HeaderText = "Менеджер";
  206. this.Meneger.MinimumWidth = 6;
  207. this.Meneger.Name = "Meneger";
  208. this.Meneger.ReadOnly = true;
  209. this.Meneger.Width = 125;
  210. //
  211. // Tkan
  212. //
  213. this.Tkan.HeaderText = "Ткань";
  214. this.Tkan.MinimumWidth = 6;
  215. this.Tkan.Name = "Tkan";
  216. this.Tkan.ReadOnly = true;
  217. this.Tkan.Width = 125;
  218. //
  219. // Furnitura
  220. //
  221. this.Furnitura.HeaderText = "Фурнитура";
  222. this.Furnitura.MinimumWidth = 6;
  223. this.Furnitura.Name = "Furnitura";
  224. this.Furnitura.ReadOnly = true;
  225. this.Furnitura.Width = 125;
  226. //
  227. // CountFur
  228. //
  229. this.CountFur.HeaderText = "Кол-во фурнитуры";
  230. this.CountFur.MinimumWidth = 6;
  231. this.CountFur.Name = "CountFur";
  232. this.CountFur.ReadOnly = true;
  233. this.CountFur.Width = 125;
  234. //
  235. // CountIzd
  236. //
  237. this.CountIzd.HeaderText = "Кол-во изделий";
  238. this.CountIzd.MinimumWidth = 6;
  239. this.CountIzd.Name = "CountIzd";
  240. this.CountIzd.ReadOnly = true;
  241. this.CountIzd.Width = 125;
  242. //
  243. // FormZakazchik
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.ClientSize = new System.Drawing.Size(888, 552);
  248. this.Controls.Add(this.DgvOrders);
  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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  254. this.Name = "FormZakazchik";
  255. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  256. this.Text = "СУБД \"Швейная фабрика\"";
  257. this.Load += new System.EventHandler(this.FormZakazchik_Load);
  258. this.panel1.ResumeLayout(false);
  259. this.panel1.PerformLayout();
  260. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).EndInit();
  264. this.ResumeLayout(false);
  265. }
  266. #endregion
  267. private System.Windows.Forms.Panel panel1;
  268. private System.Windows.Forms.Label label1;
  269. private System.Windows.Forms.PictureBox pictureBox1;
  270. private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
  271. private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  272. public System.Windows.Forms.BindingSource BsUsers;
  273. private System.Windows.Forms.Label otchLabel1;
  274. private System.Windows.Forms.Label nameLabel1;
  275. private System.Windows.Forms.Label surnameLabel1;
  276. private System.Windows.Forms.Button BtnAddZakaz;
  277. private System.Windows.Forms.Button BtnLev;
  278. private System.Windows.Forms.Button BtnProfile;
  279. private System.Windows.Forms.DataGridView DgvOrders;
  280. private System.Windows.Forms.DataGridViewTextBoxColumn Izdelie;
  281. private System.Windows.Forms.DataGridViewTextBoxColumn Meneger;
  282. private System.Windows.Forms.DataGridViewTextBoxColumn Tkan;
  283. private System.Windows.Forms.DataGridViewTextBoxColumn Furnitura;
  284. private System.Windows.Forms.DataGridViewTextBoxColumn CountFur;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn CountIzd;
  286. }
  287. }