Form1.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. namespace DoncovISP
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Код, автоматически созданный конструктором форм Windows
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.doncovISPDataSet = new DoncovISP.DoncovISPDataSet();
  31. this.microsoft_Excel_WorksheetBindingSource = new System.Windows.Forms.BindingSource(this.components);
  32. this.microsoft_Excel_WorksheetTableAdapter = new DoncovISP.DoncovISPDataSetTableAdapters.Microsoft_Excel_WorksheetTableAdapter();
  33. this.tableAdapterManager = new DoncovISP.DoncovISPDataSetTableAdapters.TableAdapterManager();
  34. this.microsoft_Excel_WorksheetBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  35. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  36. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  37. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  38. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  39. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  40. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  41. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  42. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  43. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  46. this.microsoft_Excel_WorksheetBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  47. this.microsoft_Excel_WorksheetDataGridView = new System.Windows.Forms.DataGridView();
  48. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.button1 = new System.Windows.Forms.Button();
  57. this.button2 = new System.Windows.Forms.Button();
  58. ((System.ComponentModel.ISupportInitialize)(this.doncovISPDataSet)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.microsoft_Excel_WorksheetBindingSource)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.microsoft_Excel_WorksheetBindingNavigator)).BeginInit();
  61. this.microsoft_Excel_WorksheetBindingNavigator.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.microsoft_Excel_WorksheetDataGridView)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // doncovISPDataSet
  66. //
  67. this.doncovISPDataSet.DataSetName = "DoncovISPDataSet";
  68. this.doncovISPDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  69. //
  70. // microsoft_Excel_WorksheetBindingSource
  71. //
  72. this.microsoft_Excel_WorksheetBindingSource.DataMember = "Microsoft Excel Worksheet";
  73. this.microsoft_Excel_WorksheetBindingSource.DataSource = this.doncovISPDataSet;
  74. //
  75. // microsoft_Excel_WorksheetTableAdapter
  76. //
  77. this.microsoft_Excel_WorksheetTableAdapter.ClearBeforeFill = true;
  78. //
  79. // tableAdapterManager
  80. //
  81. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  82. this.tableAdapterManager.Microsoft_Excel_WorksheetTableAdapter = this.microsoft_Excel_WorksheetTableAdapter;
  83. this.tableAdapterManager.service_b_importTableAdapter = null;
  84. this.tableAdapterManager.serviceclient_b_importTableAdapter = null;
  85. this.tableAdapterManager.UpdateOrder = DoncovISP.DoncovISPDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  86. //
  87. // microsoft_Excel_WorksheetBindingNavigator
  88. //
  89. this.microsoft_Excel_WorksheetBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  90. this.microsoft_Excel_WorksheetBindingNavigator.BindingSource = this.microsoft_Excel_WorksheetBindingSource;
  91. this.microsoft_Excel_WorksheetBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  92. this.microsoft_Excel_WorksheetBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  93. this.microsoft_Excel_WorksheetBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  94. this.bindingNavigatorMoveFirstItem,
  95. this.bindingNavigatorMovePreviousItem,
  96. this.bindingNavigatorSeparator,
  97. this.bindingNavigatorPositionItem,
  98. this.bindingNavigatorCountItem,
  99. this.bindingNavigatorSeparator1,
  100. this.bindingNavigatorMoveNextItem,
  101. this.bindingNavigatorMoveLastItem,
  102. this.bindingNavigatorSeparator2,
  103. this.bindingNavigatorAddNewItem,
  104. this.bindingNavigatorDeleteItem,
  105. this.microsoft_Excel_WorksheetBindingNavigatorSaveItem});
  106. this.microsoft_Excel_WorksheetBindingNavigator.Location = new System.Drawing.Point(0, 0);
  107. this.microsoft_Excel_WorksheetBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  108. this.microsoft_Excel_WorksheetBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  109. this.microsoft_Excel_WorksheetBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  110. this.microsoft_Excel_WorksheetBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  111. this.microsoft_Excel_WorksheetBindingNavigator.Name = "microsoft_Excel_WorksheetBindingNavigator";
  112. this.microsoft_Excel_WorksheetBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  113. this.microsoft_Excel_WorksheetBindingNavigator.Size = new System.Drawing.Size(854, 25);
  114. this.microsoft_Excel_WorksheetBindingNavigator.TabIndex = 0;
  115. this.microsoft_Excel_WorksheetBindingNavigator.Text = "bindingNavigator1";
  116. //
  117. // bindingNavigatorAddNewItem
  118. //
  119. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  120. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  121. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  122. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  123. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  124. this.bindingNavigatorAddNewItem.Text = "Добавить";
  125. //
  126. // bindingNavigatorCountItem
  127. //
  128. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  129. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  130. this.bindingNavigatorCountItem.Text = "для {0}";
  131. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  132. //
  133. // bindingNavigatorDeleteItem
  134. //
  135. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  136. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  137. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  138. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  139. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  140. this.bindingNavigatorDeleteItem.Text = "Удалить";
  141. //
  142. // bindingNavigatorMoveFirstItem
  143. //
  144. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  145. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  146. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  147. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  148. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  149. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  150. //
  151. // bindingNavigatorMovePreviousItem
  152. //
  153. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  154. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  155. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  156. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  157. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  158. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  159. //
  160. // bindingNavigatorSeparator
  161. //
  162. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  163. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  164. //
  165. // bindingNavigatorPositionItem
  166. //
  167. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  168. this.bindingNavigatorPositionItem.AutoSize = false;
  169. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  170. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  171. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  172. this.bindingNavigatorPositionItem.Text = "0";
  173. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  174. //
  175. // bindingNavigatorSeparator1
  176. //
  177. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  178. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  179. //
  180. // bindingNavigatorMoveNextItem
  181. //
  182. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  183. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  184. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  185. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  186. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  187. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  188. //
  189. // bindingNavigatorMoveLastItem
  190. //
  191. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  192. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  193. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  194. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  195. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  196. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  197. //
  198. // bindingNavigatorSeparator2
  199. //
  200. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  201. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  202. //
  203. // microsoft_Excel_WorksheetBindingNavigatorSaveItem
  204. //
  205. this.microsoft_Excel_WorksheetBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  206. this.microsoft_Excel_WorksheetBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("microsoft_Excel_WorksheetBindingNavigatorSaveItem.Image")));
  207. this.microsoft_Excel_WorksheetBindingNavigatorSaveItem.Name = "microsoft_Excel_WorksheetBindingNavigatorSaveItem";
  208. this.microsoft_Excel_WorksheetBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  209. this.microsoft_Excel_WorksheetBindingNavigatorSaveItem.Text = "Сохранить данные";
  210. this.microsoft_Excel_WorksheetBindingNavigatorSaveItem.Click += new System.EventHandler(this.microsoft_Excel_WorksheetBindingNavigatorSaveItem_Click);
  211. //
  212. // microsoft_Excel_WorksheetDataGridView
  213. //
  214. this.microsoft_Excel_WorksheetDataGridView.AutoGenerateColumns = false;
  215. this.microsoft_Excel_WorksheetDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  216. this.microsoft_Excel_WorksheetDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  217. this.dataGridViewTextBoxColumn1,
  218. this.dataGridViewTextBoxColumn2,
  219. this.dataGridViewTextBoxColumn3,
  220. this.dataGridViewTextBoxColumn4,
  221. this.dataGridViewTextBoxColumn5,
  222. this.dataGridViewTextBoxColumn6,
  223. this.dataGridViewTextBoxColumn7,
  224. this.dataGridViewTextBoxColumn8});
  225. this.microsoft_Excel_WorksheetDataGridView.DataSource = this.microsoft_Excel_WorksheetBindingSource;
  226. this.microsoft_Excel_WorksheetDataGridView.Location = new System.Drawing.Point(88, 60);
  227. this.microsoft_Excel_WorksheetDataGridView.Name = "microsoft_Excel_WorksheetDataGridView";
  228. this.microsoft_Excel_WorksheetDataGridView.Size = new System.Drawing.Size(659, 220);
  229. this.microsoft_Excel_WorksheetDataGridView.TabIndex = 1;
  230. //
  231. // dataGridViewTextBoxColumn1
  232. //
  233. this.dataGridViewTextBoxColumn1.DataPropertyName = "Фамилия";
  234. this.dataGridViewTextBoxColumn1.HeaderText = "Фамилия";
  235. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  236. //
  237. // dataGridViewTextBoxColumn2
  238. //
  239. this.dataGridViewTextBoxColumn2.DataPropertyName = "Имя";
  240. this.dataGridViewTextBoxColumn2.HeaderText = "Имя";
  241. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  242. //
  243. // dataGridViewTextBoxColumn3
  244. //
  245. this.dataGridViewTextBoxColumn3.DataPropertyName = "Отчество";
  246. this.dataGridViewTextBoxColumn3.HeaderText = "Отчество";
  247. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  248. //
  249. // dataGridViewTextBoxColumn4
  250. //
  251. this.dataGridViewTextBoxColumn4.DataPropertyName = "Пол";
  252. this.dataGridViewTextBoxColumn4.HeaderText = "Пол";
  253. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  254. //
  255. // dataGridViewTextBoxColumn5
  256. //
  257. this.dataGridViewTextBoxColumn5.DataPropertyName = "Телефон";
  258. this.dataGridViewTextBoxColumn5.HeaderText = "Телефон";
  259. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  260. //
  261. // dataGridViewTextBoxColumn6
  262. //
  263. this.dataGridViewTextBoxColumn6.DataPropertyName = "Дата_рождения";
  264. this.dataGridViewTextBoxColumn6.HeaderText = "Дата_рождения";
  265. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  266. //
  267. // dataGridViewTextBoxColumn7
  268. //
  269. this.dataGridViewTextBoxColumn7.DataPropertyName = "Email";
  270. this.dataGridViewTextBoxColumn7.HeaderText = "Email";
  271. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  272. //
  273. // dataGridViewTextBoxColumn8
  274. //
  275. this.dataGridViewTextBoxColumn8.DataPropertyName = "Дата_регистрации";
  276. this.dataGridViewTextBoxColumn8.HeaderText = "Дата_регистрации";
  277. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  278. //
  279. // button1
  280. //
  281. this.button1.Location = new System.Drawing.Point(175, 350);
  282. this.button1.Name = "button1";
  283. this.button1.Size = new System.Drawing.Size(75, 23);
  284. this.button1.TabIndex = 2;
  285. this.button1.Text = "Переход 1";
  286. this.button1.UseVisualStyleBackColor = true;
  287. this.button1.Click += new System.EventHandler(this.button1_Click);
  288. //
  289. // button2
  290. //
  291. this.button2.Location = new System.Drawing.Point(313, 350);
  292. this.button2.Name = "button2";
  293. this.button2.Size = new System.Drawing.Size(75, 23);
  294. this.button2.TabIndex = 3;
  295. this.button2.Text = "Переход 2";
  296. this.button2.UseVisualStyleBackColor = true;
  297. this.button2.Click += new System.EventHandler(this.button2_Click);
  298. //
  299. // Form1
  300. //
  301. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  302. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  303. this.ClientSize = new System.Drawing.Size(854, 450);
  304. this.Controls.Add(this.button2);
  305. this.Controls.Add(this.button1);
  306. this.Controls.Add(this.microsoft_Excel_WorksheetDataGridView);
  307. this.Controls.Add(this.microsoft_Excel_WorksheetBindingNavigator);
  308. this.Name = "Form1";
  309. this.Text = "Form1";
  310. this.Load += new System.EventHandler(this.Form1_Load);
  311. ((System.ComponentModel.ISupportInitialize)(this.doncovISPDataSet)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.microsoft_Excel_WorksheetBindingSource)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this.microsoft_Excel_WorksheetBindingNavigator)).EndInit();
  314. this.microsoft_Excel_WorksheetBindingNavigator.ResumeLayout(false);
  315. this.microsoft_Excel_WorksheetBindingNavigator.PerformLayout();
  316. ((System.ComponentModel.ISupportInitialize)(this.microsoft_Excel_WorksheetDataGridView)).EndInit();
  317. this.ResumeLayout(false);
  318. this.PerformLayout();
  319. }
  320. #endregion
  321. private DoncovISPDataSet doncovISPDataSet;
  322. private System.Windows.Forms.BindingSource microsoft_Excel_WorksheetBindingSource;
  323. private DoncovISPDataSetTableAdapters.Microsoft_Excel_WorksheetTableAdapter microsoft_Excel_WorksheetTableAdapter;
  324. private DoncovISPDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  325. private System.Windows.Forms.BindingNavigator microsoft_Excel_WorksheetBindingNavigator;
  326. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  327. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  328. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  329. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  330. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  331. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  332. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  333. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  334. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  335. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  336. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  337. private System.Windows.Forms.ToolStripButton microsoft_Excel_WorksheetBindingNavigatorSaveItem;
  338. private System.Windows.Forms.DataGridView microsoft_Excel_WorksheetDataGridView;
  339. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  342. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  343. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  344. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  345. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  346. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  347. private System.Windows.Forms.Button button1;
  348. private System.Windows.Forms.Button button2;
  349. }
  350. }