CheckBoxInput.Designer.cs 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. namespace Uninpho.Tools.components.DataManager
  2. {
  3. partial class CheckBoxInput
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
  29. this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
  30. ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
  31. ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // checkEdit1
  35. //
  36. this.checkEdit1.Location = new System.Drawing.Point(3, 3);
  37. this.checkEdit1.Name = "checkEdit1";
  38. this.checkEdit1.Properties.Caption = "侧踢升价峰峰值";
  39. this.checkEdit1.Size = new System.Drawing.Size(130, 19);
  40. this.checkEdit1.TabIndex = 7;
  41. //
  42. // spinEdit1
  43. //
  44. this.spinEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  45. | System.Windows.Forms.AnchorStyles.Right)));
  46. this.spinEdit1.EditValue = new decimal(new int[] {
  47. 0,
  48. 0,
  49. 0,
  50. 0});
  51. this.spinEdit1.Location = new System.Drawing.Point(139, 4);
  52. this.spinEdit1.Name = "spinEdit1";
  53. this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  54. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  55. this.spinEdit1.Size = new System.Drawing.Size(63, 20);
  56. this.spinEdit1.TabIndex = 8;
  57. //
  58. // CheckBoxInput
  59. //
  60. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  61. this.Controls.Add(this.spinEdit1);
  62. this.Controls.Add(this.checkEdit1);
  63. this.Name = "CheckBoxInput";
  64. this.Size = new System.Drawing.Size(205, 28);
  65. ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
  67. this.ResumeLayout(false);
  68. }
  69. #endregion
  70. private DevExpress.XtraEditors.CheckEdit checkEdit1;
  71. private DevExpress.XtraEditors.SpinEdit spinEdit1;
  72. }
  73. }