360 lines
15 KiB
C#
360 lines
15 KiB
C#
|
namespace ControlSystem
|
|||
|
{
|
|||
|
partial class FrmBrowseDarkCasket
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 必需的设计器变量。
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 清理所有正在使用的资源。
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
_formInstance = null;
|
|||
|
}
|
|||
|
|
|||
|
#region Windows 窗体设计器生成的代码
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 设计器支持所需的方法 - 不要
|
|||
|
/// 使用代码编辑器修改此方法的内容。
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.listView1 = new System.Windows.Forms.ListView();
|
|||
|
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader16 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader17 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader18 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader19 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.columnHeader20 = new System.Windows.Forms.ColumnHeader();
|
|||
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
this.button3 = new System.Windows.Forms.Button();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label_TotalNo = new System.Windows.Forms.Label();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(641, 484);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button1.TabIndex = 0;
|
|||
|
this.button1.Text = "刷 新";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// listView1
|
|||
|
//
|
|||
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|||
|
this.columnHeader1,
|
|||
|
this.columnHeader2,
|
|||
|
this.columnHeader3,
|
|||
|
this.columnHeader4,
|
|||
|
this.columnHeader5,
|
|||
|
this.columnHeader6,
|
|||
|
this.columnHeader7,
|
|||
|
this.columnHeader8,
|
|||
|
this.columnHeader9,
|
|||
|
this.columnHeader10,
|
|||
|
this.columnHeader11,
|
|||
|
this.columnHeader12,
|
|||
|
this.columnHeader13,
|
|||
|
this.columnHeader14,
|
|||
|
this.columnHeader15,
|
|||
|
this.columnHeader16,
|
|||
|
this.columnHeader17,
|
|||
|
this.columnHeader18,
|
|||
|
this.columnHeader19,
|
|||
|
this.columnHeader20});
|
|||
|
this.listView1.FullRowSelect = true;
|
|||
|
this.listView1.GridLines = true;
|
|||
|
this.listView1.Location = new System.Drawing.Point(12, 12);
|
|||
|
this.listView1.MultiSelect = false;
|
|||
|
this.listView1.Name = "listView1";
|
|||
|
this.listView1.Size = new System.Drawing.Size(997, 451);
|
|||
|
this.listView1.TabIndex = 1;
|
|||
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|||
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|||
|
//
|
|||
|
// columnHeader1
|
|||
|
//
|
|||
|
this.columnHeader1.Text = "";
|
|||
|
this.columnHeader1.Width = 118;
|
|||
|
//
|
|||
|
// columnHeader2
|
|||
|
//
|
|||
|
this.columnHeader2.Text = "";
|
|||
|
this.columnHeader2.Width = 165;
|
|||
|
//
|
|||
|
// columnHeader3
|
|||
|
//
|
|||
|
this.columnHeader3.Text = "";
|
|||
|
this.columnHeader3.Width = 132;
|
|||
|
//
|
|||
|
// columnHeader4
|
|||
|
//
|
|||
|
this.columnHeader4.Text = "";
|
|||
|
this.columnHeader4.Width = 114;
|
|||
|
//
|
|||
|
// columnHeader5
|
|||
|
//
|
|||
|
this.columnHeader5.Text = "";
|
|||
|
this.columnHeader5.Width = 122;
|
|||
|
//
|
|||
|
// columnHeader6
|
|||
|
//
|
|||
|
this.columnHeader6.Text = "";
|
|||
|
this.columnHeader6.Width = 108;
|
|||
|
//
|
|||
|
// columnHeader7
|
|||
|
//
|
|||
|
this.columnHeader7.Text = "";
|
|||
|
this.columnHeader7.Width = 118;
|
|||
|
//
|
|||
|
// columnHeader8
|
|||
|
//
|
|||
|
this.columnHeader8.Text = "";
|
|||
|
this.columnHeader8.Width = 107;
|
|||
|
//
|
|||
|
// columnHeader9
|
|||
|
//
|
|||
|
this.columnHeader9.Text = "";
|
|||
|
//
|
|||
|
// columnHeader10
|
|||
|
//
|
|||
|
this.columnHeader10.Text = "";
|
|||
|
//
|
|||
|
// columnHeader11
|
|||
|
//
|
|||
|
this.columnHeader11.Text = "";
|
|||
|
//
|
|||
|
// columnHeader12
|
|||
|
//
|
|||
|
this.columnHeader12.Text = "";
|
|||
|
//
|
|||
|
// columnHeader13
|
|||
|
//
|
|||
|
this.columnHeader13.Text = "";
|
|||
|
//
|
|||
|
// columnHeader14
|
|||
|
//
|
|||
|
this.columnHeader14.Text = "";
|
|||
|
//
|
|||
|
// columnHeader15
|
|||
|
//
|
|||
|
this.columnHeader15.Text = "";
|
|||
|
//
|
|||
|
// columnHeader16
|
|||
|
//
|
|||
|
this.columnHeader16.Text = "";
|
|||
|
//
|
|||
|
// columnHeader17
|
|||
|
//
|
|||
|
this.columnHeader17.Text = "";
|
|||
|
//
|
|||
|
// columnHeader18
|
|||
|
//
|
|||
|
this.columnHeader18.Text = "";
|
|||
|
//
|
|||
|
// columnHeader19
|
|||
|
//
|
|||
|
this.columnHeader19.Text = "";
|
|||
|
//
|
|||
|
// columnHeader20
|
|||
|
//
|
|||
|
this.columnHeader20.Text = "";
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.Location = new System.Drawing.Point(779, 484);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button2.TabIndex = 0;
|
|||
|
this.button2.Text = "清 除";
|
|||
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
//
|
|||
|
// button3
|
|||
|
//
|
|||
|
this.button3.Location = new System.Drawing.Point(934, 484);
|
|||
|
this.button3.Name = "button3";
|
|||
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button3.TabIndex = 0;
|
|||
|
this.button3.Text = "关 闭";
|
|||
|
this.button3.UseVisualStyleBackColor = true;
|
|||
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.label1.Location = new System.Drawing.Point(21, 485);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(96, 16);
|
|||
|
this.label1.TabIndex = 5;
|
|||
|
this.label1.Text = "请选择日期:";
|
|||
|
//
|
|||
|
// dateTimePicker1
|
|||
|
//
|
|||
|
this.dateTimePicker1.Location = new System.Drawing.Point(125, 484);
|
|||
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|||
|
this.dateTimePicker1.Size = new System.Drawing.Size(200, 21);
|
|||
|
this.dateTimePicker1.TabIndex = 4;
|
|||
|
this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(337, 486);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(29, 12);
|
|||
|
this.label2.TabIndex = 6;
|
|||
|
this.label2.Text = "第:";
|
|||
|
//
|
|||
|
// numericUpDown1
|
|||
|
//
|
|||
|
this.numericUpDown1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.numericUpDown1.Location = new System.Drawing.Point(363, 484);
|
|||
|
this.numericUpDown1.Maximum = new decimal(new int[] {
|
|||
|
9,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericUpDown1.Minimum = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericUpDown1.Name = "numericUpDown1";
|
|||
|
this.numericUpDown1.Size = new System.Drawing.Size(36, 17);
|
|||
|
this.numericUpDown1.TabIndex = 7;
|
|||
|
this.numericUpDown1.Value = new decimal(new int[] {
|
|||
|
1,
|
|||
|
0,
|
|||
|
0,
|
|||
|
0});
|
|||
|
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(458, 486);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(17, 12);
|
|||
|
this.label3.TabIndex = 8;
|
|||
|
this.label3.Text = "个";
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.label4.Location = new System.Drawing.Point(405, 486);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(16, 16);
|
|||
|
this.label4.TabIndex = 9;
|
|||
|
this.label4.Text = "/";
|
|||
|
//
|
|||
|
// label_TotalNo
|
|||
|
//
|
|||
|
this.label_TotalNo.AutoSize = true;
|
|||
|
this.label_TotalNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.label_TotalNo.Location = new System.Drawing.Point(420, 486);
|
|||
|
this.label_TotalNo.Name = "label_TotalNo";
|
|||
|
this.label_TotalNo.Size = new System.Drawing.Size(32, 16);
|
|||
|
this.label_TotalNo.TabIndex = 10;
|
|||
|
this.label_TotalNo.Text = "sum";
|
|||
|
//
|
|||
|
// FrmBrowseDarkCasket
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1021, 539);
|
|||
|
this.Controls.Add(this.label_TotalNo);
|
|||
|
this.Controls.Add(this.label4);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.numericUpDown1);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.dateTimePicker1);
|
|||
|
this.Controls.Add(this.listView1);
|
|||
|
this.Controls.Add(this.button3);
|
|||
|
this.Controls.Add(this.button2);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "FrmBrowseDarkCasket";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "浏览黑匣子";
|
|||
|
this.Load += new System.EventHandler(this.FrmBrowseDarkCasket_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.ListView listView1;
|
|||
|
private System.Windows.Forms.Button button2;
|
|||
|
private System.Windows.Forms.Button button3;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader5;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader6;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader7;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader8;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader9;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader10;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader11;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader12;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader13;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader14;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader15;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader16;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader17;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader18;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader19;
|
|||
|
private System.Windows.Forms.ColumnHeader columnHeader20;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label label_TotalNo;
|
|||
|
}
|
|||
|
}
|