Client_server.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. 
  2. namespace DB_Velijanskyi_V2
  3. {
  4. partial class Client_server
  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(Client_server));
  31. this.dB_Velizhanskyi_V2DataSet = new DB_Velijanskyi_V2.DB_Velizhanskyi_V2DataSet();
  32. this.clientServiceBindingSource = new System.Windows.Forms.BindingSource(this.components);
  33. this.clientServiceTableAdapter = new DB_Velijanskyi_V2.DB_Velizhanskyi_V2DataSetTableAdapters.ClientServiceTableAdapter();
  34. this.tableAdapterManager = new DB_Velijanskyi_V2.DB_Velizhanskyi_V2DataSetTableAdapters.TableAdapterManager();
  35. this.clientServiceBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  36. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  37. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  38. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  39. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  40. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  41. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  42. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  45. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  47. this.clientServiceBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  48. this.clientServiceDataGridView = new System.Windows.Forms.DataGridView();
  49. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.button1 = new System.Windows.Forms.Button();
  55. this.button2 = new System.Windows.Forms.Button();
  56. this.button4 = new System.Windows.Forms.Button();
  57. ((System.ComponentModel.ISupportInitialize)(this.dB_Velizhanskyi_V2DataSet)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.clientServiceBindingSource)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.clientServiceBindingNavigator)).BeginInit();
  60. this.clientServiceBindingNavigator.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.clientServiceDataGridView)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // dB_Velizhanskyi_V2DataSet
  65. //
  66. this.dB_Velizhanskyi_V2DataSet.DataSetName = "DB_Velizhanskyi_V2DataSet";
  67. this.dB_Velizhanskyi_V2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  68. //
  69. // clientServiceBindingSource
  70. //
  71. this.clientServiceBindingSource.DataMember = "ClientService";
  72. this.clientServiceBindingSource.DataSource = this.dB_Velizhanskyi_V2DataSet;
  73. //
  74. // clientServiceTableAdapter
  75. //
  76. this.clientServiceTableAdapter.ClearBeforeFill = true;
  77. //
  78. // tableAdapterManager
  79. //
  80. this.tableAdapterManager.AttachedProductTableAdapter = null;
  81. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  82. this.tableAdapterManager.ClientServiceTableAdapter = this.clientServiceTableAdapter;
  83. this.tableAdapterManager.ClientTableAdapter = null;
  84. this.tableAdapterManager.DocumentByServiceTableAdapter = null;
  85. this.tableAdapterManager.GenderTableAdapter = null;
  86. this.tableAdapterManager.ManufacturerTableAdapter = null;
  87. this.tableAdapterManager.ProductPhotoTableAdapter = null;
  88. this.tableAdapterManager.ProductSaleTableAdapter = null;
  89. this.tableAdapterManager.ProductTableAdapter = null;
  90. this.tableAdapterManager.ServicePhotoTableAdapter = null;
  91. this.tableAdapterManager.ServiceTableAdapter = null;
  92. this.tableAdapterManager.TagOfClientTableAdapter = null;
  93. this.tableAdapterManager.TagTableAdapter = null;
  94. this.tableAdapterManager.UpdateOrder = DB_Velijanskyi_V2.DB_Velizhanskyi_V2DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  95. //
  96. // clientServiceBindingNavigator
  97. //
  98. this.clientServiceBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  99. this.clientServiceBindingNavigator.BindingSource = this.clientServiceBindingSource;
  100. this.clientServiceBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  101. this.clientServiceBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  102. this.clientServiceBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  103. this.bindingNavigatorMoveFirstItem,
  104. this.bindingNavigatorMovePreviousItem,
  105. this.bindingNavigatorSeparator,
  106. this.bindingNavigatorPositionItem,
  107. this.bindingNavigatorCountItem,
  108. this.bindingNavigatorSeparator1,
  109. this.bindingNavigatorMoveNextItem,
  110. this.bindingNavigatorMoveLastItem,
  111. this.bindingNavigatorSeparator2,
  112. this.bindingNavigatorAddNewItem,
  113. this.bindingNavigatorDeleteItem,
  114. this.clientServiceBindingNavigatorSaveItem});
  115. this.clientServiceBindingNavigator.Location = new System.Drawing.Point(0, 0);
  116. this.clientServiceBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  117. this.clientServiceBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  118. this.clientServiceBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  119. this.clientServiceBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  120. this.clientServiceBindingNavigator.Name = "clientServiceBindingNavigator";
  121. this.clientServiceBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  122. this.clientServiceBindingNavigator.Size = new System.Drawing.Size(800, 25);
  123. this.clientServiceBindingNavigator.TabIndex = 0;
  124. this.clientServiceBindingNavigator.Text = "bindingNavigator1";
  125. //
  126. // bindingNavigatorMoveFirstItem
  127. //
  128. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  129. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  130. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  131. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  132. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  133. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  134. //
  135. // bindingNavigatorMovePreviousItem
  136. //
  137. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  138. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  139. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  140. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  141. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  142. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  143. //
  144. // bindingNavigatorSeparator
  145. //
  146. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  147. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  148. //
  149. // bindingNavigatorPositionItem
  150. //
  151. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  152. this.bindingNavigatorPositionItem.AutoSize = false;
  153. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  154. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  155. this.bindingNavigatorPositionItem.Text = "0";
  156. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  157. //
  158. // bindingNavigatorCountItem
  159. //
  160. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  161. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  162. this.bindingNavigatorCountItem.Text = "для {0}";
  163. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  164. //
  165. // bindingNavigatorSeparator1
  166. //
  167. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  168. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  169. //
  170. // bindingNavigatorMoveNextItem
  171. //
  172. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  173. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  174. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  175. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  176. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  177. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  178. //
  179. // bindingNavigatorMoveLastItem
  180. //
  181. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  182. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  183. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  184. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  185. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  186. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  187. //
  188. // bindingNavigatorSeparator2
  189. //
  190. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  191. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  192. //
  193. // bindingNavigatorAddNewItem
  194. //
  195. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  196. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  197. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  198. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  199. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  200. this.bindingNavigatorAddNewItem.Text = "Добавить";
  201. //
  202. // bindingNavigatorDeleteItem
  203. //
  204. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  205. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  206. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  207. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  208. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  209. this.bindingNavigatorDeleteItem.Text = "Удалить";
  210. //
  211. // clientServiceBindingNavigatorSaveItem
  212. //
  213. this.clientServiceBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  214. this.clientServiceBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("clientServiceBindingNavigatorSaveItem.Image")));
  215. this.clientServiceBindingNavigatorSaveItem.Name = "clientServiceBindingNavigatorSaveItem";
  216. this.clientServiceBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  217. this.clientServiceBindingNavigatorSaveItem.Text = "Сохранить данные";
  218. this.clientServiceBindingNavigatorSaveItem.Click += new System.EventHandler(this.clientServiceBindingNavigatorSaveItem_Click);
  219. //
  220. // clientServiceDataGridView
  221. //
  222. this.clientServiceDataGridView.AutoGenerateColumns = false;
  223. this.clientServiceDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  224. this.clientServiceDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  225. this.dataGridViewTextBoxColumn1,
  226. this.dataGridViewTextBoxColumn2,
  227. this.dataGridViewTextBoxColumn3,
  228. this.dataGridViewTextBoxColumn4,
  229. this.dataGridViewTextBoxColumn5});
  230. this.clientServiceDataGridView.DataSource = this.clientServiceBindingSource;
  231. this.clientServiceDataGridView.Location = new System.Drawing.Point(123, 65);
  232. this.clientServiceDataGridView.Name = "clientServiceDataGridView";
  233. this.clientServiceDataGridView.Size = new System.Drawing.Size(543, 220);
  234. this.clientServiceDataGridView.TabIndex = 1;
  235. //
  236. // dataGridViewTextBoxColumn1
  237. //
  238. this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
  239. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  240. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  241. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  242. //
  243. // dataGridViewTextBoxColumn2
  244. //
  245. this.dataGridViewTextBoxColumn2.DataPropertyName = "ClientID";
  246. this.dataGridViewTextBoxColumn2.HeaderText = "ClientID";
  247. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  248. //
  249. // dataGridViewTextBoxColumn3
  250. //
  251. this.dataGridViewTextBoxColumn3.DataPropertyName = "ServiceID";
  252. this.dataGridViewTextBoxColumn3.HeaderText = "ServiceID";
  253. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  254. //
  255. // dataGridViewTextBoxColumn4
  256. //
  257. this.dataGridViewTextBoxColumn4.DataPropertyName = "StartTime";
  258. this.dataGridViewTextBoxColumn4.HeaderText = "StartTime";
  259. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  260. //
  261. // dataGridViewTextBoxColumn5
  262. //
  263. this.dataGridViewTextBoxColumn5.DataPropertyName = "Comment";
  264. this.dataGridViewTextBoxColumn5.HeaderText = "Comment";
  265. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  266. //
  267. // button1
  268. //
  269. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  270. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F);
  271. this.button1.Location = new System.Drawing.Point(49, 373);
  272. this.button1.Name = "button1";
  273. this.button1.Size = new System.Drawing.Size(135, 42);
  274. this.button1.TabIndex = 2;
  275. this.button1.Text = "Удалить";
  276. this.button1.UseVisualStyleBackColor = false;
  277. //
  278. // button2
  279. //
  280. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  281. this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F);
  282. this.button2.Location = new System.Drawing.Point(236, 373);
  283. this.button2.Name = "button2";
  284. this.button2.Size = new System.Drawing.Size(135, 42);
  285. this.button2.TabIndex = 2;
  286. this.button2.Text = "Добавить";
  287. this.button2.UseVisualStyleBackColor = false;
  288. this.button2.Click += new System.EventHandler(this.button2_Click);
  289. //
  290. // button4
  291. //
  292. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  293. this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  294. this.button4.Location = new System.Drawing.Point(672, 403);
  295. this.button4.Name = "button4";
  296. this.button4.Size = new System.Drawing.Size(116, 35);
  297. this.button4.TabIndex = 2;
  298. this.button4.TabStop = false;
  299. this.button4.Text = "Назад";
  300. this.button4.UseVisualStyleBackColor = false;
  301. this.button4.Click += new System.EventHandler(this.button4_Click);
  302. //
  303. // Client_server
  304. //
  305. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  306. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  307. this.ClientSize = new System.Drawing.Size(800, 450);
  308. this.Controls.Add(this.button4);
  309. this.Controls.Add(this.button2);
  310. this.Controls.Add(this.button1);
  311. this.Controls.Add(this.clientServiceDataGridView);
  312. this.Controls.Add(this.clientServiceBindingNavigator);
  313. this.Name = "Client_server";
  314. this.Text = "Client_server";
  315. this.Load += new System.EventHandler(this.Client_server_Load);
  316. ((System.ComponentModel.ISupportInitialize)(this.dB_Velizhanskyi_V2DataSet)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.clientServiceBindingSource)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.clientServiceBindingNavigator)).EndInit();
  319. this.clientServiceBindingNavigator.ResumeLayout(false);
  320. this.clientServiceBindingNavigator.PerformLayout();
  321. ((System.ComponentModel.ISupportInitialize)(this.clientServiceDataGridView)).EndInit();
  322. this.ResumeLayout(false);
  323. this.PerformLayout();
  324. }
  325. #endregion
  326. private DB_Velizhanskyi_V2DataSet dB_Velizhanskyi_V2DataSet;
  327. private System.Windows.Forms.BindingSource clientServiceBindingSource;
  328. private DB_Velizhanskyi_V2DataSetTableAdapters.ClientServiceTableAdapter clientServiceTableAdapter;
  329. private DB_Velizhanskyi_V2DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  330. private System.Windows.Forms.BindingNavigator clientServiceBindingNavigator;
  331. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  332. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  333. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  334. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  335. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  336. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  337. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  338. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  339. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  340. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  341. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  342. private System.Windows.Forms.ToolStripButton clientServiceBindingNavigatorSaveItem;
  343. private System.Windows.Forms.DataGridView clientServiceDataGridView;
  344. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  345. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  346. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  347. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  348. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  349. private System.Windows.Forms.Button button1;
  350. private System.Windows.Forms.Button button2;
  351. private System.Windows.Forms.Button button4;
  352. }
  353. }