namespace Uninpho.Tools.components.DWForm { partial class ImportGLdataForm { /// /// 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.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.xianlumingText = new DevExpress.XtraEditors.ComboBoxEdit(); this.zhanmingText = new DevExpress.XtraEditors.ComboBoxEdit(); this.NewcancelBtn = new DevExpress.XtraEditors.SimpleButton(); this.newCreateBtnSon = new DevExpress.XtraEditors.SimpleButton(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.lblShow = new DevExpress.XtraEditors.LabelControl(); this.txtindir = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.xianlumingText.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.zhanmingText.Properties)).BeginInit(); this.SuspendLayout(); // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(66, 45); this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(60, 18); this.labelControl7.TabIndex = 5; this.labelControl7.Text = "线路名:"; this.labelControl7.Click += new System.EventHandler(this.labelControl7_Click); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(41, 102); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(90, 18); this.labelControl1.TabIndex = 6; this.labelControl1.Text = "站(所)名:"; this.labelControl1.Click += new System.EventHandler(this.labelControl1_Click); // // xianlumingText // this.xianlumingText.Location = new System.Drawing.Point(135, 41); this.xianlumingText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); 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(345, 24); this.xianlumingText.TabIndex = 3; this.xianlumingText.SelectedIndexChanged += new System.EventHandler(this.xianlumingText_SelectedIndexChanged); this.xianlumingText.EditValueChanged += new System.EventHandler(this.xianlumingText_TextChanged); // // zhanmingText // this.zhanmingText.Enabled = false; this.zhanmingText.Location = new System.Drawing.Point(134, 98); this.zhanmingText.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); 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(346, 24); this.zhanmingText.TabIndex = 4; this.zhanmingText.SelectedIndexChanged += new System.EventHandler(this.zhanmingText_SelectedIndexChanged); // // NewcancelBtn // this.NewcancelBtn.Location = new System.Drawing.Point(407, 222); this.NewcancelBtn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.NewcancelBtn.Name = "NewcancelBtn"; this.NewcancelBtn.Size = new System.Drawing.Size(73, 28); this.NewcancelBtn.TabIndex = 7; this.NewcancelBtn.Text = "取消"; this.NewcancelBtn.Click += new System.EventHandler(this.NewcancelBtn_Click); // // newCreateBtnSon // this.newCreateBtnSon.Location = new System.Drawing.Point(285, 222); this.newCreateBtnSon.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.newCreateBtnSon.Name = "newCreateBtnSon"; this.newCreateBtnSon.Size = new System.Drawing.Size(73, 28); this.newCreateBtnSon.TabIndex = 8; this.newCreateBtnSon.Text = "导入"; this.newCreateBtnSon.Click += new System.EventHandler(this.newCreateBtnSon_Click); // // 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(395, 153); this.simpleButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(86, 30); this.simpleButton2.TabIndex = 7; this.simpleButton2.Text = "浏览..."; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // lblShow // this.lblShow.Location = new System.Drawing.Point(51, 159); this.lblShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblShow.Name = "lblShow"; this.lblShow.Size = new System.Drawing.Size(65, 18); this.lblShow.TabIndex = 10; this.lblShow.Text = "文件目录:"; this.lblShow.Click += new System.EventHandler(this.lblShow_Click); // // 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(136, 156); this.txtindir.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtindir.Name = "txtindir"; this.txtindir.Size = new System.Drawing.Size(252, 26); this.txtindir.TabIndex = 4; this.txtindir.TextChanged += new System.EventHandler(this.txtindir_TextChanged); // // ImportGLdataForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(531, 282); 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.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ImportGLdataForm"; this.Text = "导入功率配置文件"; this.Load += new System.EventHandler(this.ImportGLdataForm_Load); ((System.ComponentModel.ISupportInitialize)(this.xianlumingText.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.zhanmingText.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.ComboBoxEdit xianlumingText; private DevExpress.XtraEditors.ComboBoxEdit zhanmingText; private DevExpress.XtraEditors.SimpleButton NewcancelBtn; private DevExpress.XtraEditors.SimpleButton newCreateBtnSon; private DevExpress.XtraEditors.SimpleButton simpleButton2; private DevExpress.XtraEditors.LabelControl lblShow; private System.Windows.Forms.TextBox txtindir; } }