editTovarForm.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. 
  2. namespace Brovi07.session1
  3. {
  4. partial class editTovarForm
  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(editTovarForm));
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  35. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  36. this.broviDataSet = new Brovi07.BroviDataSet();
  37. this.productTableAdapter = new Brovi07.BroviDataSetTableAdapters.ProductTableAdapter();
  38. this.saveButtton = new System.Windows.Forms.Button();
  39. this.delButton = new System.Windows.Forms.Button();
  40. this.exitButton = new System.Windows.Forms.Button();
  41. this.addButton = new System.Windows.Forms.Button();
  42. this.tableAdapterManager = new Brovi07.BroviDataSetTableAdapters.TableAdapterManager();
  43. this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.costDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.mainImagePathDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.isActiveDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  49. this.manufacturerIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  51. this.panel1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // pictureBox1
  58. //
  59. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  60. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  61. this.pictureBox1.Name = "pictureBox1";
  62. this.pictureBox1.Size = new System.Drawing.Size(82, 84);
  63. this.pictureBox1.TabIndex = 3;
  64. this.pictureBox1.TabStop = false;
  65. //
  66. // panel1
  67. //
  68. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  69. this.panel1.Controls.Add(this.label1);
  70. this.panel1.Location = new System.Drawing.Point(79, 0);
  71. this.panel1.Name = "panel1";
  72. this.panel1.Size = new System.Drawing.Size(722, 86);
  73. this.panel1.TabIndex = 2;
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.label1.Location = new System.Drawing.Point(22, 31);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(217, 23);
  82. this.label1.TabIndex = 3;
  83. this.label1.Text = "Управление товаром";
  84. //
  85. // dataGridView1
  86. //
  87. this.dataGridView1.AutoGenerateColumns = false;
  88. this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  89. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  90. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  91. this.iDDataGridViewTextBoxColumn,
  92. this.titleDataGridViewTextBoxColumn,
  93. this.costDataGridViewTextBoxColumn,
  94. this.descriptionDataGridViewTextBoxColumn,
  95. this.mainImagePathDataGridViewTextBoxColumn,
  96. this.isActiveDataGridViewCheckBoxColumn,
  97. this.manufacturerIDDataGridViewTextBoxColumn});
  98. this.dataGridView1.DataSource = this.productBindingSource;
  99. this.dataGridView1.Location = new System.Drawing.Point(0, 86);
  100. this.dataGridView1.Name = "dataGridView1";
  101. this.dataGridView1.Size = new System.Drawing.Size(801, 294);
  102. this.dataGridView1.TabIndex = 4;
  103. //
  104. // productBindingSource
  105. //
  106. this.productBindingSource.DataMember = "Product";
  107. this.productBindingSource.DataSource = this.broviDataSet;
  108. //
  109. // broviDataSet
  110. //
  111. this.broviDataSet.DataSetName = "BroviDataSet";
  112. this.broviDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  113. //
  114. // productTableAdapter
  115. //
  116. this.productTableAdapter.ClearBeforeFill = true;
  117. //
  118. // saveButtton
  119. //
  120. this.saveButtton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  121. this.saveButtton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  122. this.saveButtton.Location = new System.Drawing.Point(12, 401);
  123. this.saveButtton.Name = "saveButtton";
  124. this.saveButtton.Size = new System.Drawing.Size(129, 37);
  125. this.saveButtton.TabIndex = 5;
  126. this.saveButtton.Text = "Сохранить";
  127. this.saveButtton.UseVisualStyleBackColor = true;
  128. this.saveButtton.Click += new System.EventHandler(this.saveButtton_Click);
  129. //
  130. // delButton
  131. //
  132. this.delButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  133. this.delButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  134. this.delButton.Location = new System.Drawing.Point(147, 401);
  135. this.delButton.Name = "delButton";
  136. this.delButton.Size = new System.Drawing.Size(129, 37);
  137. this.delButton.TabIndex = 6;
  138. this.delButton.Text = "Удалить";
  139. this.delButton.UseVisualStyleBackColor = true;
  140. this.delButton.Click += new System.EventHandler(this.delButton_Click);
  141. //
  142. // exitButton
  143. //
  144. this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  145. this.exitButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  146. this.exitButton.Location = new System.Drawing.Point(659, 401);
  147. this.exitButton.Name = "exitButton";
  148. this.exitButton.Size = new System.Drawing.Size(129, 37);
  149. this.exitButton.TabIndex = 7;
  150. this.exitButton.Text = "Выход";
  151. this.exitButton.UseVisualStyleBackColor = true;
  152. this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
  153. //
  154. // addButton
  155. //
  156. this.addButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  157. this.addButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  158. this.addButton.Location = new System.Drawing.Point(524, 401);
  159. this.addButton.Name = "addButton";
  160. this.addButton.Size = new System.Drawing.Size(129, 37);
  161. this.addButton.TabIndex = 8;
  162. this.addButton.Text = "Добавить";
  163. this.addButton.UseVisualStyleBackColor = true;
  164. this.addButton.Click += new System.EventHandler(this.addButton_Click);
  165. //
  166. // tableAdapterManager
  167. //
  168. this.tableAdapterManager.AttachedProductTableAdapter = null;
  169. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  170. this.tableAdapterManager.ClientServiceTableAdapter = null;
  171. this.tableAdapterManager.ClientTableAdapter = null;
  172. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  173. this.tableAdapterManager.GenderTableAdapter = null;
  174. this.tableAdapterManager.ManufacturerTableAdapter = null;
  175. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  176. this.tableAdapterManager.ProductSaleTableAdapter = null;
  177. this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
  178. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  179. this.tableAdapterManager.ServiceTableAdapter = null;
  180. this.tableAdapterManager.TagOfClientTableAdapter = null;
  181. this.tableAdapterManager.TagTableAdapter = null;
  182. this.tableAdapterManager.UpdateOrder = Brovi07.BroviDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  183. //
  184. // iDDataGridViewTextBoxColumn
  185. //
  186. this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
  187. this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
  188. this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
  189. this.iDDataGridViewTextBoxColumn.ReadOnly = true;
  190. //
  191. // titleDataGridViewTextBoxColumn
  192. //
  193. this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
  194. this.titleDataGridViewTextBoxColumn.HeaderText = "Title";
  195. this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
  196. //
  197. // costDataGridViewTextBoxColumn
  198. //
  199. this.costDataGridViewTextBoxColumn.DataPropertyName = "Cost";
  200. this.costDataGridViewTextBoxColumn.HeaderText = "Cost";
  201. this.costDataGridViewTextBoxColumn.Name = "costDataGridViewTextBoxColumn";
  202. //
  203. // descriptionDataGridViewTextBoxColumn
  204. //
  205. this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
  206. this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
  207. this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
  208. //
  209. // mainImagePathDataGridViewTextBoxColumn
  210. //
  211. this.mainImagePathDataGridViewTextBoxColumn.DataPropertyName = "MainImagePath";
  212. this.mainImagePathDataGridViewTextBoxColumn.HeaderText = "MainImagePath";
  213. this.mainImagePathDataGridViewTextBoxColumn.Name = "mainImagePathDataGridViewTextBoxColumn";
  214. //
  215. // isActiveDataGridViewCheckBoxColumn
  216. //
  217. this.isActiveDataGridViewCheckBoxColumn.DataPropertyName = "IsActive";
  218. this.isActiveDataGridViewCheckBoxColumn.HeaderText = "IsActive";
  219. this.isActiveDataGridViewCheckBoxColumn.Name = "isActiveDataGridViewCheckBoxColumn";
  220. //
  221. // manufacturerIDDataGridViewTextBoxColumn
  222. //
  223. this.manufacturerIDDataGridViewTextBoxColumn.DataPropertyName = "ManufacturerID";
  224. this.manufacturerIDDataGridViewTextBoxColumn.HeaderText = "ManufacturerID";
  225. this.manufacturerIDDataGridViewTextBoxColumn.Name = "manufacturerIDDataGridViewTextBoxColumn";
  226. //
  227. // editTovarForm
  228. //
  229. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  230. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  231. this.BackColor = System.Drawing.Color.White;
  232. this.ClientSize = new System.Drawing.Size(799, 444);
  233. this.Controls.Add(this.addButton);
  234. this.Controls.Add(this.exitButton);
  235. this.Controls.Add(this.delButton);
  236. this.Controls.Add(this.saveButtton);
  237. this.Controls.Add(this.dataGridView1);
  238. this.Controls.Add(this.pictureBox1);
  239. this.Controls.Add(this.panel1);
  240. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  241. this.Name = "editTovarForm";
  242. this.Text = "Управление товаром";
  243. this.Load += new System.EventHandler(this.editTovarForm_Load);
  244. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  245. this.panel1.ResumeLayout(false);
  246. this.panel1.PerformLayout();
  247. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).EndInit();
  250. this.ResumeLayout(false);
  251. }
  252. #endregion
  253. private System.Windows.Forms.PictureBox pictureBox1;
  254. private System.Windows.Forms.Panel panel1;
  255. private System.Windows.Forms.Label label1;
  256. private System.Windows.Forms.DataGridView dataGridView1;
  257. private BroviDataSet broviDataSet;
  258. private System.Windows.Forms.BindingSource productBindingSource;
  259. private BroviDataSetTableAdapters.ProductTableAdapter productTableAdapter;
  260. private System.Windows.Forms.Button saveButtton;
  261. private System.Windows.Forms.Button delButton;
  262. private System.Windows.Forms.Button exitButton;
  263. private System.Windows.Forms.Button addButton;
  264. private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
  265. private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
  266. private System.Windows.Forms.DataGridViewTextBoxColumn costDataGridViewTextBoxColumn;
  267. private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
  268. private System.Windows.Forms.DataGridViewTextBoxColumn mainImagePathDataGridViewTextBoxColumn;
  269. private System.Windows.Forms.DataGridViewCheckBoxColumn isActiveDataGridViewCheckBoxColumn;
  270. private System.Windows.Forms.DataGridViewTextBoxColumn manufacturerIDDataGridViewTextBoxColumn;
  271. private BroviDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  272. }
  273. }