TaskEditor.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. namespace XdCxRhDW.App.EditForms
  2. {
  3. partial class TaskEditor
  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.btnSave = new DevExpress.XtraEditors.SimpleButton();
  30. this.txtTaskName = new DevExpress.XtraEditors.TextEdit();
  31. this.txtPosType = new DevExpress.XtraEditors.RadioGroup();
  32. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  33. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  34. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  35. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  36. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  37. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  38. this.layoutControl1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.txtPosType.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // layoutControl1
  49. //
  50. this.layoutControl1.Controls.Add(this.btnSave);
  51. this.layoutControl1.Controls.Add(this.txtTaskName);
  52. this.layoutControl1.Controls.Add(this.txtPosType);
  53. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  55. this.layoutControl1.Name = "layoutControl1";
  56. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(784, 215, 650, 400);
  57. this.layoutControl1.Root = this.Root;
  58. this.layoutControl1.Size = new System.Drawing.Size(437, 331);
  59. this.layoutControl1.TabIndex = 0;
  60. this.layoutControl1.Text = "layoutControl1";
  61. //
  62. // btnSave
  63. //
  64. this.btnSave.Location = new System.Drawing.Point(299, 278);
  65. this.btnSave.Name = "btnSave";
  66. this.btnSave.Size = new System.Drawing.Size(116, 26);
  67. this.btnSave.StyleController = this.layoutControl1;
  68. this.btnSave.TabIndex = 6;
  69. this.btnSave.Text = "保存";
  70. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  71. //
  72. // txtTaskName
  73. //
  74. this.txtTaskName.Location = new System.Drawing.Point(22, 40);
  75. this.txtTaskName.Name = "txtTaskName";
  76. this.txtTaskName.Properties.AutoHeight = false;
  77. this.txtTaskName.Size = new System.Drawing.Size(393, 24);
  78. this.txtTaskName.StyleController = this.layoutControl1;
  79. this.txtTaskName.TabIndex = 4;
  80. //
  81. // txtPosType
  82. //
  83. this.txtPosType.EditValue = 0;
  84. this.txtPosType.Location = new System.Drawing.Point(22, 94);
  85. this.txtPosType.Name = "txtPosType";
  86. this.txtPosType.Properties.Columns = 1;
  87. this.txtPosType.Size = new System.Drawing.Size(393, 170);
  88. this.txtPosType.StyleController = this.layoutControl1;
  89. this.txtPosType.TabIndex = 5;
  90. //
  91. // Root
  92. //
  93. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  94. this.Root.GroupBordersVisible = false;
  95. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  96. this.layoutControlItem1,
  97. this.emptySpaceItem1,
  98. this.layoutControlItem2,
  99. this.layoutControlItem3});
  100. this.Root.Name = "Root";
  101. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(20, 20, 20, 20);
  102. this.Root.Size = new System.Drawing.Size(437, 331);
  103. this.Root.TextVisible = false;
  104. //
  105. // layoutControlItem1
  106. //
  107. this.layoutControlItem1.Control = this.txtTaskName;
  108. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  109. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 46);
  110. this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 46);
  111. this.layoutControlItem1.Name = "layoutControlItem1";
  112. this.layoutControlItem1.Size = new System.Drawing.Size(397, 46);
  113. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  114. this.layoutControlItem1.Text = "任务名称";
  115. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  116. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  117. //
  118. // emptySpaceItem1
  119. //
  120. this.emptySpaceItem1.AllowHotTrack = false;
  121. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 246);
  122. this.emptySpaceItem1.Name = "emptySpaceItem1";
  123. this.emptySpaceItem1.Size = new System.Drawing.Size(277, 45);
  124. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  125. //
  126. // layoutControlItem2
  127. //
  128. this.layoutControlItem2.Control = this.txtPosType;
  129. this.layoutControlItem2.Location = new System.Drawing.Point(0, 46);
  130. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 200);
  131. this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 200);
  132. this.layoutControlItem2.Name = "layoutControlItem2";
  133. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  134. this.layoutControlItem2.Size = new System.Drawing.Size(397, 200);
  135. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  136. this.layoutControlItem2.Text = "定位模式";
  137. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  138. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  139. //
  140. // layoutControlItem3
  141. //
  142. this.layoutControlItem3.Control = this.btnSave;
  143. this.layoutControlItem3.Location = new System.Drawing.Point(277, 246);
  144. this.layoutControlItem3.MaxSize = new System.Drawing.Size(120, 40);
  145. this.layoutControlItem3.MinSize = new System.Drawing.Size(120, 40);
  146. this.layoutControlItem3.Name = "layoutControlItem3";
  147. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  148. this.layoutControlItem3.Size = new System.Drawing.Size(120, 45);
  149. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  150. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  151. this.layoutControlItem3.TextVisible = false;
  152. //
  153. // TaskEditor
  154. //
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.ClientSize = new System.Drawing.Size(437, 331);
  158. this.Controls.Add(this.layoutControl1);
  159. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  160. this.Name = "TaskEditor";
  161. this.Text = "TaskEditor";
  162. this.Load += new System.EventHandler(this.TaskEditor_Load);
  163. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  164. this.layoutControl1.ResumeLayout(false);
  165. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).EndInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.txtPosType.Properties)).EndInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  170. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  172. this.ResumeLayout(false);
  173. }
  174. #endregion
  175. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  176. private DevExpress.XtraLayout.LayoutControlGroup Root;
  177. private DevExpress.XtraEditors.TextEdit txtTaskName;
  178. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  179. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  180. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  181. private DevExpress.XtraEditors.RadioGroup txtPosType;
  182. private DevExpress.XtraEditors.SimpleButton btnSave;
  183. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  184. }
  185. }