namespace TProduct.WinFrmUI.TValve
|
{
|
partial class SetTestReportInfoDlg
|
{
|
/// <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 Component 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()
|
{
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.comboReportType = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.buttonEditPath = new DevExpress.XtraEditors.ButtonEdit();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
this.checkBox黑白显示 = new System.Windows.Forms.CheckBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.textReportNo = new System.Windows.Forms.TextBox();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.simpleButton取消 = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCreateReport = new DevExpress.XtraEditors.SimpleButton();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.comboReportType.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.buttonEditPath.Properties)).BeginInit();
|
this.groupBox3.SuspendLayout();
|
this.panel2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 1;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 2;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 129F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 21F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 21F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(609, 206);
|
this.tableLayoutPanel1.TabIndex = 0;
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.groupBox2);
|
this.panel1.Controls.Add(this.groupBox3);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Location = new System.Drawing.Point(3, 3);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(603, 123);
|
this.panel1.TabIndex = 2;
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.comboReportType);
|
this.groupBox2.Controls.Add(this.buttonEditPath);
|
this.groupBox2.Location = new System.Drawing.Point(21, 68);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(863, 50);
|
this.groupBox2.TabIndex = 33;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "报告模版";
|
//
|
// comboReportType
|
//
|
this.comboReportType.EditValue = "模板一";
|
this.comboReportType.Location = new System.Drawing.Point(31, 20);
|
this.comboReportType.Name = "comboReportType";
|
this.comboReportType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.comboReportType.Properties.Items.AddRange(new object[] {
|
"模板一"});
|
this.comboReportType.Size = new System.Drawing.Size(100, 22);
|
this.comboReportType.TabIndex = 3;
|
this.comboReportType.SelectedIndexChanged += new System.EventHandler(this.comboReportType_SelectedIndexChanged);
|
//
|
// buttonEditPath
|
//
|
this.buttonEditPath.Location = new System.Drawing.Point(137, 20);
|
this.buttonEditPath.Name = "buttonEditPath";
|
this.buttonEditPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
this.buttonEditPath.Size = new System.Drawing.Size(438, 22);
|
this.buttonEditPath.TabIndex = 2;
|
this.buttonEditPath.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnFolder_ButtonClick);
|
//
|
// groupBox3
|
//
|
this.groupBox3.Controls.Add(this.checkBox黑白显示);
|
this.groupBox3.Controls.Add(this.label7);
|
this.groupBox3.Controls.Add(this.textReportNo);
|
this.groupBox3.Location = new System.Drawing.Point(21, 13);
|
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Size = new System.Drawing.Size(863, 50);
|
this.groupBox3.TabIndex = 33;
|
this.groupBox3.TabStop = false;
|
this.groupBox3.Text = "报告信息";
|
//
|
// checkBox黑白显示
|
//
|
this.checkBox黑白显示.AutoSize = true;
|
this.checkBox黑白显示.Location = new System.Drawing.Point(337, 19);
|
this.checkBox黑白显示.Name = "checkBox黑白显示";
|
this.checkBox黑白显示.Size = new System.Drawing.Size(98, 19);
|
this.checkBox黑白显示.TabIndex = 30;
|
this.checkBox黑白显示.Text = "是否黑白显示";
|
this.checkBox黑白显示.UseVisualStyleBackColor = true;
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.BackColor = System.Drawing.Color.Transparent;
|
this.label7.Location = new System.Drawing.Point(6, 19);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(67, 15);
|
this.label7.TabIndex = 28;
|
this.label7.Text = "报告编号:";
|
//
|
// textReportNo
|
//
|
this.textReportNo.Location = new System.Drawing.Point(78, 15);
|
this.textReportNo.Name = "textReportNo";
|
this.textReportNo.Size = new System.Drawing.Size(172, 21);
|
this.textReportNo.TabIndex = 26;
|
this.textReportNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.simpleButton取消);
|
this.panel2.Controls.Add(this.btnCreateReport);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel2.Location = new System.Drawing.Point(3, 132);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(603, 71);
|
this.panel2.TabIndex = 3;
|
//
|
// simpleButton取消
|
//
|
this.simpleButton取消.Location = new System.Drawing.Point(125, 25);
|
this.simpleButton取消.Name = "simpleButton取消";
|
this.simpleButton取消.Size = new System.Drawing.Size(95, 26);
|
this.simpleButton取消.TabIndex = 1;
|
this.simpleButton取消.Text = "取消";
|
this.simpleButton取消.Click += new System.EventHandler(this.simpleButton取消_Click);
|
//
|
// btnCreateReport
|
//
|
this.btnCreateReport.Location = new System.Drawing.Point(383, 25);
|
this.btnCreateReport.Name = "btnCreateReport";
|
this.btnCreateReport.Size = new System.Drawing.Size(95, 26);
|
this.btnCreateReport.TabIndex = 0;
|
this.btnCreateReport.Text = "产生报告";
|
this.btnCreateReport.Click += new System.EventHandler(this.btnCreateReport_Click);
|
//
|
// SetTestReportInfoDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(609, 206);
|
this.Controls.Add(this.tableLayoutPanel1);
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "SetTestReportInfoDlg";
|
this.Load += new System.EventHandler(this.SetTestReportInfoCtrl_Load);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.groupBox2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.comboReportType.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.buttonEditPath.Properties)).EndInit();
|
this.groupBox3.ResumeLayout(false);
|
this.groupBox3.PerformLayout();
|
this.panel2.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.TextBox textReportNo;
|
private System.Windows.Forms.Label label7;
|
private DevExpress.XtraEditors.SimpleButton btnCreateReport;
|
private System.Windows.Forms.GroupBox groupBox3;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.CheckBox checkBox黑白显示;
|
private DevExpress.XtraEditors.ButtonEdit buttonEditPath;
|
private DevExpress.XtraEditors.ComboBoxEdit comboReportType;
|
private System.Windows.Forms.Panel panel2;
|
private DevExpress.XtraEditors.SimpleButton simpleButton取消;
|
}
|
}
|