OTSReport_Export.Designer.cs 12 KB

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