EditP.Designer.cs 19 KB

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