123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- namespace OTSIncAReportApp
- {
- partial class OTSReport_Export
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSReport_Export));
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.btn_exit = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.tb_lj = new System.Windows.Forms.TextBox();
- this.btn_selectPath = new System.Windows.Forms.Button();
- this.tb_mblj = new System.Windows.Forms.TextBox();
- this.btn_openfilepath = new System.Windows.Forms.Button();
- this.btn_TempDes = new System.Windows.Forms.Button();
- this.label4 = new System.Windows.Forms.Label();
- this.cbo_sjy = new System.Windows.Forms.ComboBox();
- this.panel_container = new System.Windows.Forms.Panel();
- this.button3 = new System.Windows.Forms.Button();
- this.btn_preview = new System.Windows.Forms.Button();
- this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
- this.button7 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // richTextBox1
- //
- this.richTextBox1.Location = new System.Drawing.Point(13, 53);
- this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(455, 231);
- this.richTextBox1.TabIndex = 60;
- this.richTextBox1.Text = "";
- //
- // progressBar1
- //
- this.progressBar1.Location = new System.Drawing.Point(93, 293);
- this.progressBar1.Margin = new System.Windows.Forms.Padding(2);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(374, 15);
- this.progressBar1.TabIndex = 70;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(5, 293);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(77, 12);
- this.label2.TabIndex = 1004;
- this.label2.Text = "当前导出进度";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(11, 9);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 1001;
- this.label3.Text = "选择模板";
- //
- // btn_exit
- //
- this.btn_exit.Location = new System.Drawing.Point(389, 319);
- this.btn_exit.Margin = new System.Windows.Forms.Padding(2);
- this.btn_exit.Name = "btn_exit";
- this.btn_exit.Size = new System.Drawing.Size(73, 27);
- this.btn_exit.TabIndex = 90;
- this.btn_exit.Text = "退 出";
- this.btn_exit.UseVisualStyleBackColor = true;
- this.btn_exit.Click += new System.EventHandler(this.button2_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(11, 33);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 1002;
- this.label1.Text = "保存路径";
- this.label1.Visible = false;
- //
- // tb_lj
- //
- this.tb_lj.Location = new System.Drawing.Point(68, 30);
- this.tb_lj.Margin = new System.Windows.Forms.Padding(2);
- this.tb_lj.Name = "tb_lj";
- this.tb_lj.ReadOnly = true;
- this.tb_lj.Size = new System.Drawing.Size(285, 21);
- this.tb_lj.TabIndex = 30;
- this.tb_lj.Visible = false;
- //
- // btn_selectPath
- //
- this.btn_selectPath.Location = new System.Drawing.Point(356, 29);
- this.btn_selectPath.Margin = new System.Windows.Forms.Padding(2);
- this.btn_selectPath.Name = "btn_selectPath";
- this.btn_selectPath.Size = new System.Drawing.Size(47, 20);
- this.btn_selectPath.TabIndex = 40;
- this.btn_selectPath.Text = "...";
- this.btn_selectPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btn_selectPath.UseVisualStyleBackColor = true;
- this.btn_selectPath.Visible = false;
- this.btn_selectPath.Click += new System.EventHandler(this.btn_selectPath_Click);
- //
- // tb_mblj
- //
- this.tb_mblj.Location = new System.Drawing.Point(68, 6);
- this.tb_mblj.Margin = new System.Windows.Forms.Padding(2);
- this.tb_mblj.Name = "tb_mblj";
- this.tb_mblj.ReadOnly = true;
- this.tb_mblj.Size = new System.Drawing.Size(285, 21);
- this.tb_mblj.TabIndex = 0;
- //
- // btn_openfilepath
- //
- this.btn_openfilepath.Location = new System.Drawing.Point(356, 4);
- this.btn_openfilepath.Margin = new System.Windows.Forms.Padding(2);
- this.btn_openfilepath.Name = "btn_openfilepath";
- this.btn_openfilepath.Size = new System.Drawing.Size(47, 20);
- this.btn_openfilepath.TabIndex = 10;
- this.btn_openfilepath.Text = "...";
- this.btn_openfilepath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btn_openfilepath.UseVisualStyleBackColor = true;
- this.btn_openfilepath.Click += new System.EventHandler(this.btn_openfilepath_Click);
- //
- // btn_TempDes
- //
- this.btn_TempDes.Location = new System.Drawing.Point(407, 4);
- this.btn_TempDes.Margin = new System.Windows.Forms.Padding(2);
- this.btn_TempDes.Name = "btn_TempDes";
- this.btn_TempDes.Size = new System.Drawing.Size(65, 20);
- this.btn_TempDes.TabIndex = 20;
- this.btn_TempDes.Text = "导出编辑";
- this.btn_TempDes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.btn_TempDes.UseVisualStyleBackColor = true;
- this.btn_TempDes.Click += new System.EventHandler(this.btn_TempDes_Click);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(11, 33);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 1003;
- this.label4.Text = "数 据 源";
- //
- // cbo_sjy
- //
- this.cbo_sjy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbo_sjy.FormattingEnabled = true;
- this.cbo_sjy.Location = new System.Drawing.Point(68, 31);
- this.cbo_sjy.Margin = new System.Windows.Forms.Padding(2);
- this.cbo_sjy.Name = "cbo_sjy";
- this.cbo_sjy.Size = new System.Drawing.Size(285, 20);
- this.cbo_sjy.TabIndex = 50;
- //
- // panel_container
- //
- this.panel_container.Location = new System.Drawing.Point(66, 188);
- this.panel_container.Margin = new System.Windows.Forms.Padding(2);
- this.panel_container.Name = "panel_container";
- this.panel_container.Size = new System.Drawing.Size(17, 21);
- this.panel_container.TabIndex = 5;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(407, 29);
- this.button3.Margin = new System.Windows.Forms.Padding(2);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(65, 20);
- this.button3.TabIndex = 40;
- this.button3.Text = "打开文件";
- this.button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Visible = false;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // btn_preview
- //
- this.btn_preview.Location = new System.Drawing.Point(312, 319);
- this.btn_preview.Margin = new System.Windows.Forms.Padding(2);
- this.btn_preview.Name = "btn_preview";
- this.btn_preview.Size = new System.Drawing.Size(73, 27);
- this.btn_preview.TabIndex = 80;
- this.btn_preview.Text = "打开报表";
- this.btn_preview.UseVisualStyleBackColor = true;
- this.btn_preview.Click += new System.EventHandler(this.btn_preview_Click);
- //
- // backgroundWorker2
- //
- this.backgroundWorker2.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker2_DoWork);
- this.backgroundWorker2.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker2_ProgressChanged);
- this.backgroundWorker2.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker2_RunWorkerCompleted);
- //
- // button7
- //
- this.button7.Location = new System.Drawing.Point(234, 319);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(73, 27);
- this.button7.TabIndex = 1008;
- this.button7.Text = "国标导出";
- this.button7.UseVisualStyleBackColor = true;
- this.button7.Click += new System.EventHandler(this.button7_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(93, 319);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 1009;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Visible = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // OTSReport_Export
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(473, 345);
- this.ControlBox = false;
- this.Controls.Add(this.button1);
- this.Controls.Add(this.button7);
- this.Controls.Add(this.cbo_sjy);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.btn_TempDes);
- this.Controls.Add(this.btn_openfilepath);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.btn_selectPath);
- this.Controls.Add(this.tb_mblj);
- this.Controls.Add(this.tb_lj);
- this.Controls.Add(this.btn_exit);
- this.Controls.Add(this.btn_preview);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.progressBar1);
- this.Controls.Add(this.richTextBox1);
- this.Controls.Add(this.panel_container);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(2);
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(489, 384);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(489, 384);
- this.Name = "OTSReport_Export";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "报告程序输出界面";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OTSReport_Export_FormClosing);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OTSReport_Export_FormClosed);
- this.Load += new System.EventHandler(this.OTSReport_Export_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.RichTextBox richTextBox1;
- private System.Windows.Forms.ProgressBar progressBar1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btn_exit;
- private System.Windows.Forms.Label label1;
- public System.Windows.Forms.TextBox tb_lj;
- private System.Windows.Forms.Button btn_selectPath;
- private System.Windows.Forms.TextBox tb_mblj;
- private System.Windows.Forms.Button btn_openfilepath;
- private System.Windows.Forms.Button btn_TempDes;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.ComboBox cbo_sjy;
- public System.Windows.Forms.Panel panel_container;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button btn_preview;
- public System.ComponentModel.BackgroundWorker backgroundWorker2;
- private System.Windows.Forms.Button button7;
- private System.Windows.Forms.Button button1;
- }
- }
|