1
yhj
2024-07-24 5e5d945e91568b973faa27d8ab0bcef99fc4a6c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
namespace CSFrameworkV5.Library.UserControls
{
    partial class ucCheckEdit
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Component Designer generated code
 
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this._CheckEdit = new DevExpress.XtraEditors.CheckEdit();
            this._ButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
            ((System.ComponentModel.ISupportInitialize)(this._CheckEdit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this._ButtonEdit.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // _CheckEdit
            // 
            this._CheckEdit.Location = new System.Drawing.Point(0, 1);
            this._CheckEdit.Name = "_CheckEdit";
            this._CheckEdit.Properties.Caption = "";
            this._CheckEdit.Size = new System.Drawing.Size(20, 19);
            this._CheckEdit.TabIndex = 0;
            this._CheckEdit.CheckedChanged += new System.EventHandler(this._CheckEdit_CheckedChanged);
            // 
            // _ButtonEdit
            // 
            this._ButtonEdit.Enabled = false;
            this._ButtonEdit.Location = new System.Drawing.Point(17, 0);
            this._ButtonEdit.Name = "_ButtonEdit";
            this._ButtonEdit.Size = new System.Drawing.Size(85, 21);
            this._ButtonEdit.TabIndex = 1;
            // 
            // ucCheckEdit
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this._ButtonEdit);
            this.Controls.Add(this._CheckEdit);
            this.Margin = new System.Windows.Forms.Padding(0);
            this.MaximumSize = new System.Drawing.Size(2000, 21);
            this.MinimumSize = new System.Drawing.Size(25, 21);
            this.Name = "ucCheckEdit";
            this.Size = new System.Drawing.Size(107, 21);
            this.Load += new System.EventHandler(this.ucCheckEdit_Load);
            this.SizeChanged += new System.EventHandler(this.ucCheckEdit_SizeChanged);
            ((System.ComponentModel.ISupportInitialize)(this._CheckEdit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this._ButtonEdit.Properties)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevExpress.XtraEditors.CheckEdit _CheckEdit;
        private DevExpress.XtraEditors.ButtonEdit _ButtonEdit;
    }
}