|
@@ -33,6 +33,12 @@
|
|
|
this.btnOutput = new System.Windows.Forms.Button();
|
|
|
this.btnOutputInfo = new System.Windows.Forms.Button();
|
|
|
this.tripItemSelect = new System.Windows.Forms.ComboBox();
|
|
|
+ this.airLable = new System.Windows.Forms.Label();
|
|
|
+ this.hotelLable = new System.Windows.Forms.Label();
|
|
|
+ this.gwLabel = new System.Windows.Forms.Label();
|
|
|
+ this.airCheckbox = new System.Windows.Forms.CheckBox();
|
|
|
+ this.hotelCheckbox = new System.Windows.Forms.CheckBox();
|
|
|
+ this.gwCheckbox = new System.Windows.Forms.CheckBox();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// comb_Delegation
|
|
@@ -81,11 +87,78 @@
|
|
|
this.tripItemSelect.Size = new System.Drawing.Size(119, 20);
|
|
|
this.tripItemSelect.TabIndex = 4;
|
|
|
//
|
|
|
+ // airLable
|
|
|
+ //
|
|
|
+ this.airLable.AutoSize = true;
|
|
|
+ this.airLable.Location = new System.Drawing.Point(159, 74);
|
|
|
+ this.airLable.Name = "airLable";
|
|
|
+ this.airLable.Size = new System.Drawing.Size(95, 12);
|
|
|
+ this.airLable.TabIndex = 5;
|
|
|
+ this.airLable.Text = "机票数据条数:0";
|
|
|
+ this.airLable.Click += new System.EventHandler(this.airLable_Click);
|
|
|
+ //
|
|
|
+ // hotelLable
|
|
|
+ //
|
|
|
+ this.hotelLable.AutoSize = true;
|
|
|
+ this.hotelLable.Location = new System.Drawing.Point(159, 99);
|
|
|
+ this.hotelLable.Name = "hotelLable";
|
|
|
+ this.hotelLable.Size = new System.Drawing.Size(95, 12);
|
|
|
+ this.hotelLable.TabIndex = 6;
|
|
|
+ this.hotelLable.Text = "酒店数据条数:0";
|
|
|
+ //
|
|
|
+ // gwLabel
|
|
|
+ //
|
|
|
+ this.gwLabel.AutoSize = true;
|
|
|
+ this.gwLabel.Location = new System.Drawing.Point(159, 124);
|
|
|
+ this.gwLabel.Name = "gwLabel";
|
|
|
+ this.gwLabel.Size = new System.Drawing.Size(95, 12);
|
|
|
+ this.gwLabel.TabIndex = 7;
|
|
|
+ this.gwLabel.Text = "公务数据条数:0";
|
|
|
+ //
|
|
|
+ // airCheckbox
|
|
|
+ //
|
|
|
+ this.airCheckbox.AutoSize = true;
|
|
|
+ this.airCheckbox.Location = new System.Drawing.Point(0, 73);
|
|
|
+ this.airCheckbox.Name = "airCheckbox";
|
|
|
+ this.airCheckbox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
+ this.airCheckbox.Size = new System.Drawing.Size(132, 16);
|
|
|
+ this.airCheckbox.TabIndex = 8;
|
|
|
+ this.airCheckbox.Text = "机票行程是否有数据";
|
|
|
+ this.airCheckbox.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // hotelCheckbox
|
|
|
+ //
|
|
|
+ this.hotelCheckbox.AutoSize = true;
|
|
|
+ this.hotelCheckbox.Location = new System.Drawing.Point(24, 98);
|
|
|
+ this.hotelCheckbox.Name = "hotelCheckbox";
|
|
|
+ this.hotelCheckbox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
+ this.hotelCheckbox.Size = new System.Drawing.Size(108, 16);
|
|
|
+ this.hotelCheckbox.TabIndex = 9;
|
|
|
+ this.hotelCheckbox.Text = "酒店是否有数据";
|
|
|
+ this.hotelCheckbox.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // gwCheckbox
|
|
|
+ //
|
|
|
+ this.gwCheckbox.AutoSize = true;
|
|
|
+ this.gwCheckbox.Location = new System.Drawing.Point(24, 124);
|
|
|
+ this.gwCheckbox.Name = "gwCheckbox";
|
|
|
+ this.gwCheckbox.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
|
+ this.gwCheckbox.Size = new System.Drawing.Size(108, 16);
|
|
|
+ this.gwCheckbox.TabIndex = 10;
|
|
|
+ this.gwCheckbox.Text = "公务是否有数据";
|
|
|
+ this.gwCheckbox.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// Home
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(497, 256);
|
|
|
+ this.Controls.Add(this.gwCheckbox);
|
|
|
+ this.Controls.Add(this.hotelCheckbox);
|
|
|
+ this.Controls.Add(this.airCheckbox);
|
|
|
+ this.Controls.Add(this.gwLabel);
|
|
|
+ this.Controls.Add(this.hotelLable);
|
|
|
+ this.Controls.Add(this.airLable);
|
|
|
this.Controls.Add(this.tripItemSelect);
|
|
|
this.Controls.Add(this.btnOutputInfo);
|
|
|
this.Controls.Add(this.btnOutput);
|
|
@@ -95,6 +168,7 @@
|
|
|
this.Text = "Home";
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
@@ -105,6 +179,12 @@
|
|
|
private System.Windows.Forms.Button btnOutput;
|
|
|
private System.Windows.Forms.Button btnOutputInfo;
|
|
|
private System.Windows.Forms.ComboBox tripItemSelect;
|
|
|
+ private System.Windows.Forms.Label airLable;
|
|
|
+ private System.Windows.Forms.Label hotelLable;
|
|
|
+ private System.Windows.Forms.Label gwLabel;
|
|
|
+ private System.Windows.Forms.CheckBox airCheckbox;
|
|
|
+ private System.Windows.Forms.CheckBox hotelCheckbox;
|
|
|
+ private System.Windows.Forms.CheckBox gwCheckbox;
|
|
|
}
|
|
|
}
|
|
|
|