12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- namespace Uninpho.Tools.components.SomethingSetting
- {
- partial class DownloadDemoFrom
- {
- /// <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.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
- this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
- ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
- this.SuspendLayout();
- //
- // comboBoxEdit1
- //
- this.comboBoxEdit1.EditValue = "曲线台账模板";
- this.comboBoxEdit1.Location = new System.Drawing.Point(102, 35);
- this.comboBoxEdit1.Name = "comboBoxEdit1";
- this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
- "曲线台账模板",
- "道岔台账模板",
- "管界台账模板"});
- this.comboBoxEdit1.Size = new System.Drawing.Size(100, 20);
- this.comboBoxEdit1.TabIndex = 0;
- this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
- //
- // simpleButton1
- //
- this.simpleButton1.Location = new System.Drawing.Point(208, 34);
- this.simpleButton1.Name = "simpleButton1";
- this.simpleButton1.Size = new System.Drawing.Size(79, 23);
- this.simpleButton1.TabIndex = 1;
- this.simpleButton1.Text = "下载";
- this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
- //
- // DownloadDemoFrom
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(363, 87);
- this.Controls.Add(this.simpleButton1);
- this.Controls.Add(this.comboBoxEdit1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "DownloadDemoFrom";
- this.Text = "模板下载";
- ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
- private DevExpress.XtraEditors.SimpleButton simpleButton1;
- }
- }
|