123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- namespace Uninpho.Tools.components.DWForm
- {
- partial class ImportGLdataForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|