TargetEditor.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. namespace DW5S.App.EditForms
  2. {
  3. partial class TargetEditor
  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.txtTarName = new DevExpress.XtraEditors.TextEdit();
  32. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  33. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  34. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  35. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  36. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  37. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  38. this.txtTarColor = new DevExpress.XtraEditors.ColorPickEdit();
  39. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  40. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  41. this.layoutControl1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.txtTarName.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtTarColor.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // layoutControl1
  54. //
  55. this.layoutControl1.Controls.Add(this.txtTarColor);
  56. this.layoutControl1.Controls.Add(this.btnOk);
  57. this.layoutControl1.Controls.Add(this.btnCancel);
  58. this.layoutControl1.Controls.Add(this.txtTarName);
  59. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  61. this.layoutControl1.Name = "layoutControl1";
  62. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(831, 101, 650, 400);
  63. this.layoutControl1.Root = this.Root;
  64. this.layoutControl1.Size = new System.Drawing.Size(258, 196);
  65. this.layoutControl1.TabIndex = 0;
  66. this.layoutControl1.Text = "layoutControl1";
  67. //
  68. // btnOk
  69. //
  70. this.btnOk.Location = new System.Drawing.Point(131, 142);
  71. this.btnOk.Name = "btnOk";
  72. this.btnOk.Size = new System.Drawing.Size(105, 22);
  73. this.btnOk.StyleController = this.layoutControl1;
  74. this.btnOk.TabIndex = 8;
  75. this.btnOk.Text = "确定";
  76. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  77. //
  78. // btnCancel
  79. //
  80. this.btnCancel.Location = new System.Drawing.Point(22, 142);
  81. this.btnCancel.Name = "btnCancel";
  82. this.btnCancel.Size = new System.Drawing.Size(105, 22);
  83. this.btnCancel.StyleController = this.layoutControl1;
  84. this.btnCancel.TabIndex = 7;
  85. this.btnCancel.Text = "取消";
  86. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  87. //
  88. // txtTarName
  89. //
  90. this.txtTarName.Location = new System.Drawing.Point(22, 49);
  91. this.txtTarName.Name = "txtTarName";
  92. this.txtTarName.Properties.AutoHeight = false;
  93. this.txtTarName.Size = new System.Drawing.Size(214, 23);
  94. this.txtTarName.StyleController = this.layoutControl1;
  95. this.txtTarName.TabIndex = 5;
  96. //
  97. // Root
  98. //
  99. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  100. this.Root.GroupBordersVisible = false;
  101. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  102. this.emptySpaceItem1,
  103. this.layoutControlItem2,
  104. this.layoutControlItem4,
  105. this.layoutControlItem5,
  106. this.emptySpaceItem2,
  107. this.layoutControlItem1});
  108. this.Root.Name = "Root";
  109. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  110. this.Root.Size = new System.Drawing.Size(258, 196);
  111. this.Root.TextVisible = false;
  112. //
  113. // emptySpaceItem1
  114. //
  115. this.emptySpaceItem1.AllowHotTrack = false;
  116. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 146);
  117. this.emptySpaceItem1.Name = "emptySpaceItem1";
  118. this.emptySpaceItem1.Size = new System.Drawing.Size(218, 10);
  119. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  120. //
  121. // layoutControlItem2
  122. //
  123. this.layoutControlItem2.Control = this.txtTarName;
  124. this.layoutControlItem2.CustomizationFormText = "目标名称";
  125. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  126. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 54);
  127. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 54);
  128. this.layoutControlItem2.Name = "layoutControlItem2";
  129. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  130. this.layoutControlItem2.Size = new System.Drawing.Size(218, 54);
  131. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  132. this.layoutControlItem2.Text = "目标名称";
  133. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  134. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  135. //
  136. // layoutControlItem4
  137. //
  138. this.layoutControlItem4.Control = this.btnCancel;
  139. this.layoutControlItem4.Location = new System.Drawing.Point(0, 120);
  140. this.layoutControlItem4.Name = "layoutControlItem4";
  141. this.layoutControlItem4.Size = new System.Drawing.Size(109, 26);
  142. this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  143. this.layoutControlItem4.TextVisible = false;
  144. //
  145. // layoutControlItem5
  146. //
  147. this.layoutControlItem5.Control = this.btnOk;
  148. this.layoutControlItem5.Location = new System.Drawing.Point(109, 120);
  149. this.layoutControlItem5.Name = "layoutControlItem5";
  150. this.layoutControlItem5.Size = new System.Drawing.Size(109, 26);
  151. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  152. this.layoutControlItem5.TextVisible = false;
  153. //
  154. // emptySpaceItem2
  155. //
  156. this.emptySpaceItem2.AllowHotTrack = false;
  157. this.emptySpaceItem2.Location = new System.Drawing.Point(0, 95);
  158. this.emptySpaceItem2.Name = "emptySpaceItem2";
  159. this.emptySpaceItem2.Size = new System.Drawing.Size(218, 25);
  160. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  161. //
  162. // txtTarColor
  163. //
  164. this.txtTarColor.EditValue = System.Drawing.Color.Empty;
  165. this.txtTarColor.Location = new System.Drawing.Point(22, 93);
  166. this.txtTarColor.Name = "txtTarColor";
  167. this.txtTarColor.Properties.AutomaticColor = System.Drawing.Color.Black;
  168. this.txtTarColor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  169. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  170. this.txtTarColor.Properties.NullColor = System.Drawing.Color.Empty;
  171. this.txtTarColor.Properties.ShowSystemColors = false;
  172. this.txtTarColor.Properties.ShowWebColors = false;
  173. this.txtTarColor.Size = new System.Drawing.Size(214, 20);
  174. this.txtTarColor.StyleController = this.layoutControl1;
  175. this.txtTarColor.TabIndex = 9;
  176. //
  177. // layoutControlItem1
  178. //
  179. this.layoutControlItem1.Control = this.txtTarColor;
  180. this.layoutControlItem1.Location = new System.Drawing.Point(0, 54);
  181. this.layoutControlItem1.Name = "layoutControlItem1";
  182. this.layoutControlItem1.Size = new System.Drawing.Size(218, 41);
  183. this.layoutControlItem1.Text = "目标颜色";
  184. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  185. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  186. //
  187. // TargetEditor
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.ClientSize = new System.Drawing.Size(258, 196);
  192. this.Controls.Add(this.layoutControl1);
  193. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  194. this.Name = "TargetEditor";
  195. this.Text = "TaskEditor";
  196. this.Load += new System.EventHandler(this.TargetEditor_Load);
  197. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  198. this.layoutControl1.ResumeLayout(false);
  199. ((System.ComponentModel.ISupportInitialize)(this.txtTarName.Properties)).EndInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.txtTarColor.Properties)).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  208. this.ResumeLayout(false);
  209. }
  210. #endregion
  211. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  212. private DevExpress.XtraLayout.LayoutControlGroup Root;
  213. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  214. private DevExpress.XtraEditors.SimpleButton btnOk;
  215. private DevExpress.XtraEditors.SimpleButton btnCancel;
  216. private DevExpress.XtraEditors.TextEdit txtTarName;
  217. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  218. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  219. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  220. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  221. private DevExpress.XtraEditors.ColorPickEdit txtTarColor;
  222. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  223. }
  224. }