497 lines
26 KiB
C#
497 lines
26 KiB
C#
namespace NGToolsPC
|
|
{
|
|
partial class frmPrint
|
|
{
|
|
/// <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(frmPrint));
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.splitContainer4 = new System.Windows.Forms.SplitContainer();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.splitContainer5 = new System.Windows.Forms.SplitContainer();
|
|
this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.ListBox1 = new System.Windows.Forms.ListBox();
|
|
this.Label41 = new System.Windows.Forms.Label();
|
|
this.splitContainer8 = new System.Windows.Forms.SplitContainer();
|
|
this.splitContainer6 = new System.Windows.Forms.SplitContainer();
|
|
this.Label42 = new System.Windows.Forms.Label();
|
|
this.ListBox2 = new System.Windows.Forms.ListBox();
|
|
this.splitContainer7 = new System.Windows.Forms.SplitContainer();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.ListBox3 = new System.Windows.Forms.ListBox();
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.axFramerControl1 = new AxDSOFramer.AxFramerControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
|
|
this.splitContainer4.Panel1.SuspendLayout();
|
|
this.splitContainer4.Panel2.SuspendLayout();
|
|
this.splitContainer4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
|
|
this.splitContainer5.Panel1.SuspendLayout();
|
|
this.splitContainer5.Panel2.SuspendLayout();
|
|
this.splitContainer5.SuspendLayout();
|
|
this.TableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).BeginInit();
|
|
this.splitContainer8.Panel1.SuspendLayout();
|
|
this.splitContainer8.Panel2.SuspendLayout();
|
|
this.splitContainer8.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).BeginInit();
|
|
this.splitContainer6.Panel1.SuspendLayout();
|
|
this.splitContainer6.Panel2.SuspendLayout();
|
|
this.splitContainer6.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).BeginInit();
|
|
this.splitContainer7.Panel1.SuspendLayout();
|
|
this.splitContainer7.Panel2.SuspendLayout();
|
|
this.splitContainer7.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
|
this.splitContainer3.Panel1.SuspendLayout();
|
|
this.splitContainer3.Panel2.SuspendLayout();
|
|
this.splitContainer3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.axFramerControl1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.label1);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
|
this.splitContainer1.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.splitContainer1.Size = new System.Drawing.Size(969, 733);
|
|
this.splitContainer1.SplitterDistance = 48;
|
|
this.splitContainer1.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.Color.DarkBlue;
|
|
this.label1.Location = new System.Drawing.Point(7, 5);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(958, 35);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "流量积算仪原始记录";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.splitContainer2.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer2.IsSplitterFixed = true;
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.splitContainer4);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
|
|
this.splitContainer2.Size = new System.Drawing.Size(969, 681);
|
|
this.splitContainer2.SplitterDistance = 132;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// splitContainer4
|
|
//
|
|
this.splitContainer4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer4.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer4.Name = "splitContainer4";
|
|
this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer4.Panel1
|
|
//
|
|
this.splitContainer4.Panel1.Controls.Add(this.label2);
|
|
//
|
|
// splitContainer4.Panel2
|
|
//
|
|
this.splitContainer4.Panel2.Controls.Add(this.splitContainer5);
|
|
this.splitContainer4.Size = new System.Drawing.Size(132, 681);
|
|
this.splitContainer4.SplitterDistance = 36;
|
|
this.splitContainer4.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(3, 7);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(123, 19);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "计算数据列表";
|
|
//
|
|
// splitContainer5
|
|
//
|
|
this.splitContainer5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer5.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer5.Name = "splitContainer5";
|
|
this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer5.Panel1
|
|
//
|
|
this.splitContainer5.Panel1.Controls.Add(this.TableLayoutPanel1);
|
|
//
|
|
// splitContainer5.Panel2
|
|
//
|
|
this.splitContainer5.Panel2.Controls.Add(this.splitContainer8);
|
|
this.splitContainer5.Size = new System.Drawing.Size(132, 641);
|
|
this.splitContainer5.SplitterDistance = 154;
|
|
this.splitContainer5.TabIndex = 1;
|
|
//
|
|
// TableLayoutPanel1
|
|
//
|
|
this.TableLayoutPanel1.ColumnCount = 1;
|
|
this.TableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.TableLayoutPanel1.Controls.Add(this.ListBox1, 0, 1);
|
|
this.TableLayoutPanel1.Controls.Add(this.Label41, 0, 0);
|
|
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.Percent, 12.55814F));
|
|
this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 87.44186F));
|
|
this.TableLayoutPanel1.Size = new System.Drawing.Size(128, 150);
|
|
this.TableLayoutPanel1.TabIndex = 2;
|
|
//
|
|
// ListBox1
|
|
//
|
|
this.ListBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ListBox1.FormattingEnabled = true;
|
|
this.ListBox1.ItemHeight = 12;
|
|
this.ListBox1.Location = new System.Drawing.Point(3, 21);
|
|
this.ListBox1.Name = "ListBox1";
|
|
this.ListBox1.Size = new System.Drawing.Size(122, 126);
|
|
this.ListBox1.TabIndex = 0;
|
|
this.ListBox1.SelectedIndexChanged += new System.EventHandler(this.ListBox1_SelectedIndexChanged);
|
|
//
|
|
// Label41
|
|
//
|
|
this.Label41.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.Label41.Location = new System.Drawing.Point(3, 0);
|
|
this.Label41.Name = "Label41";
|
|
this.Label41.Size = new System.Drawing.Size(122, 18);
|
|
this.Label41.TabIndex = 1;
|
|
this.Label41.Text = "客户名称";
|
|
this.Label41.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// splitContainer8
|
|
//
|
|
this.splitContainer8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer8.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer8.Name = "splitContainer8";
|
|
this.splitContainer8.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer8.Panel1
|
|
//
|
|
this.splitContainer8.Panel1.Controls.Add(this.splitContainer6);
|
|
//
|
|
// splitContainer8.Panel2
|
|
//
|
|
this.splitContainer8.Panel2.Controls.Add(this.splitContainer7);
|
|
this.splitContainer8.Size = new System.Drawing.Size(128, 479);
|
|
this.splitContainer8.SplitterDistance = 222;
|
|
this.splitContainer8.TabIndex = 0;
|
|
//
|
|
// splitContainer6
|
|
//
|
|
this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer6.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer6.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer6.Name = "splitContainer6";
|
|
this.splitContainer6.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer6.Panel1
|
|
//
|
|
this.splitContainer6.Panel1.Controls.Add(this.Label42);
|
|
//
|
|
// splitContainer6.Panel2
|
|
//
|
|
this.splitContainer6.Panel2.Controls.Add(this.ListBox2);
|
|
this.splitContainer6.Size = new System.Drawing.Size(128, 222);
|
|
this.splitContainer6.SplitterDistance = 25;
|
|
this.splitContainer6.TabIndex = 4;
|
|
//
|
|
// Label42
|
|
//
|
|
this.Label42.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.Label42.Location = new System.Drawing.Point(0, 0);
|
|
this.Label42.Name = "Label42";
|
|
this.Label42.Size = new System.Drawing.Size(128, 25);
|
|
this.Label42.TabIndex = 3;
|
|
this.Label42.Text = "仪表编号";
|
|
this.Label42.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// ListBox2
|
|
//
|
|
this.ListBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ListBox2.FormattingEnabled = true;
|
|
this.ListBox2.ItemHeight = 12;
|
|
this.ListBox2.Location = new System.Drawing.Point(0, 0);
|
|
this.ListBox2.Name = "ListBox2";
|
|
this.ListBox2.Size = new System.Drawing.Size(128, 193);
|
|
this.ListBox2.TabIndex = 3;
|
|
this.ListBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2_SelectedIndexChanged);
|
|
//
|
|
// splitContainer7
|
|
//
|
|
this.splitContainer7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer7.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer7.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer7.Name = "splitContainer7";
|
|
this.splitContainer7.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer7.Panel1
|
|
//
|
|
this.splitContainer7.Panel1.Controls.Add(this.label5);
|
|
//
|
|
// splitContainer7.Panel2
|
|
//
|
|
this.splitContainer7.Panel2.Controls.Add(this.ListBox3);
|
|
this.splitContainer7.Size = new System.Drawing.Size(128, 253);
|
|
this.splitContainer7.SplitterDistance = 25;
|
|
this.splitContainer7.TabIndex = 3;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label5.Location = new System.Drawing.Point(0, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(128, 25);
|
|
this.label5.TabIndex = 4;
|
|
this.label5.Text = "检定记录时间";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// ListBox3
|
|
//
|
|
this.ListBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ListBox3.FormattingEnabled = true;
|
|
this.ListBox3.ItemHeight = 12;
|
|
this.ListBox3.Location = new System.Drawing.Point(0, 0);
|
|
this.ListBox3.Name = "ListBox3";
|
|
this.ListBox3.Size = new System.Drawing.Size(128, 224);
|
|
this.ListBox3.TabIndex = 5;
|
|
this.ListBox3.SelectedIndexChanged += new System.EventHandler(this.ListBox3_SelectedIndexChanged);
|
|
//
|
|
// splitContainer3
|
|
//
|
|
this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer3.Name = "splitContainer3";
|
|
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer3.Panel1
|
|
//
|
|
this.splitContainer3.Panel1.Controls.Add(this.checkBox1);
|
|
this.splitContainer3.Panel1.Controls.Add(this.button1);
|
|
this.splitContainer3.Panel1.Controls.Add(this.label4);
|
|
this.splitContainer3.Panel1.Controls.Add(this.label3);
|
|
this.splitContainer3.Panel1.Controls.Add(this.dateTimePicker2);
|
|
this.splitContainer3.Panel1.Controls.Add(this.dateTimePicker1);
|
|
//
|
|
// splitContainer3.Panel2
|
|
//
|
|
this.splitContainer3.Panel2.Controls.Add(this.axFramerControl1);
|
|
this.splitContainer3.Size = new System.Drawing.Size(833, 681);
|
|
this.splitContainer3.SplitterDistance = 35;
|
|
this.splitContainer3.TabIndex = 0;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(3, 11);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(96, 16);
|
|
this.checkBox1.TabIndex = 11;
|
|
this.checkBox1.Text = "历史记录查询";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(386, 6);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(117, 23);
|
|
this.button1.TabIndex = 8;
|
|
this.button1.Text = "生成原始记录(&P)";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(252, 11);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(17, 12);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "止";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(114, 11);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(17, 12);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "起";
|
|
//
|
|
// dateTimePicker2
|
|
//
|
|
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dateTimePicker2.Location = new System.Drawing.Point(275, 7);
|
|
this.dateTimePicker2.Name = "dateTimePicker2";
|
|
this.dateTimePicker2.Size = new System.Drawing.Size(109, 21);
|
|
this.dateTimePicker2.TabIndex = 5;
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(137, 7);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(109, 21);
|
|
this.dateTimePicker1.TabIndex = 4;
|
|
//
|
|
// axFramerControl1
|
|
//
|
|
this.axFramerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.axFramerControl1.Enabled = true;
|
|
this.axFramerControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.axFramerControl1.Name = "axFramerControl1";
|
|
this.axFramerControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axFramerControl1.OcxState")));
|
|
this.axFramerControl1.Size = new System.Drawing.Size(829, 638);
|
|
this.axFramerControl1.TabIndex = 0;
|
|
//
|
|
// frmPrint
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(969, 733);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "frmPrint";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "报表打印";
|
|
this.Load += new System.EventHandler(this.frmPrint_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.splitContainer4.Panel1.ResumeLayout(false);
|
|
this.splitContainer4.Panel1.PerformLayout();
|
|
this.splitContainer4.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
|
|
this.splitContainer4.ResumeLayout(false);
|
|
this.splitContainer5.Panel1.ResumeLayout(false);
|
|
this.splitContainer5.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
|
|
this.splitContainer5.ResumeLayout(false);
|
|
this.TableLayoutPanel1.ResumeLayout(false);
|
|
this.splitContainer8.Panel1.ResumeLayout(false);
|
|
this.splitContainer8.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer8)).EndInit();
|
|
this.splitContainer8.ResumeLayout(false);
|
|
this.splitContainer6.Panel1.ResumeLayout(false);
|
|
this.splitContainer6.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer6)).EndInit();
|
|
this.splitContainer6.ResumeLayout(false);
|
|
this.splitContainer7.Panel1.ResumeLayout(false);
|
|
this.splitContainer7.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer7)).EndInit();
|
|
this.splitContainer7.ResumeLayout(false);
|
|
this.splitContainer3.Panel1.ResumeLayout(false);
|
|
this.splitContainer3.Panel1.PerformLayout();
|
|
this.splitContainer3.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|
this.splitContainer3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.axFramerControl1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.SplitContainer splitContainer4;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.SplitContainer splitContainer3;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private AxDSOFramer.AxFramerControl axFramerControl1;
|
|
internal System.Windows.Forms.SplitContainer splitContainer5;
|
|
internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1;
|
|
internal System.Windows.Forms.ListBox ListBox1;
|
|
internal System.Windows.Forms.Label Label41;
|
|
private System.Windows.Forms.SplitContainer splitContainer8;
|
|
private System.Windows.Forms.SplitContainer splitContainer6;
|
|
internal System.Windows.Forms.Label Label42;
|
|
internal System.Windows.Forms.ListBox ListBox2;
|
|
private System.Windows.Forms.SplitContainer splitContainer7;
|
|
internal System.Windows.Forms.Label label5;
|
|
internal System.Windows.Forms.ListBox ListBox3;
|
|
}
|
|
} |