namespace travelExport
{
partial class Home
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.comb_Delegation = new System.Windows.Forms.ComboBox();
this.btnImport = new System.Windows.Forms.Button();
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.SublevelComboBox = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// comb_Delegation
//
this.comb_Delegation.FormattingEnabled = true;
this.comb_Delegation.Location = new System.Drawing.Point(13, 12);
this.comb_Delegation.Name = "comb_Delegation";
this.comb_Delegation.Size = new System.Drawing.Size(216, 20);
this.comb_Delegation.TabIndex = 0;
//
// btnImport
//
this.btnImport.Location = new System.Drawing.Point(13, 212);
this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(119, 23);
this.btnImport.TabIndex = 1;
this.btnImport.Text = "导入简要行程数据";
this.btnImport.UseVisualStyleBackColor = true;
this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
//
// btnOutput
//
this.btnOutput.Location = new System.Drawing.Point(410, 212);
this.btnOutput.Name = "btnOutput";
this.btnOutput.Size = new System.Drawing.Size(75, 23);
this.btnOutput.TabIndex = 2;
this.btnOutput.Text = "导出文件";
this.btnOutput.UseVisualStyleBackColor = true;
this.btnOutput.Click += new System.EventHandler(this.btnOutput_Click);
//
// btnOutputInfo
//
this.btnOutputInfo.Location = new System.Drawing.Point(13, 183);
this.btnOutputInfo.Name = "btnOutputInfo";
this.btnOutputInfo.Size = new System.Drawing.Size(120, 23);
this.btnOutputInfo.TabIndex = 3;
this.btnOutputInfo.Text = "导入详细行程数据";
this.btnOutputInfo.UseVisualStyleBackColor = true;
this.btnOutputInfo.Click += new System.EventHandler(this.btnOutputInfo_Click);
//
// tripItemSelect
//
this.tripItemSelect.FormattingEnabled = true;
this.tripItemSelect.Location = new System.Drawing.Point(366, 183);
this.tripItemSelect.Name = "tripItemSelect";
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(168, 65);
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(168, 90);
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(168, 115);
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(9, 64);
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(33, 89);
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(33, 115);
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;
//
// SublevelComboBox
//
this.SublevelComboBox.FormattingEnabled = true;
this.SublevelComboBox.Location = new System.Drawing.Point(275, 12);
this.SublevelComboBox.Name = "SublevelComboBox";
this.SublevelComboBox.Size = new System.Drawing.Size(210, 20);
this.SublevelComboBox.TabIndex = 11;
//
// 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.SublevelComboBox);
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);
this.Controls.Add(this.btnImport);
this.Controls.Add(this.comb_Delegation);
this.Name = "Home";
this.Text = "Home";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox comb_Delegation;
private System.Windows.Forms.Button btnImport;
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;
private System.Windows.Forms.ComboBox SublevelComboBox;
}
}