123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- namespace Uninpho.Tools.components.DWForm
- {
- partial class ImportGLdatamanageForm
- {
- /// <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.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;
- }
- }
|