lixiaojun
2024-07-22 0b7bcb43cb3166c4b6f57fdd473e969845b65a28
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
namespace Yw.WinFrmUI
{
    partial class SetFlagsContainerCtrl
    {
        /// <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()
        {
            layoutControl1 = new LayoutControl();
            stringListCheckedListBoxCtrl1 = new StringListCheckedListBoxCtrl();
            Root = new LayoutControlGroup();
            layoutControlItem1 = new LayoutControlItem();
            btnOk = new SimpleButton();
            itemForOk = new LayoutControlItem();
            btnCancel = new SimpleButton();
            itemForCancel = new LayoutControlItem();
            emptySpaceItem1 = new EmptySpaceItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)itemForOk).BeginInit();
            ((ISupportInitialize)itemForCancel).BeginInit();
            ((ISupportInitialize)emptySpaceItem1).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(btnCancel);
            layoutControl1.Controls.Add(btnOk);
            layoutControl1.Controls.Add(stringListCheckedListBoxCtrl1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(941, 111, 650, 400);
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(600, 400);
            layoutControl1.TabIndex = 0;
            layoutControl1.Text = "layoutControl1";
            // 
            // stringListCheckedListBoxCtrl1
            // 
            stringListCheckedListBoxCtrl1.Location = new Point(2, 2);
            stringListCheckedListBoxCtrl1.Name = "stringListCheckedListBoxCtrl1";
            stringListCheckedListBoxCtrl1.Size = new Size(596, 370);
            stringListCheckedListBoxCtrl1.TabIndex = 4;
            // 
            // Root
            // 
            Root.EnableIndentsWithoutBorders = DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new BaseLayoutItem[] { layoutControlItem1, itemForOk, itemForCancel, emptySpaceItem1 });
            Root.Name = "Root";
            Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            Root.Size = new Size(600, 400);
            Root.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = stringListCheckedListBoxCtrl1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(600, 374);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // btnOk
            // 
            btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            btnOk.Appearance.Options.UseBackColor = true;
            btnOk.Location = new Point(512, 376);
            btnOk.Name = "btnOk";
            btnOk.Size = new Size(86, 22);
            btnOk.StyleController = layoutControl1;
            btnOk.TabIndex = 5;
            btnOk.Text = "确定";
            btnOk.Click += btnOk_Click;
            // 
            // itemForOk
            // 
            itemForOk.Control = btnOk;
            itemForOk.Location = new Point(510, 374);
            itemForOk.MaxSize = new Size(90, 26);
            itemForOk.MinSize = new Size(90, 26);
            itemForOk.Name = "itemForOk";
            itemForOk.Size = new Size(90, 26);
            itemForOk.SizeConstraintsType = SizeConstraintsType.Custom;
            itemForOk.TextSize = new Size(0, 0);
            itemForOk.TextVisible = false;
            // 
            // btnCancel
            // 
            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            btnCancel.Appearance.Options.UseBackColor = true;
            btnCancel.Location = new Point(422, 376);
            btnCancel.Name = "btnCancel";
            btnCancel.Size = new Size(86, 22);
            btnCancel.StyleController = layoutControl1;
            btnCancel.TabIndex = 6;
            btnCancel.Text = "取消";
            btnCancel.Click += btnCancel_Click;
            // 
            // itemForCancel
            // 
            itemForCancel.Control = btnCancel;
            itemForCancel.Location = new Point(420, 374);
            itemForCancel.MaxSize = new Size(90, 26);
            itemForCancel.MinSize = new Size(90, 26);
            itemForCancel.Name = "itemForCancel";
            itemForCancel.Size = new Size(90, 26);
            itemForCancel.SizeConstraintsType = SizeConstraintsType.Custom;
            itemForCancel.TextSize = new Size(0, 0);
            itemForCancel.TextVisible = false;
            // 
            // emptySpaceItem1
            // 
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 374);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(420, 26);
            emptySpaceItem1.TextSize = new Size(0, 0);
            // 
            // SetFlagsContainerCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(layoutControl1);
            Name = "SetFlagsContainerCtrl";
            Size = new Size(600, 400);
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)itemForOk).EndInit();
            ((ISupportInitialize)itemForCancel).EndInit();
            ((ISupportInitialize)emptySpaceItem1).EndInit();
            ResumeLayout(false);
        }
 
        #endregion
 
        private LayoutControl layoutControl1;
        private LayoutControlGroup Root;
        private StringListCheckedListBoxCtrl stringListCheckedListBoxCtrl1;
        private LayoutControlItem layoutControlItem1;
        private SimpleButton btnCancel;
        private SimpleButton btnOk;
        private LayoutControlItem itemForOk;
        private LayoutControlItem itemForCancel;
        private EmptySpaceItem emptySpaceItem1;
    }
}