12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- namespace Uninpho.Tools.components
- {
- partial class SuanFaFrom
- {
- /// <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.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
- this.XZcheckBox = new System.Windows.Forms.CheckBox();
- this.GDSedit = new DevExpress.XtraEditors.ComboBoxEdit();
- ((System.ComponentModel.ISupportInitialize)(this.GDSedit.Properties)).BeginInit();
- this.SuspendLayout();
- //
- // simpleButton1
- //
- this.simpleButton1.Location = new System.Drawing.Point(74, 98);
- this.simpleButton1.Name = "simpleButton1";
- this.simpleButton1.Size = new System.Drawing.Size(75, 23);
- this.simpleButton1.TabIndex = 0;
- this.simpleButton1.Text = "执行";
- this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
- //
- // XZcheckBox
- //
- this.XZcheckBox.AutoSize = true;
- this.XZcheckBox.Checked = true;
- this.XZcheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
- this.XZcheckBox.Location = new System.Drawing.Point(41, 64);
- this.XZcheckBox.Name = "XZcheckBox";
- this.XZcheckBox.Size = new System.Drawing.Size(122, 18);
- this.XZcheckBox.TabIndex = 2;
- this.XZcheckBox.Text = "是里程修正后数据";
- this.XZcheckBox.UseVisualStyleBackColor = true;
- //
- // GDSedit
- //
- this.GDSedit.EditValue = "高速";
- this.GDSedit.Location = new System.Drawing.Point(41, 25);
- this.GDSedit.Name = "GDSedit";
- this.GDSedit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.GDSedit.Properties.Items.AddRange(new object[] {
- "高速",
- "普速",
- "高速和普速"});
- this.GDSedit.Size = new System.Drawing.Size(122, 20);
- this.GDSedit.TabIndex = 8;
- //
- // SuanFaFrom
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(226, 133);
- this.Controls.Add(this.GDSedit);
- this.Controls.Add(this.XZcheckBox);
- this.Controls.Add(this.simpleButton1);
- this.Name = "SuanFaFrom";
- this.Text = "道岔提取";
- ((System.ComponentModel.ISupportInitialize)(this.GDSedit.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DevExpress.XtraEditors.SimpleButton simpleButton1;
- private System.Windows.Forms.CheckBox XZcheckBox;
- private DevExpress.XtraEditors.ComboBoxEdit GDSedit;
- }
- }
|