EditorTar.Designer.cs 11 KB

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