FormAdd.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. 
  2. namespace Brovi11
  3. {
  4. partial class FormAdd
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.Label manufacturerIDLabel;
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAdd));
  32. System.Windows.Forms.Label titleLabel;
  33. System.Windows.Forms.Label costLabel;
  34. System.Windows.Forms.Label descriptionLabel;
  35. System.Windows.Forms.Label isActiveLabel;
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.button9 = new System.Windows.Forms.Button();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet();
  41. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this.productTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ProductTableAdapter();
  43. this.tableAdapterManager = new Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager();
  44. this.manufacturerTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ManufacturerTableAdapter();
  45. this.manufacturerIDComboBox = new System.Windows.Forms.ComboBox();
  46. this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components);
  47. this.panel6 = new System.Windows.Forms.Panel();
  48. this.button8 = new System.Windows.Forms.Button();
  49. this.button5 = new System.Windows.Forms.Button();
  50. this.button1 = new System.Windows.Forms.Button();
  51. this.titleTextBox = new System.Windows.Forms.TextBox();
  52. this.costTextBox = new System.Windows.Forms.TextBox();
  53. this.descriptionTextBox = new System.Windows.Forms.TextBox();
  54. this.isActiveCheckBox = new System.Windows.Forms.CheckBox();
  55. manufacturerIDLabel = new System.Windows.Forms.Label();
  56. titleLabel = new System.Windows.Forms.Label();
  57. costLabel = new System.Windows.Forms.Label();
  58. descriptionLabel = new System.Windows.Forms.Label();
  59. isActiveLabel = new System.Windows.Forms.Label();
  60. this.panel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit();
  65. this.panel6.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // manufacturerIDLabel
  69. //
  70. manufacturerIDLabel.AutoSize = true;
  71. manufacturerIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  72. manufacturerIDLabel.Location = new System.Drawing.Point(221, 369);
  73. manufacturerIDLabel.Name = "manufacturerIDLabel";
  74. manufacturerIDLabel.Size = new System.Drawing.Size(153, 23);
  75. manufacturerIDLabel.TabIndex = 9;
  76. manufacturerIDLabel.Text = "Производитель:";
  77. //
  78. // panel1
  79. //
  80. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  81. this.panel1.Controls.Add(this.button9);
  82. this.panel1.Controls.Add(this.label1);
  83. this.panel1.Controls.Add(this.pictureBox1);
  84. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  85. this.panel1.Location = new System.Drawing.Point(0, 0);
  86. this.panel1.Name = "panel1";
  87. this.panel1.Size = new System.Drawing.Size(800, 108);
  88. this.panel1.TabIndex = 2;
  89. //
  90. // button9
  91. //
  92. this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  93. this.button9.Location = new System.Drawing.Point(867, 41);
  94. this.button9.Name = "button9";
  95. this.button9.Size = new System.Drawing.Size(133, 34);
  96. this.button9.TabIndex = 2;
  97. this.button9.Text = "Авторизация";
  98. this.button9.UseVisualStyleBackColor = true;
  99. //
  100. // label1
  101. //
  102. this.label1.AutoSize = true;
  103. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  104. this.label1.Location = new System.Drawing.Point(269, 40);
  105. this.label1.Name = "label1";
  106. this.label1.Size = new System.Drawing.Size(307, 39);
  107. this.label1.TabIndex = 1;
  108. this.label1.Text = "Добавление товара";
  109. //
  110. // pictureBox1
  111. //
  112. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  113. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  114. this.pictureBox1.Name = "pictureBox1";
  115. this.pictureBox1.Size = new System.Drawing.Size(141, 102);
  116. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  117. this.pictureBox1.TabIndex = 0;
  118. this.pictureBox1.TabStop = false;
  119. //
  120. // _1Brovi11DataSet
  121. //
  122. this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet";
  123. this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  124. //
  125. // productBindingSource
  126. //
  127. this.productBindingSource.DataMember = "Product";
  128. this.productBindingSource.DataSource = this._1Brovi11DataSet;
  129. //
  130. // productTableAdapter
  131. //
  132. this.productTableAdapter.ClearBeforeFill = true;
  133. //
  134. // tableAdapterManager
  135. //
  136. this.tableAdapterManager.AttachedProductTableAdapter = null;
  137. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  138. this.tableAdapterManager.ClientServiceTableAdapter = null;
  139. this.tableAdapterManager.ClientTableAdapter = null;
  140. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  141. this.tableAdapterManager.GenderTableAdapter = null;
  142. this.tableAdapterManager.ManufacturerTableAdapter = this.manufacturerTableAdapter;
  143. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  144. this.tableAdapterManager.ProductSaleTableAdapter = null;
  145. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  146. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  147. this.tableAdapterManager.ServiceTableAdapter = null;
  148. this.tableAdapterManager.TagOfClientTableAdapter = null;
  149. this.tableAdapterManager.TagTableAdapter = null;
  150. this.tableAdapterManager.UpdateOrder = Brovi11._1Brovi11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  151. //
  152. // manufacturerTableAdapter
  153. //
  154. this.manufacturerTableAdapter.ClearBeforeFill = true;
  155. //
  156. // manufacturerIDComboBox
  157. //
  158. this.manufacturerIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ManufacturerID", true));
  159. this.manufacturerIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.productBindingSource, "ManufacturerID", true));
  160. this.manufacturerIDComboBox.DataSource = this.manufacturerBindingSource;
  161. this.manufacturerIDComboBox.DisplayMember = "ID";
  162. this.manufacturerIDComboBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  163. this.manufacturerIDComboBox.FormattingEnabled = true;
  164. this.manufacturerIDComboBox.Location = new System.Drawing.Point(476, 366);
  165. this.manufacturerIDComboBox.Name = "manufacturerIDComboBox";
  166. this.manufacturerIDComboBox.Size = new System.Drawing.Size(121, 31);
  167. this.manufacturerIDComboBox.TabIndex = 10;
  168. this.manufacturerIDComboBox.ValueMember = "ID";
  169. //
  170. // manufacturerBindingSource
  171. //
  172. this.manufacturerBindingSource.DataMember = "Manufacturer";
  173. this.manufacturerBindingSource.DataSource = this._1Brovi11DataSet;
  174. //
  175. // panel6
  176. //
  177. this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  178. this.panel6.Controls.Add(this.button8);
  179. this.panel6.Controls.Add(this.button5);
  180. this.panel6.Location = new System.Drawing.Point(476, 411);
  181. this.panel6.Name = "panel6";
  182. this.panel6.Size = new System.Drawing.Size(312, 118);
  183. this.panel6.TabIndex = 11;
  184. //
  185. // button8
  186. //
  187. this.button8.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  188. this.button8.Location = new System.Drawing.Point(36, 7);
  189. this.button8.Name = "button8";
  190. this.button8.Size = new System.Drawing.Size(238, 45);
  191. this.button8.TabIndex = 4;
  192. this.button8.Text = "Добавить новую запись";
  193. this.button8.UseVisualStyleBackColor = true;
  194. this.button8.Click += new System.EventHandler(this.button8_Click);
  195. //
  196. // button5
  197. //
  198. this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  199. this.button5.Location = new System.Drawing.Point(71, 58);
  200. this.button5.Name = "button5";
  201. this.button5.Size = new System.Drawing.Size(179, 45);
  202. this.button5.TabIndex = 3;
  203. this.button5.Text = "Сохранить запись";
  204. this.button5.UseVisualStyleBackColor = true;
  205. this.button5.Click += new System.EventHandler(this.button5_Click);
  206. //
  207. // button1
  208. //
  209. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  210. this.button1.Location = new System.Drawing.Point(12, 484);
  211. this.button1.Name = "button1";
  212. this.button1.Size = new System.Drawing.Size(179, 45);
  213. this.button1.TabIndex = 12;
  214. this.button1.Text = "Список товаров";
  215. this.button1.UseVisualStyleBackColor = true;
  216. this.button1.Click += new System.EventHandler(this.button1_Click);
  217. //
  218. // titleTextBox
  219. //
  220. this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
  221. this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  222. this.titleTextBox.Location = new System.Drawing.Point(476, 159);
  223. this.titleTextBox.Name = "titleTextBox";
  224. this.titleTextBox.Size = new System.Drawing.Size(121, 30);
  225. this.titleTextBox.TabIndex = 4;
  226. //
  227. // titleLabel
  228. //
  229. titleLabel.AutoSize = true;
  230. titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  231. titleLabel.Location = new System.Drawing.Point(273, 162);
  232. titleLabel.Name = "titleLabel";
  233. titleLabel.Size = new System.Drawing.Size(101, 23);
  234. titleLabel.TabIndex = 3;
  235. titleLabel.Text = "Название:";
  236. //
  237. // costTextBox
  238. //
  239. this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
  240. this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  241. this.costTextBox.Location = new System.Drawing.Point(476, 215);
  242. this.costTextBox.Name = "costTextBox";
  243. this.costTextBox.Size = new System.Drawing.Size(121, 30);
  244. this.costTextBox.TabIndex = 5;
  245. //
  246. // costLabel
  247. //
  248. costLabel.AutoSize = true;
  249. costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  250. costLabel.Location = new System.Drawing.Point(313, 218);
  251. costLabel.Name = "costLabel";
  252. costLabel.Size = new System.Drawing.Size(61, 23);
  253. costLabel.TabIndex = 4;
  254. costLabel.Text = "Цена:";
  255. //
  256. // descriptionTextBox
  257. //
  258. this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Description", true));
  259. this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  260. this.descriptionTextBox.Location = new System.Drawing.Point(476, 268);
  261. this.descriptionTextBox.Name = "descriptionTextBox";
  262. this.descriptionTextBox.Size = new System.Drawing.Size(121, 30);
  263. this.descriptionTextBox.TabIndex = 6;
  264. //
  265. // descriptionLabel
  266. //
  267. descriptionLabel.AutoSize = true;
  268. descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  269. descriptionLabel.Location = new System.Drawing.Point(271, 271);
  270. descriptionLabel.Name = "descriptionLabel";
  271. descriptionLabel.Size = new System.Drawing.Size(103, 23);
  272. descriptionLabel.TabIndex = 5;
  273. descriptionLabel.Text = "Описание:";
  274. //
  275. // isActiveCheckBox
  276. //
  277. this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true));
  278. this.isActiveCheckBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  279. this.isActiveCheckBox.Location = new System.Drawing.Point(476, 326);
  280. this.isActiveCheckBox.Name = "isActiveCheckBox";
  281. this.isActiveCheckBox.Size = new System.Drawing.Size(104, 24);
  282. this.isActiveCheckBox.TabIndex = 8;
  283. this.isActiveCheckBox.UseVisualStyleBackColor = true;
  284. //
  285. // isActiveLabel
  286. //
  287. isActiveLabel.AutoSize = true;
  288. isActiveLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  289. isActiveLabel.Location = new System.Drawing.Point(286, 326);
  290. isActiveLabel.Name = "isActiveLabel";
  291. isActiveLabel.Size = new System.Drawing.Size(88, 23);
  292. isActiveLabel.TabIndex = 7;
  293. isActiveLabel.Text = "Активен:";
  294. //
  295. // FormAdd
  296. //
  297. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  298. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. this.ClientSize = new System.Drawing.Size(800, 541);
  300. this.Controls.Add(this.button1);
  301. this.Controls.Add(this.panel6);
  302. this.Controls.Add(manufacturerIDLabel);
  303. this.Controls.Add(this.manufacturerIDComboBox);
  304. this.Controls.Add(isActiveLabel);
  305. this.Controls.Add(this.isActiveCheckBox);
  306. this.Controls.Add(descriptionLabel);
  307. this.Controls.Add(this.descriptionTextBox);
  308. this.Controls.Add(costLabel);
  309. this.Controls.Add(this.costTextBox);
  310. this.Controls.Add(titleLabel);
  311. this.Controls.Add(this.titleTextBox);
  312. this.Controls.Add(this.panel1);
  313. this.Name = "FormAdd";
  314. this.Text = "FormAdd";
  315. this.Load += new System.EventHandler(this.FormAdd_Load);
  316. this.panel1.ResumeLayout(false);
  317. this.panel1.PerformLayout();
  318. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit();
  322. this.panel6.ResumeLayout(false);
  323. this.ResumeLayout(false);
  324. this.PerformLayout();
  325. }
  326. #endregion
  327. private System.Windows.Forms.Panel panel1;
  328. private System.Windows.Forms.Button button9;
  329. private System.Windows.Forms.Label label1;
  330. private System.Windows.Forms.PictureBox pictureBox1;
  331. private _1Brovi11DataSet _1Brovi11DataSet;
  332. private System.Windows.Forms.BindingSource productBindingSource;
  333. private _1Brovi11DataSetTableAdapters.ProductTableAdapter productTableAdapter;
  334. private _1Brovi11DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  335. private System.Windows.Forms.ComboBox manufacturerIDComboBox;
  336. private _1Brovi11DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter;
  337. private System.Windows.Forms.BindingSource manufacturerBindingSource;
  338. private System.Windows.Forms.Panel panel6;
  339. private System.Windows.Forms.Button button8;
  340. private System.Windows.Forms.Button button5;
  341. private System.Windows.Forms.Button button1;
  342. private System.Windows.Forms.TextBox titleTextBox;
  343. private System.Windows.Forms.TextBox costTextBox;
  344. private System.Windows.Forms.TextBox descriptionTextBox;
  345. private System.Windows.Forms.CheckBox isActiveCheckBox;
  346. }
  347. }