SuanFaFrom.Designer.cs 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. namespace Uninpho.Tools.components
  2. {
  3. partial class SuanFaFrom
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  29. this.XZcheckBox = new System.Windows.Forms.CheckBox();
  30. this.GDSedit = new DevExpress.XtraEditors.ComboBoxEdit();
  31. ((System.ComponentModel.ISupportInitialize)(this.GDSedit.Properties)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // simpleButton1
  35. //
  36. this.simpleButton1.Location = new System.Drawing.Point(74, 98);
  37. this.simpleButton1.Name = "simpleButton1";
  38. this.simpleButton1.Size = new System.Drawing.Size(75, 23);
  39. this.simpleButton1.TabIndex = 0;
  40. this.simpleButton1.Text = "执行";
  41. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  42. //
  43. // XZcheckBox
  44. //
  45. this.XZcheckBox.AutoSize = true;
  46. this.XZcheckBox.Checked = true;
  47. this.XZcheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  48. this.XZcheckBox.Location = new System.Drawing.Point(41, 64);
  49. this.XZcheckBox.Name = "XZcheckBox";
  50. this.XZcheckBox.Size = new System.Drawing.Size(122, 18);
  51. this.XZcheckBox.TabIndex = 2;
  52. this.XZcheckBox.Text = "是里程修正后数据";
  53. this.XZcheckBox.UseVisualStyleBackColor = true;
  54. //
  55. // GDSedit
  56. //
  57. this.GDSedit.EditValue = "高速";
  58. this.GDSedit.Location = new System.Drawing.Point(41, 25);
  59. this.GDSedit.Name = "GDSedit";
  60. this.GDSedit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  61. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  62. this.GDSedit.Properties.Items.AddRange(new object[] {
  63. "高速",
  64. "普速",
  65. "高速和普速"});
  66. this.GDSedit.Size = new System.Drawing.Size(122, 20);
  67. this.GDSedit.TabIndex = 8;
  68. //
  69. // SuanFaFrom
  70. //
  71. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  72. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  73. this.ClientSize = new System.Drawing.Size(226, 133);
  74. this.Controls.Add(this.GDSedit);
  75. this.Controls.Add(this.XZcheckBox);
  76. this.Controls.Add(this.simpleButton1);
  77. this.Name = "SuanFaFrom";
  78. this.Text = "道岔提取";
  79. ((System.ComponentModel.ISupportInitialize)(this.GDSedit.Properties)).EndInit();
  80. this.ResumeLayout(false);
  81. this.PerformLayout();
  82. }
  83. #endregion
  84. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  85. private System.Windows.Forms.CheckBox XZcheckBox;
  86. private DevExpress.XtraEditors.ComboBoxEdit GDSedit;
  87. }
  88. }