OTSReport_Export.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. namespace OTSIncAReportApp
  2. {
  3. partial class OTSReport_Export
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSReport_Export));
  29. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  30. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.btn_export = new System.Windows.Forms.Button();
  34. this.btn_exit = new System.Windows.Forms.Button();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.tb_lj = new System.Windows.Forms.TextBox();
  37. this.btn_selectPath = new System.Windows.Forms.Button();
  38. this.tb_mblj = new System.Windows.Forms.TextBox();
  39. this.btn_openfilepath = new System.Windows.Forms.Button();
  40. this.btn_TempDes = new System.Windows.Forms.Button();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.cbo_sjy = new System.Windows.Forms.ComboBox();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.panel_container = new System.Windows.Forms.Panel();
  45. this.button2 = new System.Windows.Forms.Button();
  46. this.button3 = new System.Windows.Forms.Button();
  47. this.btn_preview = new System.Windows.Forms.Button();
  48. this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
  49. this.button5 = new System.Windows.Forms.Button();
  50. this.button4 = new System.Windows.Forms.Button();
  51. this.button6 = new System.Windows.Forms.Button();
  52. this.SuspendLayout();
  53. //
  54. // richTextBox1
  55. //
  56. this.richTextBox1.Location = new System.Drawing.Point(20, 80);
  57. this.richTextBox1.Name = "richTextBox1";
  58. this.richTextBox1.Size = new System.Drawing.Size(680, 344);
  59. this.richTextBox1.TabIndex = 60;
  60. this.richTextBox1.Text = "";
  61. //
  62. // progressBar1
  63. //
  64. this.progressBar1.Location = new System.Drawing.Point(140, 440);
  65. this.progressBar1.Name = "progressBar1";
  66. this.progressBar1.Size = new System.Drawing.Size(561, 22);
  67. this.progressBar1.TabIndex = 70;
  68. //
  69. // label2
  70. //
  71. this.label2.AutoSize = true;
  72. this.label2.Location = new System.Drawing.Point(8, 440);
  73. this.label2.Name = "label2";
  74. this.label2.Size = new System.Drawing.Size(116, 18);
  75. this.label2.TabIndex = 1004;
  76. this.label2.Text = "当前导出进度";
  77. //
  78. // label3
  79. //
  80. this.label3.AutoSize = true;
  81. this.label3.Location = new System.Drawing.Point(16, 14);
  82. this.label3.Name = "label3";
  83. this.label3.Size = new System.Drawing.Size(80, 18);
  84. this.label3.TabIndex = 1001;
  85. this.label3.Text = "选择模板";
  86. //
  87. // btn_export
  88. //
  89. this.btn_export.Location = new System.Drawing.Point(458, 478);
  90. this.btn_export.Name = "btn_export";
  91. this.btn_export.Size = new System.Drawing.Size(112, 38);
  92. this.btn_export.TabIndex = 80;
  93. this.btn_export.Text = "导出";
  94. this.btn_export.UseVisualStyleBackColor = true;
  95. this.btn_export.Visible = false;
  96. this.btn_export.Click += new System.EventHandler(this.button1_Click);
  97. //
  98. // btn_exit
  99. //
  100. this.btn_exit.Location = new System.Drawing.Point(583, 478);
  101. this.btn_exit.Name = "btn_exit";
  102. this.btn_exit.Size = new System.Drawing.Size(110, 40);
  103. this.btn_exit.TabIndex = 90;
  104. this.btn_exit.Text = "退 出";
  105. this.btn_exit.UseVisualStyleBackColor = true;
  106. this.btn_exit.Click += new System.EventHandler(this.button2_Click);
  107. //
  108. // label1
  109. //
  110. this.label1.AutoSize = true;
  111. this.label1.Location = new System.Drawing.Point(16, 50);
  112. this.label1.Name = "label1";
  113. this.label1.Size = new System.Drawing.Size(80, 18);
  114. this.label1.TabIndex = 1002;
  115. this.label1.Text = "保存路径";
  116. this.label1.Visible = false;
  117. //
  118. // tb_lj
  119. //
  120. this.tb_lj.Location = new System.Drawing.Point(102, 45);
  121. this.tb_lj.Name = "tb_lj";
  122. this.tb_lj.ReadOnly = true;
  123. this.tb_lj.Size = new System.Drawing.Size(426, 28);
  124. this.tb_lj.TabIndex = 30;
  125. this.tb_lj.Visible = false;
  126. //
  127. // btn_selectPath
  128. //
  129. this.btn_selectPath.Location = new System.Drawing.Point(534, 44);
  130. this.btn_selectPath.Name = "btn_selectPath";
  131. this.btn_selectPath.Size = new System.Drawing.Size(70, 30);
  132. this.btn_selectPath.TabIndex = 40;
  133. this.btn_selectPath.Text = "...";
  134. this.btn_selectPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  135. this.btn_selectPath.UseVisualStyleBackColor = true;
  136. this.btn_selectPath.Visible = false;
  137. this.btn_selectPath.Click += new System.EventHandler(this.btn_selectPath_Click);
  138. //
  139. // tb_mblj
  140. //
  141. this.tb_mblj.Location = new System.Drawing.Point(102, 9);
  142. this.tb_mblj.Name = "tb_mblj";
  143. this.tb_mblj.ReadOnly = true;
  144. this.tb_mblj.Size = new System.Drawing.Size(426, 28);
  145. this.tb_mblj.TabIndex = 0;
  146. //
  147. // btn_openfilepath
  148. //
  149. this.btn_openfilepath.Location = new System.Drawing.Point(534, 6);
  150. this.btn_openfilepath.Name = "btn_openfilepath";
  151. this.btn_openfilepath.Size = new System.Drawing.Size(70, 30);
  152. this.btn_openfilepath.TabIndex = 10;
  153. this.btn_openfilepath.Text = "...";
  154. this.btn_openfilepath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  155. this.btn_openfilepath.UseVisualStyleBackColor = true;
  156. this.btn_openfilepath.Click += new System.EventHandler(this.btn_openfilepath_Click);
  157. //
  158. // btn_TempDes
  159. //
  160. this.btn_TempDes.Location = new System.Drawing.Point(610, 6);
  161. this.btn_TempDes.Name = "btn_TempDes";
  162. this.btn_TempDes.Size = new System.Drawing.Size(98, 30);
  163. this.btn_TempDes.TabIndex = 20;
  164. this.btn_TempDes.Text = "导出编辑";
  165. this.btn_TempDes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  166. this.btn_TempDes.UseVisualStyleBackColor = true;
  167. this.btn_TempDes.Click += new System.EventHandler(this.btn_TempDes_Click);
  168. //
  169. // label4
  170. //
  171. this.label4.AutoSize = true;
  172. this.label4.Location = new System.Drawing.Point(16, 50);
  173. this.label4.Name = "label4";
  174. this.label4.Size = new System.Drawing.Size(80, 18);
  175. this.label4.TabIndex = 1003;
  176. this.label4.Text = "数 据 源";
  177. //
  178. // cbo_sjy
  179. //
  180. this.cbo_sjy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  181. this.cbo_sjy.FormattingEnabled = true;
  182. this.cbo_sjy.Location = new System.Drawing.Point(102, 46);
  183. this.cbo_sjy.Name = "cbo_sjy";
  184. this.cbo_sjy.Size = new System.Drawing.Size(426, 26);
  185. this.cbo_sjy.TabIndex = 50;
  186. //
  187. // button1
  188. //
  189. this.button1.Location = new System.Drawing.Point(12, 478);
  190. this.button1.Name = "button1";
  191. this.button1.Size = new System.Drawing.Size(34, 30);
  192. this.button1.TabIndex = 1006;
  193. this.button1.Text = ".";
  194. this.button1.UseVisualStyleBackColor = true;
  195. this.button1.Visible = false;
  196. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  197. //
  198. // panel_container
  199. //
  200. this.panel_container.Location = new System.Drawing.Point(99, 282);
  201. this.panel_container.Name = "panel_container";
  202. this.panel_container.Size = new System.Drawing.Size(26, 32);
  203. this.panel_container.TabIndex = 5;
  204. //
  205. // button2
  206. //
  207. this.button2.Location = new System.Drawing.Point(52, 478);
  208. this.button2.Name = "button2";
  209. this.button2.Size = new System.Drawing.Size(34, 30);
  210. this.button2.TabIndex = 1006;
  211. this.button2.Text = "..";
  212. this.button2.UseVisualStyleBackColor = true;
  213. this.button2.Visible = false;
  214. this.button2.Click += new System.EventHandler(this.button2_Click_1);
  215. //
  216. // button3
  217. //
  218. this.button3.Location = new System.Drawing.Point(610, 44);
  219. this.button3.Name = "button3";
  220. this.button3.Size = new System.Drawing.Size(98, 30);
  221. this.button3.TabIndex = 40;
  222. this.button3.Text = "打开文件";
  223. this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  224. this.button3.UseVisualStyleBackColor = true;
  225. this.button3.Visible = false;
  226. this.button3.Click += new System.EventHandler(this.button3_Click);
  227. //
  228. // btn_preview
  229. //
  230. this.btn_preview.Location = new System.Drawing.Point(458, 478);
  231. this.btn_preview.Name = "btn_preview";
  232. this.btn_preview.Size = new System.Drawing.Size(110, 40);
  233. this.btn_preview.TabIndex = 80;
  234. this.btn_preview.Text = "打开报表";
  235. this.btn_preview.UseVisualStyleBackColor = true;
  236. this.btn_preview.Click += new System.EventHandler(this.btn_preview_Click);
  237. //
  238. // backgroundWorker2
  239. //
  240. this.backgroundWorker2.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker2_DoWork);
  241. this.backgroundWorker2.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker2_ProgressChanged);
  242. this.backgroundWorker2.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker2_RunWorkerCompleted);
  243. //
  244. // button5
  245. //
  246. this.button5.Location = new System.Drawing.Point(92, 476);
  247. this.button5.Name = "button5";
  248. this.button5.Size = new System.Drawing.Size(42, 34);
  249. this.button5.TabIndex = 1007;
  250. this.button5.Text = "设计";
  251. this.button5.UseVisualStyleBackColor = true;
  252. this.button5.Visible = false;
  253. this.button5.Click += new System.EventHandler(this.button5_Click);
  254. //
  255. // button4
  256. //
  257. this.button4.Location = new System.Drawing.Point(140, 474);
  258. this.button4.Name = "button4";
  259. this.button4.Size = new System.Drawing.Size(38, 38);
  260. this.button4.TabIndex = 1007;
  261. this.button4.Text = "查看";
  262. this.button4.UseVisualStyleBackColor = true;
  263. this.button4.Visible = false;
  264. this.button4.Click += new System.EventHandler(this.button4_Click);
  265. //
  266. // button6
  267. //
  268. this.button6.Location = new System.Drawing.Point(182, 478);
  269. this.button6.Name = "button6";
  270. this.button6.Size = new System.Drawing.Size(112, 38);
  271. this.button6.TabIndex = 80;
  272. this.button6.Text = "打印设置";
  273. this.button6.UseVisualStyleBackColor = true;
  274. this.button6.Visible = false;
  275. this.button6.Click += new System.EventHandler(this.button6_Click);
  276. //
  277. // OTSReport_Export
  278. //
  279. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  280. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  281. this.ClientSize = new System.Drawing.Size(706, 510);
  282. this.ControlBox = false;
  283. this.Controls.Add(this.button5);
  284. this.Controls.Add(this.button4);
  285. this.Controls.Add(this.button2);
  286. this.Controls.Add(this.button1);
  287. this.Controls.Add(this.cbo_sjy);
  288. this.Controls.Add(this.label4);
  289. this.Controls.Add(this.btn_TempDes);
  290. this.Controls.Add(this.btn_openfilepath);
  291. this.Controls.Add(this.button3);
  292. this.Controls.Add(this.btn_selectPath);
  293. this.Controls.Add(this.tb_mblj);
  294. this.Controls.Add(this.tb_lj);
  295. this.Controls.Add(this.btn_exit);
  296. this.Controls.Add(this.button6);
  297. this.Controls.Add(this.btn_preview);
  298. this.Controls.Add(this.btn_export);
  299. this.Controls.Add(this.label2);
  300. this.Controls.Add(this.label1);
  301. this.Controls.Add(this.label3);
  302. this.Controls.Add(this.progressBar1);
  303. this.Controls.Add(this.richTextBox1);
  304. this.Controls.Add(this.panel_container);
  305. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  306. this.MaximizeBox = false;
  307. this.MaximumSize = new System.Drawing.Size(728, 566);
  308. this.MinimizeBox = false;
  309. this.MinimumSize = new System.Drawing.Size(728, 566);
  310. this.Name = "OTSReport_Export";
  311. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  312. this.Text = "报告程序输出界面";
  313. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSReport_Export_FormClosing);
  314. this.Load += new System.EventHandler(this.OTSReport_Export_Load);
  315. this.ResumeLayout(false);
  316. this.PerformLayout();
  317. }
  318. #endregion
  319. private System.Windows.Forms.RichTextBox richTextBox1;
  320. private System.Windows.Forms.ProgressBar progressBar1;
  321. private System.Windows.Forms.Label label2;
  322. private System.Windows.Forms.Label label3;
  323. private System.Windows.Forms.Button btn_export;
  324. private System.Windows.Forms.Button btn_exit;
  325. private System.Windows.Forms.Label label1;
  326. public System.Windows.Forms.TextBox tb_lj;
  327. private System.Windows.Forms.Button btn_selectPath;
  328. private System.Windows.Forms.TextBox tb_mblj;
  329. private System.Windows.Forms.Button btn_openfilepath;
  330. private System.Windows.Forms.Button btn_TempDes;
  331. private System.Windows.Forms.Label label4;
  332. private System.Windows.Forms.ComboBox cbo_sjy;
  333. private System.Windows.Forms.Button button1;
  334. public System.Windows.Forms.Panel panel_container;
  335. private System.Windows.Forms.Button button2;
  336. private System.Windows.Forms.Button button3;
  337. private System.Windows.Forms.Button btn_preview;
  338. public System.ComponentModel.BackgroundWorker backgroundWorker2;
  339. private System.Windows.Forms.Button button5;
  340. private System.Windows.Forms.Button button4;
  341. private System.Windows.Forms.Button button6;
  342. }
  343. }