namespace OpWin { partial class Home { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { btnImport = new Button(); btnOutput = new Button(); comb_Delegation = new ComboBox(); lblImport = new Label(); lblOutputResult = new Label(); SuspendLayout(); // // btnImport // btnImport.Location = new Point(38, 170); btnImport.Name = "btnImport"; btnImport.Size = new Size(75, 23); btnImport.TabIndex = 0; btnImport.Text = "导入数据"; btnImport.UseVisualStyleBackColor = true; btnImport.Click += btnImport_Click; // // btnOutput // btnOutput.Location = new Point(418, 170); btnOutput.Name = "btnOutput"; btnOutput.Size = new Size(75, 23); btnOutput.TabIndex = 1; btnOutput.Text = "导出行程单"; btnOutput.UseVisualStyleBackColor = true; btnOutput.Click += btnOutput_Click; // // comb_Delegation // comb_Delegation.FormattingEnabled = true; comb_Delegation.Location = new Point(38, 21); comb_Delegation.Name = "comb_Delegation"; comb_Delegation.Size = new Size(455, 25); comb_Delegation.TabIndex = 2; comb_Delegation.TextUpdate += comb_Delegation_TextUpdate; comb_Delegation.MouseClick += comb_Delegation_MouseClick; // // lblImport // lblImport.AutoSize = true; lblImport.Location = new Point(38, 150); lblImport.Name = "lblImport"; lblImport.Size = new Size(0, 17); lblImport.TabIndex = 3; // // lblOutputResult // lblOutputResult.AutoSize = true; lblOutputResult.Location = new Point(422, 150); lblOutputResult.Name = "lblOutputResult"; lblOutputResult.Size = new Size(0, 17); lblOutputResult.TabIndex = 4; // // Home // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(533, 222); Controls.Add(lblOutputResult); Controls.Add(lblImport); Controls.Add(comb_Delegation); Controls.Add(btnOutput); Controls.Add(btnImport); Name = "Home"; Text = "OP行程单导出"; Load += Home_Load; ResumeLayout(false); PerformLayout(); } #endregion private Button btnImport; private Button btnOutput; private ComboBox comb_Delegation; private Label lblImport; private Label lblOutputResult; } }