OTSReport_Export.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  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_exit = new System.Windows.Forms.Button();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.tb_lj = new System.Windows.Forms.TextBox();
  36. this.btn_selectPath = new System.Windows.Forms.Button();
  37. this.tb_mblj = new System.Windows.Forms.TextBox();
  38. this.btn_openfilepath = new System.Windows.Forms.Button();
  39. this.btn_TempDes = new System.Windows.Forms.Button();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.cbo_sjy = new System.Windows.Forms.ComboBox();
  42. this.panel_container = new System.Windows.Forms.Panel();
  43. this.button3 = new System.Windows.Forms.Button();
  44. this.btn_preview = new System.Windows.Forms.Button();
  45. this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
  46. this.button7 = new System.Windows.Forms.Button();
  47. this.button1 = new System.Windows.Forms.Button();
  48. this.SuspendLayout();
  49. //
  50. // richTextBox1
  51. //
  52. this.richTextBox1.Location = new System.Drawing.Point(13, 53);
  53. this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
  54. this.richTextBox1.Name = "richTextBox1";
  55. this.richTextBox1.Size = new System.Drawing.Size(455, 231);
  56. this.richTextBox1.TabIndex = 60;
  57. this.richTextBox1.Text = "";
  58. //
  59. // progressBar1
  60. //
  61. this.progressBar1.Location = new System.Drawing.Point(93, 293);
  62. this.progressBar1.Margin = new System.Windows.Forms.Padding(2);
  63. this.progressBar1.Name = "progressBar1";
  64. this.progressBar1.Size = new System.Drawing.Size(374, 15);
  65. this.progressBar1.TabIndex = 70;
  66. //
  67. // label2
  68. //
  69. this.label2.AutoSize = true;
  70. this.label2.Location = new System.Drawing.Point(5, 293);
  71. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  72. this.label2.Name = "label2";
  73. this.label2.Size = new System.Drawing.Size(77, 12);
  74. this.label2.TabIndex = 1004;
  75. this.label2.Text = "当前导出进度";
  76. //
  77. // label3
  78. //
  79. this.label3.AutoSize = true;
  80. this.label3.Location = new System.Drawing.Point(11, 9);
  81. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  82. this.label3.Name = "label3";
  83. this.label3.Size = new System.Drawing.Size(53, 12);
  84. this.label3.TabIndex = 1001;
  85. this.label3.Text = "选择模板";
  86. //
  87. // btn_exit
  88. //
  89. this.btn_exit.Location = new System.Drawing.Point(389, 319);
  90. this.btn_exit.Margin = new System.Windows.Forms.Padding(2);
  91. this.btn_exit.Name = "btn_exit";
  92. this.btn_exit.Size = new System.Drawing.Size(73, 27);
  93. this.btn_exit.TabIndex = 90;
  94. this.btn_exit.Text = "退 出";
  95. this.btn_exit.UseVisualStyleBackColor = true;
  96. this.btn_exit.Click += new System.EventHandler(this.button2_Click);
  97. //
  98. // label1
  99. //
  100. this.label1.AutoSize = true;
  101. this.label1.Location = new System.Drawing.Point(11, 33);
  102. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  103. this.label1.Name = "label1";
  104. this.label1.Size = new System.Drawing.Size(53, 12);
  105. this.label1.TabIndex = 1002;
  106. this.label1.Text = "保存路径";
  107. this.label1.Visible = false;
  108. //
  109. // tb_lj
  110. //
  111. this.tb_lj.Location = new System.Drawing.Point(68, 30);
  112. this.tb_lj.Margin = new System.Windows.Forms.Padding(2);
  113. this.tb_lj.Name = "tb_lj";
  114. this.tb_lj.ReadOnly = true;
  115. this.tb_lj.Size = new System.Drawing.Size(285, 21);
  116. this.tb_lj.TabIndex = 30;
  117. this.tb_lj.Visible = false;
  118. //
  119. // btn_selectPath
  120. //
  121. this.btn_selectPath.Location = new System.Drawing.Point(356, 29);
  122. this.btn_selectPath.Margin = new System.Windows.Forms.Padding(2);
  123. this.btn_selectPath.Name = "btn_selectPath";
  124. this.btn_selectPath.Size = new System.Drawing.Size(47, 20);
  125. this.btn_selectPath.TabIndex = 40;
  126. this.btn_selectPath.Text = "...";
  127. this.btn_selectPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  128. this.btn_selectPath.UseVisualStyleBackColor = true;
  129. this.btn_selectPath.Visible = false;
  130. this.btn_selectPath.Click += new System.EventHandler(this.btn_selectPath_Click);
  131. //
  132. // tb_mblj
  133. //
  134. this.tb_mblj.Location = new System.Drawing.Point(68, 6);
  135. this.tb_mblj.Margin = new System.Windows.Forms.Padding(2);
  136. this.tb_mblj.Name = "tb_mblj";
  137. this.tb_mblj.ReadOnly = true;
  138. this.tb_mblj.Size = new System.Drawing.Size(285, 21);
  139. this.tb_mblj.TabIndex = 0;
  140. //
  141. // btn_openfilepath
  142. //
  143. this.btn_openfilepath.Location = new System.Drawing.Point(356, 4);
  144. this.btn_openfilepath.Margin = new System.Windows.Forms.Padding(2);
  145. this.btn_openfilepath.Name = "btn_openfilepath";
  146. this.btn_openfilepath.Size = new System.Drawing.Size(47, 20);
  147. this.btn_openfilepath.TabIndex = 10;
  148. this.btn_openfilepath.Text = "...";
  149. this.btn_openfilepath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  150. this.btn_openfilepath.UseVisualStyleBackColor = true;
  151. this.btn_openfilepath.Click += new System.EventHandler(this.btn_openfilepath_Click);
  152. //
  153. // btn_TempDes
  154. //
  155. this.btn_TempDes.Location = new System.Drawing.Point(407, 4);
  156. this.btn_TempDes.Margin = new System.Windows.Forms.Padding(2);
  157. this.btn_TempDes.Name = "btn_TempDes";
  158. this.btn_TempDes.Size = new System.Drawing.Size(65, 20);
  159. this.btn_TempDes.TabIndex = 20;
  160. this.btn_TempDes.Text = "导出编辑";
  161. this.btn_TempDes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  162. this.btn_TempDes.UseVisualStyleBackColor = true;
  163. this.btn_TempDes.Click += new System.EventHandler(this.btn_TempDes_Click);
  164. //
  165. // label4
  166. //
  167. this.label4.AutoSize = true;
  168. this.label4.Location = new System.Drawing.Point(11, 33);
  169. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  170. this.label4.Name = "label4";
  171. this.label4.Size = new System.Drawing.Size(53, 12);
  172. this.label4.TabIndex = 1003;
  173. this.label4.Text = "数 据 源";
  174. //
  175. // cbo_sjy
  176. //
  177. this.cbo_sjy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  178. this.cbo_sjy.FormattingEnabled = true;
  179. this.cbo_sjy.Location = new System.Drawing.Point(68, 31);
  180. this.cbo_sjy.Margin = new System.Windows.Forms.Padding(2);
  181. this.cbo_sjy.Name = "cbo_sjy";
  182. this.cbo_sjy.Size = new System.Drawing.Size(285, 20);
  183. this.cbo_sjy.TabIndex = 50;
  184. //
  185. // panel_container
  186. //
  187. this.panel_container.Location = new System.Drawing.Point(66, 188);
  188. this.panel_container.Margin = new System.Windows.Forms.Padding(2);
  189. this.panel_container.Name = "panel_container";
  190. this.panel_container.Size = new System.Drawing.Size(17, 21);
  191. this.panel_container.TabIndex = 5;
  192. //
  193. // button3
  194. //
  195. this.button3.Location = new System.Drawing.Point(407, 29);
  196. this.button3.Margin = new System.Windows.Forms.Padding(2);
  197. this.button3.Name = "button3";
  198. this.button3.Size = new System.Drawing.Size(65, 20);
  199. this.button3.TabIndex = 40;
  200. this.button3.Text = "打开文件";
  201. this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  202. this.button3.UseVisualStyleBackColor = true;
  203. this.button3.Visible = false;
  204. this.button3.Click += new System.EventHandler(this.button3_Click);
  205. //
  206. // btn_preview
  207. //
  208. this.btn_preview.Location = new System.Drawing.Point(312, 319);
  209. this.btn_preview.Margin = new System.Windows.Forms.Padding(2);
  210. this.btn_preview.Name = "btn_preview";
  211. this.btn_preview.Size = new System.Drawing.Size(73, 27);
  212. this.btn_preview.TabIndex = 80;
  213. this.btn_preview.Text = "打开报表";
  214. this.btn_preview.UseVisualStyleBackColor = true;
  215. this.btn_preview.Click += new System.EventHandler(this.btn_preview_Click);
  216. //
  217. // backgroundWorker2
  218. //
  219. this.backgroundWorker2.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker2_DoWork);
  220. this.backgroundWorker2.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker2_ProgressChanged);
  221. this.backgroundWorker2.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker2_RunWorkerCompleted);
  222. //
  223. // button7
  224. //
  225. this.button7.Location = new System.Drawing.Point(234, 319);
  226. this.button7.Name = "button7";
  227. this.button7.Size = new System.Drawing.Size(73, 27);
  228. this.button7.TabIndex = 1008;
  229. this.button7.Text = "国标导出";
  230. this.button7.UseVisualStyleBackColor = true;
  231. this.button7.Click += new System.EventHandler(this.button7_Click);
  232. //
  233. // button1
  234. //
  235. this.button1.Location = new System.Drawing.Point(93, 319);
  236. this.button1.Name = "button1";
  237. this.button1.Size = new System.Drawing.Size(75, 23);
  238. this.button1.TabIndex = 1009;
  239. this.button1.Text = "button1";
  240. this.button1.UseVisualStyleBackColor = true;
  241. this.button1.Visible = false;
  242. this.button1.Click += new System.EventHandler(this.button1_Click);
  243. //
  244. // OTSReport_Export
  245. //
  246. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  248. this.ClientSize = new System.Drawing.Size(473, 345);
  249. this.ControlBox = false;
  250. this.Controls.Add(this.button1);
  251. this.Controls.Add(this.button7);
  252. this.Controls.Add(this.cbo_sjy);
  253. this.Controls.Add(this.label4);
  254. this.Controls.Add(this.btn_TempDes);
  255. this.Controls.Add(this.btn_openfilepath);
  256. this.Controls.Add(this.button3);
  257. this.Controls.Add(this.btn_selectPath);
  258. this.Controls.Add(this.tb_mblj);
  259. this.Controls.Add(this.tb_lj);
  260. this.Controls.Add(this.btn_exit);
  261. this.Controls.Add(this.btn_preview);
  262. this.Controls.Add(this.label2);
  263. this.Controls.Add(this.label1);
  264. this.Controls.Add(this.label3);
  265. this.Controls.Add(this.progressBar1);
  266. this.Controls.Add(this.richTextBox1);
  267. this.Controls.Add(this.panel_container);
  268. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  269. this.Margin = new System.Windows.Forms.Padding(2);
  270. this.MaximizeBox = false;
  271. this.MaximumSize = new System.Drawing.Size(489, 384);
  272. this.MinimizeBox = false;
  273. this.MinimumSize = new System.Drawing.Size(489, 384);
  274. this.Name = "OTSReport_Export";
  275. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  276. this.Text = "报告程序输出界面";
  277. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSReport_Export_FormClosing);
  278. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OTSReport_Export_FormClosed);
  279. this.Load += new System.EventHandler(this.OTSReport_Export_Load);
  280. this.ResumeLayout(false);
  281. this.PerformLayout();
  282. }
  283. #endregion
  284. private System.Windows.Forms.RichTextBox richTextBox1;
  285. private System.Windows.Forms.ProgressBar progressBar1;
  286. private System.Windows.Forms.Label label2;
  287. private System.Windows.Forms.Label label3;
  288. private System.Windows.Forms.Button btn_exit;
  289. private System.Windows.Forms.Label label1;
  290. public System.Windows.Forms.TextBox tb_lj;
  291. private System.Windows.Forms.Button btn_selectPath;
  292. private System.Windows.Forms.TextBox tb_mblj;
  293. private System.Windows.Forms.Button btn_openfilepath;
  294. private System.Windows.Forms.Button btn_TempDes;
  295. private System.Windows.Forms.Label label4;
  296. private System.Windows.Forms.ComboBox cbo_sjy;
  297. public System.Windows.Forms.Panel panel_container;
  298. private System.Windows.Forms.Button button3;
  299. private System.Windows.Forms.Button btn_preview;
  300. public System.ComponentModel.BackgroundWorker backgroundWorker2;
  301. private System.Windows.Forms.Button button7;
  302. private System.Windows.Forms.Button button1;
  303. }
  304. }