Form1.Designer.cs 17 KB

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