CtrlUserCheck.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. 
  2. namespace CG.App.UserControl
  3. {
  4. partial class CtrlUserCheck
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Component Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  34. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  35. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  36. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  37. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  38. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  39. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  40. this.gridUserCheckRes = new DevExpress.XtraGrid.GridControl();
  41. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  42. this.btnDo = new DevExpress.XtraEditors.SimpleButton();
  43. this.txtF1 = new DevExpress.XtraEditors.ButtonEdit();
  44. this.txtFs = new DevExpress.XtraEditors.ButtonEdit();
  45. this.txtSampleCount = new DevExpress.XtraEditors.ButtonEdit();
  46. this.txtValue = new DevExpress.XtraEditors.TextEdit();
  47. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  48. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  54. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  55. this.layoutControl1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.gridUserCheckRes)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtF1.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtFs.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtSampleCount.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // layoutControl1
  72. //
  73. this.layoutControl1.Controls.Add(this.gridUserCheckRes);
  74. this.layoutControl1.Controls.Add(this.btnDo);
  75. this.layoutControl1.Controls.Add(this.txtF1);
  76. this.layoutControl1.Controls.Add(this.txtFs);
  77. this.layoutControl1.Controls.Add(this.txtSampleCount);
  78. this.layoutControl1.Controls.Add(this.txtValue);
  79. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  81. this.layoutControl1.Name = "layoutControl1";
  82. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1270, 277, 650, 400);
  83. this.layoutControl1.Root = this.Root;
  84. this.layoutControl1.Size = new System.Drawing.Size(919, 566);
  85. this.layoutControl1.TabIndex = 6;
  86. this.layoutControl1.Text = "layoutControl1";
  87. //
  88. // gridUserCheckRes
  89. //
  90. this.gridUserCheckRes.Location = new System.Drawing.Point(7, 51);
  91. this.gridUserCheckRes.MainView = this.gridView1;
  92. this.gridUserCheckRes.Name = "gridUserCheckRes";
  93. this.gridUserCheckRes.Size = new System.Drawing.Size(905, 508);
  94. this.gridUserCheckRes.TabIndex = 3;
  95. this.gridUserCheckRes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  96. this.gridView1});
  97. //
  98. // gridView1
  99. //
  100. this.gridView1.GridControl = this.gridUserCheckRes;
  101. this.gridView1.Name = "gridView1";
  102. //
  103. // btnDo
  104. //
  105. this.btnDo.Location = new System.Drawing.Point(808, 24);
  106. this.btnDo.Name = "btnDo";
  107. this.btnDo.Size = new System.Drawing.Size(104, 23);
  108. this.btnDo.StyleController = this.layoutControl1;
  109. this.btnDo.TabIndex = 11;
  110. this.btnDo.Text = "执行";
  111. this.btnDo.Click += new System.EventHandler(this.btnDo_Click);
  112. //
  113. // txtF1
  114. //
  115. this.txtF1.Location = new System.Drawing.Point(7, 25);
  116. this.txtF1.Name = "txtF1";
  117. this.txtF1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  118. new DevExpress.XtraEditors.Controls.EditorButton()});
  119. this.txtF1.Properties.NullValuePrompt = "文件1(支持拖拽)";
  120. this.txtF1.Size = new System.Drawing.Size(317, 22);
  121. this.txtF1.StyleController = this.layoutControl1;
  122. this.txtF1.TabIndex = 8;
  123. //
  124. // txtFs
  125. //
  126. this.txtFs.Location = new System.Drawing.Point(328, 25);
  127. this.txtFs.Name = "txtFs";
  128. this.txtFs.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  129. this.txtFs.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  130. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "M", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  131. this.txtFs.Size = new System.Drawing.Size(156, 22);
  132. this.txtFs.StyleController = this.layoutControl1;
  133. this.txtFs.TabIndex = 4;
  134. //
  135. // txtSampleCount
  136. //
  137. this.txtSampleCount.Location = new System.Drawing.Point(488, 25);
  138. this.txtSampleCount.Name = "txtSampleCount";
  139. this.txtSampleCount.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  140. this.txtSampleCount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  141. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "个", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  142. this.txtSampleCount.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  143. this.txtSampleCount.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  144. this.txtSampleCount.Properties.MaskSettings.Set("mask", "f0");
  145. this.txtSampleCount.Properties.NullValuePrompt = "0或空值表示全部样点";
  146. this.txtSampleCount.Size = new System.Drawing.Size(156, 22);
  147. this.txtSampleCount.StyleController = this.layoutControl1;
  148. this.txtSampleCount.TabIndex = 4;
  149. //
  150. // txtValue
  151. //
  152. this.txtValue.Location = new System.Drawing.Point(648, 25);
  153. this.txtValue.Name = "txtValue";
  154. this.txtValue.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  155. this.txtValue.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  156. this.txtValue.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  157. this.txtValue.Properties.MaskSettings.Set("mask", "f0");
  158. this.txtValue.Properties.NullValuePrompt = "0或空值表示全部样点";
  159. this.txtValue.Size = new System.Drawing.Size(156, 22);
  160. this.txtValue.StyleController = this.layoutControl1;
  161. this.txtValue.TabIndex = 4;
  162. //
  163. // Root
  164. //
  165. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  166. this.Root.GroupBordersVisible = false;
  167. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  168. this.layoutControlItem3,
  169. this.layoutControlItem9,
  170. this.layoutControlItem11,
  171. this.layoutControlItem6,
  172. this.layoutControlItem1,
  173. this.layoutControlItem2});
  174. this.Root.Name = "Root";
  175. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5);
  176. this.Root.Size = new System.Drawing.Size(919, 566);
  177. this.Root.TextVisible = false;
  178. //
  179. // layoutControlItem3
  180. //
  181. this.layoutControlItem3.Control = this.txtFs;
  182. this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  183. this.layoutControlItem3.CustomizationFormText = "采样率";
  184. this.layoutControlItem3.Location = new System.Drawing.Point(321, 0);
  185. this.layoutControlItem3.MaxSize = new System.Drawing.Size(160, 44);
  186. this.layoutControlItem3.MinSize = new System.Drawing.Size(160, 44);
  187. this.layoutControlItem3.Name = "layoutControlItem3";
  188. this.layoutControlItem3.Size = new System.Drawing.Size(160, 44);
  189. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  190. this.layoutControlItem3.Text = "采样率";
  191. this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
  192. this.layoutControlItem3.TextSize = new System.Drawing.Size(36, 14);
  193. //
  194. // layoutControlItem9
  195. //
  196. this.layoutControlItem9.Control = this.txtSampleCount;
  197. this.layoutControlItem9.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  198. this.layoutControlItem9.CustomizationFormText = "layoutControlItem1";
  199. this.layoutControlItem9.Location = new System.Drawing.Point(481, 0);
  200. this.layoutControlItem9.MaxSize = new System.Drawing.Size(160, 0);
  201. this.layoutControlItem9.MinSize = new System.Drawing.Size(160, 44);
  202. this.layoutControlItem9.Name = "layoutControlItem9";
  203. this.layoutControlItem9.Size = new System.Drawing.Size(160, 44);
  204. this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  205. this.layoutControlItem9.Text = "样点数";
  206. this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
  207. this.layoutControlItem9.TextSize = new System.Drawing.Size(36, 14);
  208. //
  209. // layoutControlItem11
  210. //
  211. this.layoutControlItem11.Control = this.btnDo;
  212. this.layoutControlItem11.Location = new System.Drawing.Point(801, 0);
  213. this.layoutControlItem11.MaxSize = new System.Drawing.Size(108, 44);
  214. this.layoutControlItem11.MinSize = new System.Drawing.Size(108, 44);
  215. this.layoutControlItem11.Name = "layoutControlItem11";
  216. this.layoutControlItem11.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 19, 2);
  217. this.layoutControlItem11.Size = new System.Drawing.Size(108, 44);
  218. this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  219. this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
  220. this.layoutControlItem11.TextVisible = false;
  221. //
  222. // layoutControlItem6
  223. //
  224. this.layoutControlItem6.Control = this.gridUserCheckRes;
  225. this.layoutControlItem6.Location = new System.Drawing.Point(0, 44);
  226. this.layoutControlItem6.Name = "layoutControlItem6";
  227. this.layoutControlItem6.Size = new System.Drawing.Size(909, 512);
  228. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  229. this.layoutControlItem6.TextVisible = false;
  230. //
  231. // layoutControlItem1
  232. //
  233. this.layoutControlItem1.Control = this.txtF1;
  234. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  235. this.layoutControlItem1.Name = "layoutControlItem1";
  236. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 20, 2);
  237. this.layoutControlItem1.Size = new System.Drawing.Size(321, 44);
  238. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  239. this.layoutControlItem1.TextVisible = false;
  240. //
  241. // layoutControlItem2
  242. //
  243. this.layoutControlItem2.Control = this.txtValue;
  244. this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  245. this.layoutControlItem2.CustomizationFormText = "layoutControlItem1";
  246. this.layoutControlItem2.Location = new System.Drawing.Point(641, 0);
  247. this.layoutControlItem2.MaxSize = new System.Drawing.Size(160, 0);
  248. this.layoutControlItem2.MinSize = new System.Drawing.Size(160, 25);
  249. this.layoutControlItem2.Name = "layoutControlItem2";
  250. this.layoutControlItem2.Size = new System.Drawing.Size(160, 44);
  251. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  252. this.layoutControlItem2.Text = "均值";
  253. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  254. this.layoutControlItem2.TextSize = new System.Drawing.Size(36, 14);
  255. this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  256. //
  257. // CtrlUserCheck
  258. //
  259. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  260. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  261. this.Controls.Add(this.layoutControl1);
  262. this.Name = "CtrlUserCheck";
  263. this.Size = new System.Drawing.Size(919, 566);
  264. this.Load += new System.EventHandler(this.CtrlUserCheck_Load);
  265. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  266. this.layoutControl1.ResumeLayout(false);
  267. ((System.ComponentModel.ISupportInitialize)(this.gridUserCheckRes)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.txtF1.Properties)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.txtFs.Properties)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.txtSampleCount.Properties)).EndInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  280. this.ResumeLayout(false);
  281. }
  282. #endregion
  283. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  284. private DevExpress.XtraGrid.GridControl gridUserCheckRes;
  285. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  286. private DevExpress.XtraEditors.SimpleButton btnDo;
  287. private DevExpress.XtraEditors.ButtonEdit txtF1;
  288. private DevExpress.XtraEditors.ButtonEdit txtFs;
  289. private DevExpress.XtraEditors.ButtonEdit txtSampleCount;
  290. private DevExpress.XtraLayout.LayoutControlGroup Root;
  291. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  292. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  293. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
  294. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
  295. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  296. private DevExpress.XtraEditors.TextEdit txtValue;
  297. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  298. }
  299. }