EditP.Designer.cs 19 KB

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