XlCalculateForm.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. namespace XdCxRhDW.App.CorTools
  2. {
  3. partial class XlCalculateForm
  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. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  29. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  33. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  34. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  35. this.txtTle = new DevExpress.XtraEditors.SearchLookUpEdit();
  36. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  37. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  38. this.dateEdit1 = new DevExpress.XtraEditors.DateEdit();
  39. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  40. this.dateEdit2 = new DevExpress.XtraEditors.DateEdit();
  41. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  42. this.buttonEdit1 = new DevExpress.XtraEditors.ButtonEdit();
  43. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.btnCalculate = new DevExpress.XtraEditors.SimpleButton();
  45. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.gridControl = new DevExpress.XtraGrid.GridControl();
  47. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  48. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  49. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  50. this.layoutControl1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtTle.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // layoutControl1
  70. //
  71. this.layoutControl1.Controls.Add(this.gridControl);
  72. this.layoutControl1.Controls.Add(this.btnCalculate);
  73. this.layoutControl1.Controls.Add(this.buttonEdit1);
  74. this.layoutControl1.Controls.Add(this.dateEdit2);
  75. this.layoutControl1.Controls.Add(this.dateEdit1);
  76. this.layoutControl1.Controls.Add(this.txtTle);
  77. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  79. this.layoutControl1.Name = "layoutControl1";
  80. this.layoutControl1.Root = this.Root;
  81. this.layoutControl1.Size = new System.Drawing.Size(800, 450);
  82. this.layoutControl1.TabIndex = 0;
  83. this.layoutControl1.Text = "layoutControl1";
  84. //
  85. // Root
  86. //
  87. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  88. this.Root.GroupBordersVisible = false;
  89. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  90. this.layoutControlItem2,
  91. this.layoutControlItem1,
  92. this.layoutControlItem3,
  93. this.layoutControlItem4,
  94. this.layoutControlItem5,
  95. this.layoutControlItem6});
  96. this.Root.Name = "Root";
  97. this.Root.Size = new System.Drawing.Size(800, 450);
  98. this.Root.TextVisible = false;
  99. //
  100. // txtTle
  101. //
  102. this.txtTle.Location = new System.Drawing.Point(72, 12);
  103. this.txtTle.Name = "txtTle";
  104. this.txtTle.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  105. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  106. this.txtTle.Properties.PopupView = this.searchLookUpEdit1View;
  107. this.txtTle.Size = new System.Drawing.Size(716, 22);
  108. this.txtTle.StyleController = this.layoutControl1;
  109. this.txtTle.TabIndex = 5;
  110. //
  111. // layoutControlItem2
  112. //
  113. this.layoutControlItem2.Control = this.txtTle;
  114. this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
  115. this.layoutControlItem2.Name = "layoutControlItem2";
  116. this.layoutControlItem2.Size = new System.Drawing.Size(780, 26);
  117. this.layoutControlItem2.Text = "星厉";
  118. this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
  119. //
  120. // searchLookUpEdit1View
  121. //
  122. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  123. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  124. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  125. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  126. //
  127. // dateEdit1
  128. //
  129. this.dateEdit1.EditValue = null;
  130. this.dateEdit1.Location = new System.Drawing.Point(72, 38);
  131. this.dateEdit1.Name = "dateEdit1";
  132. this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  133. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  134. this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  135. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  136. this.dateEdit1.Size = new System.Drawing.Size(235, 22);
  137. this.dateEdit1.StyleController = this.layoutControl1;
  138. this.dateEdit1.TabIndex = 6;
  139. //
  140. // layoutControlItem1
  141. //
  142. this.layoutControlItem1.Control = this.dateEdit1;
  143. this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
  144. this.layoutControlItem1.Name = "layoutControlItem1";
  145. this.layoutControlItem1.Size = new System.Drawing.Size(299, 26);
  146. this.layoutControlItem1.Text = "开始时间";
  147. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  148. //
  149. // dateEdit2
  150. //
  151. this.dateEdit2.EditValue = null;
  152. this.dateEdit2.Location = new System.Drawing.Point(371, 38);
  153. this.dateEdit2.Name = "dateEdit2";
  154. this.dateEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  155. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  156. this.dateEdit2.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  157. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  158. this.dateEdit2.Size = new System.Drawing.Size(206, 22);
  159. this.dateEdit2.StyleController = this.layoutControl1;
  160. this.dateEdit2.TabIndex = 7;
  161. //
  162. // layoutControlItem3
  163. //
  164. this.layoutControlItem3.Control = this.dateEdit2;
  165. this.layoutControlItem3.Location = new System.Drawing.Point(299, 26);
  166. this.layoutControlItem3.Name = "layoutControlItem3";
  167. this.layoutControlItem3.Size = new System.Drawing.Size(270, 26);
  168. this.layoutControlItem3.Text = "结束时间";
  169. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  170. //
  171. // buttonEdit1
  172. //
  173. this.buttonEdit1.Location = new System.Drawing.Point(641, 38);
  174. this.buttonEdit1.Name = "buttonEdit1";
  175. this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  176. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "秒", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  177. this.buttonEdit1.Size = new System.Drawing.Size(80, 22);
  178. this.buttonEdit1.StyleController = this.layoutControl1;
  179. this.buttonEdit1.TabIndex = 8;
  180. //
  181. // layoutControlItem4
  182. //
  183. this.layoutControlItem4.Control = this.buttonEdit1;
  184. this.layoutControlItem4.Location = new System.Drawing.Point(569, 26);
  185. this.layoutControlItem4.Name = "layoutControlItem4";
  186. this.layoutControlItem4.Size = new System.Drawing.Size(144, 26);
  187. this.layoutControlItem4.Text = "推算间隔";
  188. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  189. //
  190. // btnCalculate
  191. //
  192. this.btnCalculate.Location = new System.Drawing.Point(725, 38);
  193. this.btnCalculate.Name = "btnCalculate";
  194. this.btnCalculate.Size = new System.Drawing.Size(63, 22);
  195. this.btnCalculate.StyleController = this.layoutControl1;
  196. this.btnCalculate.TabIndex = 9;
  197. this.btnCalculate.Text = "推算";
  198. //
  199. // layoutControlItem5
  200. //
  201. this.layoutControlItem5.Control = this.btnCalculate;
  202. this.layoutControlItem5.Location = new System.Drawing.Point(713, 26);
  203. this.layoutControlItem5.Name = "layoutControlItem5";
  204. this.layoutControlItem5.Size = new System.Drawing.Size(67, 26);
  205. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  206. this.layoutControlItem5.TextVisible = false;
  207. //
  208. // gridControl
  209. //
  210. this.gridControl.Location = new System.Drawing.Point(12, 64);
  211. this.gridControl.MainView = this.gridView;
  212. this.gridControl.Name = "gridControl";
  213. this.gridControl.Size = new System.Drawing.Size(776, 374);
  214. this.gridControl.TabIndex = 10;
  215. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  216. this.gridView});
  217. //
  218. // gridView
  219. //
  220. this.gridView.GridControl = this.gridControl;
  221. this.gridView.Name = "gridView";
  222. //
  223. // layoutControlItem6
  224. //
  225. this.layoutControlItem6.Control = this.gridControl;
  226. this.layoutControlItem6.Location = new System.Drawing.Point(0, 52);
  227. this.layoutControlItem6.Name = "layoutControlItem6";
  228. this.layoutControlItem6.Size = new System.Drawing.Size(780, 378);
  229. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  230. this.layoutControlItem6.TextVisible = false;
  231. //
  232. // XlCalculateForm
  233. //
  234. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  235. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  236. this.ClientSize = new System.Drawing.Size(800, 450);
  237. this.Controls.Add(this.layoutControl1);
  238. this.Name = "XlCalculateForm";
  239. this.Text = "XlCalculate";
  240. this.Load += new System.EventHandler(this.XlCalculateForm_Load);
  241. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  242. this.layoutControl1.ResumeLayout(false);
  243. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.txtTle.Properties)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties.CalendarTimeProperties)).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.dateEdit2.Properties)).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  259. this.ResumeLayout(false);
  260. }
  261. #endregion
  262. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  263. private DevExpress.XtraLayout.LayoutControlGroup Root;
  264. private DevExpress.XtraGrid.GridControl gridControl;
  265. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  266. private DevExpress.XtraEditors.SimpleButton btnCalculate;
  267. private DevExpress.XtraEditors.ButtonEdit buttonEdit1;
  268. private DevExpress.XtraEditors.DateEdit dateEdit2;
  269. private DevExpress.XtraEditors.DateEdit dateEdit1;
  270. private DevExpress.XtraEditors.SearchLookUpEdit txtTle;
  271. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  272. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  273. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  274. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  275. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  276. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  277. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  278. }
  279. }