namespace OTSIncAReportApp { partial class OTSReport_Export { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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_export = new System.Windows.Forms.Button(); 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.button1 = new System.Windows.Forms.Button(); this.panel_container = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.btn_preview = new System.Windows.Forms.Button(); this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker(); this.button5 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(20, 80); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(680, 344); this.richTextBox1.TabIndex = 60; this.richTextBox1.Text = ""; // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(140, 440); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(561, 22); this.progressBar1.TabIndex = 70; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(8, 440); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(116, 18); this.label2.TabIndex = 1004; this.label2.Text = "当前导出进度"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(16, 14); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 18); this.label3.TabIndex = 1001; this.label3.Text = "选择模板"; // // btn_export // this.btn_export.Location = new System.Drawing.Point(458, 478); this.btn_export.Name = "btn_export"; this.btn_export.Size = new System.Drawing.Size(112, 38); this.btn_export.TabIndex = 80; this.btn_export.Text = "导出"; this.btn_export.UseVisualStyleBackColor = true; this.btn_export.Visible = false; this.btn_export.Click += new System.EventHandler(this.button1_Click); // // btn_exit // this.btn_exit.Location = new System.Drawing.Point(583, 478); this.btn_exit.Name = "btn_exit"; this.btn_exit.Size = new System.Drawing.Size(110, 40); 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(16, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 18); this.label1.TabIndex = 1002; this.label1.Text = "保存路径"; this.label1.Visible = false; // // tb_lj // this.tb_lj.Location = new System.Drawing.Point(102, 45); this.tb_lj.Name = "tb_lj"; this.tb_lj.ReadOnly = true; this.tb_lj.Size = new System.Drawing.Size(426, 28); this.tb_lj.TabIndex = 30; this.tb_lj.Visible = false; // // btn_selectPath // this.btn_selectPath.Location = new System.Drawing.Point(534, 44); this.btn_selectPath.Name = "btn_selectPath"; this.btn_selectPath.Size = new System.Drawing.Size(70, 30); 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(102, 9); this.tb_mblj.Name = "tb_mblj"; this.tb_mblj.ReadOnly = true; this.tb_mblj.Size = new System.Drawing.Size(426, 28); this.tb_mblj.TabIndex = 0; // // btn_openfilepath // this.btn_openfilepath.Location = new System.Drawing.Point(534, 6); this.btn_openfilepath.Name = "btn_openfilepath"; this.btn_openfilepath.Size = new System.Drawing.Size(70, 30); 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(610, 6); this.btn_TempDes.Name = "btn_TempDes"; this.btn_TempDes.Size = new System.Drawing.Size(98, 30); 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(16, 50); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(80, 18); 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(102, 46); this.cbo_sjy.Name = "cbo_sjy"; this.cbo_sjy.Size = new System.Drawing.Size(426, 26); this.cbo_sjy.TabIndex = 50; // // button1 // this.button1.Location = new System.Drawing.Point(12, 478); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(34, 30); this.button1.TabIndex = 1006; this.button1.Text = "."; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // panel_container // this.panel_container.Location = new System.Drawing.Point(99, 282); this.panel_container.Name = "panel_container"; this.panel_container.Size = new System.Drawing.Size(26, 32); this.panel_container.TabIndex = 5; // // button2 // this.button2.Location = new System.Drawing.Point(52, 478); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(34, 30); this.button2.TabIndex = 1006; this.button2.Text = ".."; this.button2.UseVisualStyleBackColor = true; this.button2.Visible = false; this.button2.Click += new System.EventHandler(this.button2_Click_1); // // button3 // this.button3.Location = new System.Drawing.Point(610, 44); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(98, 30); 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(458, 478); this.btn_preview.Name = "btn_preview"; this.btn_preview.Size = new System.Drawing.Size(110, 40); 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); // // button5 // this.button5.Location = new System.Drawing.Point(92, 476); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(42, 34); this.button5.TabIndex = 1007; this.button5.Text = "设计"; this.button5.UseVisualStyleBackColor = true; this.button5.Visible = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button4 // this.button4.Location = new System.Drawing.Point(140, 474); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(38, 38); this.button4.TabIndex = 1007; this.button4.Text = "查看"; this.button4.UseVisualStyleBackColor = true; this.button4.Visible = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // button6 // this.button6.Location = new System.Drawing.Point(182, 478); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(112, 38); this.button6.TabIndex = 80; this.button6.Text = "打印设置"; this.button6.UseVisualStyleBackColor = true; this.button6.Visible = false; this.button6.Click += new System.EventHandler(this.button6_Click); // // OTSReport_Export // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(706, 510); this.ControlBox = false; this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button2); this.Controls.Add(this.button1); 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.button6); this.Controls.Add(this.btn_preview); this.Controls.Add(this.btn_export); 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.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(728, 566); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(728, 566); 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.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_export; 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; private System.Windows.Forms.Button button1; public System.Windows.Forms.Panel panel_container; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button btn_preview; public System.ComponentModel.BackgroundWorker backgroundWorker2; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button6; } }