SimulationEditor.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. namespace XzXdDw.App.EditForms
  2. {
  3. partial class SimulationEditor
  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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  29. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnFile = new DevExpress.XtraEditors.ButtonEdit();
  32. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  33. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  34. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  35. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  36. this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
  37. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  38. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  39. this.layoutControl1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.btnFile.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // layoutControl1
  50. //
  51. this.layoutControl1.Controls.Add(this.btnOk);
  52. this.layoutControl1.Controls.Add(this.btnCancel);
  53. this.layoutControl1.Controls.Add(this.btnFile);
  54. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  56. this.layoutControl1.Name = "layoutControl1";
  57. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  58. this.layoutControl1.Root = this.Root;
  59. this.layoutControl1.Size = new System.Drawing.Size(788, 129);
  60. this.layoutControl1.TabIndex = 0;
  61. this.layoutControl1.Text = "layoutControl1";
  62. //
  63. // btnOk
  64. //
  65. this.btnOk.Location = new System.Drawing.Point(675, 85);
  66. this.btnOk.Name = "btnOk";
  67. this.btnOk.Size = new System.Drawing.Size(91, 22);
  68. this.btnOk.StyleController = this.layoutControl1;
  69. this.btnOk.TabIndex = 8;
  70. this.btnOk.Text = "确定";
  71. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  72. //
  73. // btnCancel
  74. //
  75. this.btnCancel.Location = new System.Drawing.Point(581, 85);
  76. this.btnCancel.Name = "btnCancel";
  77. this.btnCancel.Size = new System.Drawing.Size(90, 22);
  78. this.btnCancel.StyleController = this.layoutControl1;
  79. this.btnCancel.TabIndex = 7;
  80. this.btnCancel.Text = "取消";
  81. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  82. //
  83. // btnFile
  84. //
  85. this.btnFile.AllowDrop = true;
  86. this.btnFile.EditValue = "D:\\Developers\\XzXdDw\\XzXdDw.App\\Simulation_Data2023.dat";
  87. this.btnFile.Location = new System.Drawing.Point(22, 40);
  88. this.btnFile.Name = "btnFile";
  89. this.btnFile.Properties.AutoHeight = false;
  90. this.btnFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  91. new DevExpress.XtraEditors.Controls.EditorButton()});
  92. this.btnFile.Properties.NullText = "[EditValue is null]";
  93. this.btnFile.Size = new System.Drawing.Size(744, 29);
  94. this.btnFile.StyleController = this.layoutControl1;
  95. this.btnFile.TabIndex = 4;
  96. this.btnFile.Click += new System.EventHandler(this.btnFile_Click);
  97. this.btnFile.DragDrop += new System.Windows.Forms.DragEventHandler(this.btnFile_DragDrop);
  98. this.btnFile.DragEnter += new System.Windows.Forms.DragEventHandler(this.btnFile_DragEnter);
  99. //
  100. // Root
  101. //
  102. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  103. this.Root.GroupBordersVisible = false;
  104. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  105. this.layoutControlItem1,
  106. this.layoutControlItem4,
  107. this.layoutControlItem5,
  108. this.emptySpaceItem3,
  109. this.emptySpaceItem1});
  110. this.Root.Name = "Root";
  111. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  112. this.Root.Size = new System.Drawing.Size(788, 129);
  113. this.Root.TextVisible = false;
  114. //
  115. // layoutControlItem1
  116. //
  117. this.layoutControlItem1.Control = this.btnFile;
  118. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  119. this.layoutControlItem1.MinSize = new System.Drawing.Size(50, 25);
  120. this.layoutControlItem1.Name = "layoutControlItem1";
  121. this.layoutControlItem1.Size = new System.Drawing.Size(748, 51);
  122. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  123. this.layoutControlItem1.Text = "仿真文件";
  124. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  125. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  126. //
  127. // layoutControlItem4
  128. //
  129. this.layoutControlItem4.Control = this.btnCancel;
  130. this.layoutControlItem4.Location = new System.Drawing.Point(559, 63);
  131. this.layoutControlItem4.Name = "layoutControlItem4";
  132. this.layoutControlItem4.Size = new System.Drawing.Size(94, 26);
  133. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  134. this.layoutControlItem4.TextVisible = false;
  135. //
  136. // layoutControlItem5
  137. //
  138. this.layoutControlItem5.Control = this.btnOk;
  139. this.layoutControlItem5.Location = new System.Drawing.Point(653, 63);
  140. this.layoutControlItem5.Name = "layoutControlItem5";
  141. this.layoutControlItem5.Size = new System.Drawing.Size(95, 26);
  142. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  143. this.layoutControlItem5.TextVisible = false;
  144. //
  145. // emptySpaceItem3
  146. //
  147. this.emptySpaceItem3.AllowHotTrack = false;
  148. this.emptySpaceItem3.Location = new System.Drawing.Point(0, 63);
  149. this.emptySpaceItem3.Name = "emptySpaceItem3";
  150. this.emptySpaceItem3.Size = new System.Drawing.Size(559, 26);
  151. this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
  152. //
  153. // emptySpaceItem1
  154. //
  155. this.emptySpaceItem1.AllowHotTrack = false;
  156. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 51);
  157. this.emptySpaceItem1.Name = "emptySpaceItem1";
  158. this.emptySpaceItem1.Size = new System.Drawing.Size(748, 12);
  159. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  160. //
  161. // SimulationEditor
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.ClientSize = new System.Drawing.Size(788, 129);
  166. this.Controls.Add(this.layoutControl1);
  167. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  168. this.Name = "SimulationEditor";
  169. this.Text = "TaskEditor";
  170. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  171. this.layoutControl1.ResumeLayout(false);
  172. ((System.ComponentModel.ISupportInitialize)(this.btnFile.Properties)).EndInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  179. this.ResumeLayout(false);
  180. }
  181. #endregion
  182. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  183. private DevExpress.XtraLayout.LayoutControlGroup Root;
  184. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  185. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  186. private DevExpress.XtraEditors.SimpleButton btnOk;
  187. private DevExpress.XtraEditors.SimpleButton btnCancel;
  188. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  189. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  190. private DevExpress.XtraEditors.ButtonEdit btnFile;
  191. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
  192. }
  193. }