namespace Uninpho.Tools.components.DWForm { partial class ImportGLdatamanageForm { /// /// 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() { this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.lblShow = new DevExpress.XtraEditors.LabelControl(); this.NewcancelBtn = new DevExpress.XtraEditors.SimpleButton(); this.newCreateBtnSon = new DevExpress.XtraEditors.SimpleButton(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.txtindir = new System.Windows.Forms.TextBox(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.xianlumingText = new DevExpress.XtraEditors.ComboBoxEdit(); this.zhanmingText = new DevExpress.XtraEditors.ComboBoxEdit(); ((System.ComponentModel.ISupportInitialize)(this.xianlumingText.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zhanmingText.Properties)).BeginInit(); this.SuspendLayout(); // // simpleButton2 // this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.simpleButton2.Location = new System.Drawing.Point(409, 159); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(87, 27); this.simpleButton2.TabIndex = 16; this.simpleButton2.Text = "浏览..."; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // lblShow // this.lblShow.Location = new System.Drawing.Point(58, 164); this.lblShow.Name = "lblShow"; this.lblShow.Size = new System.Drawing.Size(52, 14); this.lblShow.TabIndex = 19; this.lblShow.Text = "文件目录:"; // // NewcancelBtn // this.NewcancelBtn.Location = new System.Drawing.Point(421, 222); this.NewcancelBtn.Name = "NewcancelBtn"; this.NewcancelBtn.Size = new System.Drawing.Size(75, 26); this.NewcancelBtn.TabIndex = 17; this.NewcancelBtn.Text = "取消"; this.NewcancelBtn.Click += new System.EventHandler(this.NewcancelBtn_Click); // // newCreateBtnSon // this.newCreateBtnSon.Location = new System.Drawing.Point(296, 222); this.newCreateBtnSon.Name = "newCreateBtnSon"; this.newCreateBtnSon.Size = new System.Drawing.Size(75, 26); this.newCreateBtnSon.TabIndex = 18; this.newCreateBtnSon.Text = "导入"; this.newCreateBtnSon.Click += new System.EventHandler(this.newCreateBtnSon_Click); // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(73, 61); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(48, 14); this.labelControl7.TabIndex = 14; this.labelControl7.Text = "线路名:"; // // txtindir // this.txtindir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtindir.Location = new System.Drawing.Point(145, 161); this.txtindir.Name = "txtindir"; this.txtindir.Size = new System.Drawing.Size(257, 22); this.txtindir.TabIndex = 12; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(48, 112); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(72, 14); this.labelControl1.TabIndex = 15; this.labelControl1.Text = "站(所)名:"; // // xianlumingText // this.xianlumingText.EditValue = ""; this.xianlumingText.Location = new System.Drawing.Point(143, 57); this.xianlumingText.Name = "xianlumingText"; this.xianlumingText.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.xianlumingText.Size = new System.Drawing.Size(352, 20); this.xianlumingText.TabIndex = 11; this.xianlumingText.SelectedIndexChanged += new System.EventHandler(this.xianlumingText_SelectedIndexChanged); this.xianlumingText.EditValueChanged += new System.EventHandler(this.xianlumingText_EditValueChanged); // // zhanmingText // this.zhanmingText.Enabled = false; this.zhanmingText.Location = new System.Drawing.Point(142, 108); this.zhanmingText.Name = "zhanmingText"; this.zhanmingText.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.zhanmingText.Size = new System.Drawing.Size(353, 20); this.zhanmingText.TabIndex = 13; // // ImportGLdatamanageForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(544, 304); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.lblShow); this.Controls.Add(this.NewcancelBtn); this.Controls.Add(this.newCreateBtnSon); this.Controls.Add(this.labelControl7); this.Controls.Add(this.txtindir); this.Controls.Add(this.labelControl1); this.Controls.Add(this.xianlumingText); this.Controls.Add(this.zhanmingText); this.Name = "ImportGLdatamanageForm"; this.Text = "导入数据"; this.Load += new System.EventHandler(this.ImportGLdatamanageForm_Load); ((System.ComponentModel.ISupportInitialize)(this.xianlumingText.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zhanmingText.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.LabelControl lblShow; private DevExpress.XtraEditors.SimpleButton NewcancelBtn; private DevExpress.XtraEditors.SimpleButton newCreateBtnSon; private DevExpress.XtraEditors.LabelControl labelControl7; private System.Windows.Forms.TextBox txtindir; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.ComboBoxEdit zhanmingText; public DevExpress.XtraEditors.ComboBoxEdit xianlumingText; } }