Form1.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. namespace Winsoft.GOV.ImportDataForm
  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">如果应释放托管资源,为 true;否则为 false。</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.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  29. this.dataSet1 = new System.Data.DataSet();
  30. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  31. this.tabControl1 = new System.Windows.Forms.TabControl();
  32. this.tabPage1 = new System.Windows.Forms.TabPage();
  33. this.panel4 = new System.Windows.Forms.Panel();
  34. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.button7 = new System.Windows.Forms.Button();
  38. this.comboBox1 = new System.Windows.Forms.ComboBox();
  39. this.button1 = new System.Windows.Forms.Button();
  40. this.textBox1 = new System.Windows.Forms.TextBox();
  41. this.button2 = new System.Windows.Forms.Button();
  42. this.tabPage2 = new System.Windows.Forms.TabPage();
  43. this.panel2 = new System.Windows.Forms.Panel();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.button4 = new System.Windows.Forms.Button();
  46. this.textBox2 = new System.Windows.Forms.TextBox();
  47. this.button3 = new System.Windows.Forms.Button();
  48. this.tabPage3 = new System.Windows.Forms.TabPage();
  49. this.panel3 = new System.Windows.Forms.Panel();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.textBox3 = new System.Windows.Forms.TextBox();
  52. this.button6 = new System.Windows.Forms.Button();
  53. this.button5 = new System.Windows.Forms.Button();
  54. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  55. this.comboBox2 = new System.Windows.Forms.ComboBox();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  57. this.tabControl1.SuspendLayout();
  58. this.tabPage1.SuspendLayout();
  59. this.panel4.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  61. this.panel1.SuspendLayout();
  62. this.tabPage2.SuspendLayout();
  63. this.panel2.SuspendLayout();
  64. this.tabPage3.SuspendLayout();
  65. this.panel3.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // openFileDialog1
  69. //
  70. this.openFileDialog1.FileName = "openFileDialog1";
  71. this.openFileDialog1.Filter = "Excel2007(*.xlsx)|*.xlsx|Excel2003(*.xls)|*.xls";
  72. //
  73. // dataSet1
  74. //
  75. this.dataSet1.DataSetName = "NewDataSet";
  76. //
  77. // saveFileDialog1
  78. //
  79. this.saveFileDialog1.Filter = "Excel2003(*.xls)|*.xls";
  80. //
  81. // tabControl1
  82. //
  83. this.tabControl1.Controls.Add(this.tabPage1);
  84. this.tabControl1.Controls.Add(this.tabPage2);
  85. this.tabControl1.Controls.Add(this.tabPage3);
  86. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  87. this.tabControl1.Location = new System.Drawing.Point(0, 30);
  88. this.tabControl1.Name = "tabControl1";
  89. this.tabControl1.SelectedIndex = 0;
  90. this.tabControl1.Size = new System.Drawing.Size(765, 583);
  91. this.tabControl1.TabIndex = 5;
  92. //
  93. // tabPage1
  94. //
  95. this.tabPage1.Controls.Add(this.panel4);
  96. this.tabPage1.Controls.Add(this.panel1);
  97. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  98. this.tabPage1.Name = "tabPage1";
  99. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  100. this.tabPage1.Size = new System.Drawing.Size(757, 557);
  101. this.tabPage1.TabIndex = 0;
  102. this.tabPage1.Text = "实现分类数据导入";
  103. this.tabPage1.UseVisualStyleBackColor = true;
  104. //
  105. // panel4
  106. //
  107. this.panel4.Controls.Add(this.dataGridView1);
  108. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.panel4.Location = new System.Drawing.Point(3, 102);
  110. this.panel4.Name = "panel4";
  111. this.panel4.Size = new System.Drawing.Size(751, 452);
  112. this.panel4.TabIndex = 9;
  113. //
  114. // dataGridView1
  115. //
  116. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  117. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  119. this.dataGridView1.Name = "dataGridView1";
  120. this.dataGridView1.RowTemplate.Height = 23;
  121. this.dataGridView1.Size = new System.Drawing.Size(751, 452);
  122. this.dataGridView1.TabIndex = 8;
  123. //
  124. // panel1
  125. //
  126. this.panel1.Controls.Add(this.label3);
  127. this.panel1.Controls.Add(this.button7);
  128. this.panel1.Controls.Add(this.comboBox1);
  129. this.panel1.Controls.Add(this.button1);
  130. this.panel1.Controls.Add(this.textBox1);
  131. this.panel1.Controls.Add(this.button2);
  132. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  133. this.panel1.Location = new System.Drawing.Point(3, 3);
  134. this.panel1.Name = "panel1";
  135. this.panel1.Size = new System.Drawing.Size(751, 99);
  136. this.panel1.TabIndex = 8;
  137. //
  138. // label3
  139. //
  140. this.label3.AutoSize = true;
  141. this.label3.Location = new System.Drawing.Point(347, 48);
  142. this.label3.Name = "label3";
  143. this.label3.Size = new System.Drawing.Size(29, 12);
  144. this.label3.TabIndex = 12;
  145. this.label3.Text = "状态";
  146. //
  147. // button7
  148. //
  149. this.button7.Location = new System.Drawing.Point(253, 43);
  150. this.button7.Name = "button7";
  151. this.button7.Size = new System.Drawing.Size(75, 23);
  152. this.button7.TabIndex = 11;
  153. this.button7.Text = "导出";
  154. this.button7.UseVisualStyleBackColor = true;
  155. this.button7.Click += new System.EventHandler(this.button7_Click);
  156. //
  157. // comboBox1
  158. //
  159. this.comboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
  160. this.comboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
  161. this.comboBox1.FormattingEnabled = true;
  162. this.comboBox1.Location = new System.Drawing.Point(19, 43);
  163. this.comboBox1.Name = "comboBox1";
  164. this.comboBox1.Size = new System.Drawing.Size(121, 20);
  165. this.comboBox1.TabIndex = 10;
  166. //
  167. // button1
  168. //
  169. this.button1.Location = new System.Drawing.Point(162, 43);
  170. this.button1.Name = "button1";
  171. this.button1.Size = new System.Drawing.Size(75, 23);
  172. this.button1.TabIndex = 9;
  173. this.button1.Text = "导入";
  174. this.button1.UseVisualStyleBackColor = true;
  175. this.button1.Click += new System.EventHandler(this.button1_Click);
  176. //
  177. // textBox1
  178. //
  179. this.textBox1.Location = new System.Drawing.Point(100, 14);
  180. this.textBox1.Name = "textBox1";
  181. this.textBox1.Size = new System.Drawing.Size(362, 21);
  182. this.textBox1.TabIndex = 8;
  183. //
  184. // button2
  185. //
  186. this.button2.Location = new System.Drawing.Point(19, 14);
  187. this.button2.Name = "button2";
  188. this.button2.Size = new System.Drawing.Size(75, 23);
  189. this.button2.TabIndex = 7;
  190. this.button2.Text = "加载";
  191. this.button2.UseVisualStyleBackColor = true;
  192. this.button2.Click += new System.EventHandler(this.button2_Click);
  193. //
  194. // tabPage2
  195. //
  196. this.tabPage2.Controls.Add(this.panel2);
  197. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  198. this.tabPage2.Name = "tabPage2";
  199. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  200. this.tabPage2.Size = new System.Drawing.Size(757, 557);
  201. this.tabPage2.TabIndex = 1;
  202. this.tabPage2.Text = "权力清单数据导入";
  203. this.tabPage2.UseVisualStyleBackColor = true;
  204. //
  205. // panel2
  206. //
  207. this.panel2.Controls.Add(this.label1);
  208. this.panel2.Controls.Add(this.button4);
  209. this.panel2.Controls.Add(this.textBox2);
  210. this.panel2.Controls.Add(this.button3);
  211. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  212. this.panel2.Location = new System.Drawing.Point(3, 3);
  213. this.panel2.Name = "panel2";
  214. this.panel2.Size = new System.Drawing.Size(751, 100);
  215. this.panel2.TabIndex = 1;
  216. //
  217. // label1
  218. //
  219. this.label1.AutoSize = true;
  220. this.label1.Location = new System.Drawing.Point(93, 62);
  221. this.label1.Name = "label1";
  222. this.label1.Size = new System.Drawing.Size(53, 12);
  223. this.label1.TabIndex = 4;
  224. this.label1.Text = "状态说明";
  225. //
  226. // button4
  227. //
  228. this.button4.Location = new System.Drawing.Point(5, 57);
  229. this.button4.Name = "button4";
  230. this.button4.Size = new System.Drawing.Size(75, 23);
  231. this.button4.TabIndex = 3;
  232. this.button4.Text = "导入";
  233. this.button4.UseVisualStyleBackColor = true;
  234. this.button4.Click += new System.EventHandler(this.button4_Click);
  235. //
  236. // textBox2
  237. //
  238. this.textBox2.Location = new System.Drawing.Point(95, 21);
  239. this.textBox2.Name = "textBox2";
  240. this.textBox2.Size = new System.Drawing.Size(277, 21);
  241. this.textBox2.TabIndex = 2;
  242. //
  243. // button3
  244. //
  245. this.button3.Location = new System.Drawing.Point(5, 19);
  246. this.button3.Name = "button3";
  247. this.button3.Size = new System.Drawing.Size(75, 23);
  248. this.button3.TabIndex = 1;
  249. this.button3.Text = "加载";
  250. this.button3.UseVisualStyleBackColor = true;
  251. this.button3.Click += new System.EventHandler(this.button3_Click);
  252. //
  253. // tabPage3
  254. //
  255. this.tabPage3.Controls.Add(this.panel3);
  256. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  257. this.tabPage3.Name = "tabPage3";
  258. this.tabPage3.Size = new System.Drawing.Size(757, 557);
  259. this.tabPage3.TabIndex = 2;
  260. this.tabPage3.Text = "最多跑一次清单数据导入";
  261. this.tabPage3.UseVisualStyleBackColor = true;
  262. //
  263. // panel3
  264. //
  265. this.panel3.Controls.Add(this.label2);
  266. this.panel3.Controls.Add(this.textBox3);
  267. this.panel3.Controls.Add(this.button6);
  268. this.panel3.Controls.Add(this.button5);
  269. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  270. this.panel3.Location = new System.Drawing.Point(0, 0);
  271. this.panel3.Name = "panel3";
  272. this.panel3.Size = new System.Drawing.Size(757, 85);
  273. this.panel3.TabIndex = 0;
  274. //
  275. // label2
  276. //
  277. this.label2.AutoSize = true;
  278. this.label2.Location = new System.Drawing.Point(89, 55);
  279. this.label2.Name = "label2";
  280. this.label2.Size = new System.Drawing.Size(29, 12);
  281. this.label2.TabIndex = 3;
  282. this.label2.Text = "状态";
  283. //
  284. // textBox3
  285. //
  286. this.textBox3.Location = new System.Drawing.Point(89, 16);
  287. this.textBox3.Name = "textBox3";
  288. this.textBox3.Size = new System.Drawing.Size(268, 21);
  289. this.textBox3.TabIndex = 2;
  290. //
  291. // button6
  292. //
  293. this.button6.Location = new System.Drawing.Point(8, 50);
  294. this.button6.Name = "button6";
  295. this.button6.Size = new System.Drawing.Size(75, 23);
  296. this.button6.TabIndex = 1;
  297. this.button6.Text = "导入";
  298. this.button6.UseVisualStyleBackColor = true;
  299. this.button6.Click += new System.EventHandler(this.button6_Click);
  300. //
  301. // button5
  302. //
  303. this.button5.Location = new System.Drawing.Point(8, 14);
  304. this.button5.Name = "button5";
  305. this.button5.Size = new System.Drawing.Size(75, 23);
  306. this.button5.TabIndex = 0;
  307. this.button5.Text = "加载";
  308. this.button5.UseVisualStyleBackColor = true;
  309. this.button5.Click += new System.EventHandler(this.button5_Click);
  310. //
  311. // comboBox2
  312. //
  313. this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  314. this.comboBox2.FormattingEnabled = true;
  315. this.comboBox2.Location = new System.Drawing.Point(637, 29);
  316. this.comboBox2.Name = "comboBox2";
  317. this.comboBox2.Size = new System.Drawing.Size(121, 20);
  318. this.comboBox2.TabIndex = 6;
  319. this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged_1);
  320. //
  321. // Form1
  322. //
  323. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  324. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  325. this.ClientSize = new System.Drawing.Size(765, 613);
  326. this.Controls.Add(this.comboBox2);
  327. this.Controls.Add(this.tabControl1);
  328. this.Name = "Form1";
  329. this.Padding = new System.Windows.Forms.Padding(0, 30, 0, 0);
  330. this.Text = "Form1";
  331. this.Load += new System.EventHandler(this.Form1_Load);
  332. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  333. this.tabControl1.ResumeLayout(false);
  334. this.tabPage1.ResumeLayout(false);
  335. this.panel4.ResumeLayout(false);
  336. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  337. this.panel1.ResumeLayout(false);
  338. this.panel1.PerformLayout();
  339. this.tabPage2.ResumeLayout(false);
  340. this.panel2.ResumeLayout(false);
  341. this.panel2.PerformLayout();
  342. this.tabPage3.ResumeLayout(false);
  343. this.panel3.ResumeLayout(false);
  344. this.panel3.PerformLayout();
  345. this.ResumeLayout(false);
  346. }
  347. #endregion
  348. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  349. private System.Data.DataSet dataSet1;
  350. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  351. private System.Windows.Forms.TabControl tabControl1;
  352. private System.Windows.Forms.TabPage tabPage1;
  353. private System.Windows.Forms.TabPage tabPage2;
  354. private System.Windows.Forms.Panel panel1;
  355. private System.Windows.Forms.ComboBox comboBox1;
  356. private System.Windows.Forms.Button button1;
  357. private System.Windows.Forms.TextBox textBox1;
  358. private System.Windows.Forms.Button button2;
  359. private System.Windows.Forms.Panel panel2;
  360. private System.Windows.Forms.Button button4;
  361. private System.Windows.Forms.TextBox textBox2;
  362. private System.Windows.Forms.Button button3;
  363. private System.Windows.Forms.Label label1;
  364. private System.Windows.Forms.TabPage tabPage3;
  365. private System.Windows.Forms.Panel panel3;
  366. private System.Windows.Forms.Label label2;
  367. private System.Windows.Forms.TextBox textBox3;
  368. private System.Windows.Forms.Button button6;
  369. private System.Windows.Forms.Button button5;
  370. private System.Windows.Forms.Panel panel4;
  371. private System.Windows.Forms.DataGridView dataGridView1;
  372. private System.Windows.Forms.Button button7;
  373. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  374. private System.Windows.Forms.Label label3;
  375. private System.Windows.Forms.ComboBox comboBox2;
  376. }
  377. }