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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
namespace CSFrameworkV5.Library
{
    partial class frmGridCustomize
    {
        /// <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 Windows Form 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.components = new System.ComponentModel.Container();
            DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions imageListBoxItemImageOptions3 = new DevExpress.XtraEditors.Controls.ImageListBoxItemImageOptions();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGridCustomize));
            this.list = new DevExpress.XtraEditors.ImageListBoxControl();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.txtConfigName = new DevExpress.XtraEditors.TextEdit();
            this.imageList2 = new System.Windows.Forms.ImageList(this.components);
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.lbCurrentLayout = new DevExpress.XtraEditors.LabelControl();
            this.btnDefault = new DevExpress.XtraEditors.SimpleButton();
            this.imageList3 = new System.Windows.Forms.ImageList(this.components);
            this.btnDel = new DevExpress.XtraEditors.SimpleButton();
            this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
            this.btnSave = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.btnLoad = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.list)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtConfigName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // list
            // 
            this.list.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
            this.list.Appearance.Options.UseFont = true;
            this.list.ImageList = this.imageList1;
            this.list.ItemHeight = 30;
            this.list.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageListBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageListBoxItem(null, "", imageListBoxItemImageOptions3, null)});
            this.list.Location = new System.Drawing.Point(10, 83);
            this.list.Name = "list";
            this.list.Size = new System.Drawing.Size(399, 226);
            this.list.TabIndex = 0;
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "24_Detect.bmp");
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.labelControl1.Appearance.Options.UseFont = true;
            this.labelControl1.Location = new System.Drawing.Point(10, 12);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(70, 17);
            this.labelControl1.TabIndex = 1;
            this.labelControl1.Text = "样式名称:";
            // 
            // txtConfigName
            // 
            this.txtConfigName.Location = new System.Drawing.Point(83, 10);
            this.txtConfigName.Name = "txtConfigName";
            this.txtConfigName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txtConfigName.Properties.Appearance.Options.UseFont = true;
            this.txtConfigName.Size = new System.Drawing.Size(227, 22);
            this.txtConfigName.TabIndex = 2;
            // 
            // imageList2
            // 
            this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
            this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList2.Images.SetKeyName(0, "SavePageSetup_16x16.png");
            this.imageList2.Images.SetKeyName(1, "Grid_16x16.png");
            this.imageList2.Images.SetKeyName(2, "None_16x16.png");
            this.imageList2.Images.SetKeyName(3, "Export_16x16.png");
            this.imageList2.Images.SetKeyName(4, "ExportToXLS_16x16.png");
            this.imageList2.Images.SetKeyName(5, "ExportToXLSX_16x16.png");
            this.imageList2.Images.SetKeyName(6, "ExportToPDF_16x16.png");
            this.imageList2.Images.SetKeyName(7, "Text_preview_16px_1061048_easyicon.net.ico");
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(14, 8);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(108, 14);
            this.labelControl2.TabIndex = 1;
            this.labelControl2.Text = "您正在使用的样式:";
            // 
            // lbCurrentLayout
            // 
            this.lbCurrentLayout.Appearance.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Underline);
            this.lbCurrentLayout.Appearance.ForeColor = System.Drawing.Color.Green;
            this.lbCurrentLayout.Appearance.Options.UseFont = true;
            this.lbCurrentLayout.Appearance.Options.UseForeColor = true;
            this.lbCurrentLayout.Location = new System.Drawing.Point(131, 8);
            this.lbCurrentLayout.Name = "lbCurrentLayout";
            this.lbCurrentLayout.Size = new System.Drawing.Size(56, 17);
            this.lbCurrentLayout.TabIndex = 1;
            this.lbCurrentLayout.Text = "预设样式";
            // 
            // btnDefault
            // 
            this.btnDefault.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnDefault.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnDefault.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDefault.ImageOptions.Image")));
            this.btnDefault.ImageOptions.ImageIndex = 0;
            this.btnDefault.ImageOptions.ImageList = this.imageList3;
            this.btnDefault.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
            this.btnDefault.Location = new System.Drawing.Point(11, 320);
            this.btnDefault.Name = "btnDefault";
            this.btnDefault.Size = new System.Drawing.Size(85, 33);
            this.btnDefault.TabIndex = 3;
            this.btnDefault.Text = "设为默认";
            this.btnDefault.Click += new System.EventHandler(this.btnDefault_Click);
            // 
            // imageList3
            // 
            this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
            this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList3.Images.SetKeyName(0, "Customer_16x16.png");
            this.imageList3.Images.SetKeyName(1, "Delete_16x16.png");
            this.imageList3.Images.SetKeyName(2, "Save_16x16.png");
            this.imageList3.Images.SetKeyName(3, "Add_16x16.png");
            this.imageList3.Images.SetKeyName(4, "LoadFrom_16x16.png");
            // 
            // btnDel
            // 
            this.btnDel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnDel.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnDel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.ImageOptions.Image")));
            this.btnDel.ImageOptions.ImageIndex = 1;
            this.btnDel.ImageOptions.ImageList = this.imageList3;
            this.btnDel.Location = new System.Drawing.Point(323, 320);
            this.btnDel.Name = "btnDel";
            this.btnDel.Size = new System.Drawing.Size(85, 33);
            this.btnDel.TabIndex = 3;
            this.btnDel.Text = "删除样式";
            this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnAdd.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.ImageOptions.Image")));
            this.btnAdd.ImageOptions.ImageIndex = 3;
            this.btnAdd.ImageOptions.ImageList = this.imageList3;
            this.btnAdd.Location = new System.Drawing.Point(318, 8);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(69, 27);
            this.btnAdd.TabIndex = 3;
            this.btnAdd.Text = "添加";
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnSave
            // 
            this.btnSave.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
            this.btnSave.ImageOptions.ImageIndex = 2;
            this.btnSave.ImageOptions.ImageList = this.imageList3;
            this.btnSave.Location = new System.Drawing.Point(226, 320);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(85, 33);
            this.btnSave.TabIndex = 3;
            this.btnSave.Text = "更新样式";
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.btnAdd);
            this.panelControl1.Controls.Add(this.labelControl1);
            this.panelControl1.Controls.Add(this.txtConfigName);
            this.panelControl1.Location = new System.Drawing.Point(11, 35);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(398, 42);
            this.panelControl1.TabIndex = 4;
            // 
            // btnLoad
            // 
            this.btnLoad.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnLoad.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnLoad.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnLoad.ImageOptions.Image")));
            this.btnLoad.ImageOptions.ImageIndex = 4;
            this.btnLoad.ImageOptions.ImageList = this.imageList3;
            this.btnLoad.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
            this.btnLoad.Location = new System.Drawing.Point(102, 320);
            this.btnLoad.Name = "btnLoad";
            this.btnLoad.Size = new System.Drawing.Size(85, 33);
            this.btnLoad.TabIndex = 3;
            this.btnLoad.Text = "加载样式";
            this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
            // 
            // frmGridCustomize
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(420, 361);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.btnLoad);
            this.Controls.Add(this.btnDefault);
            this.Controls.Add(this.btnSave);
            this.Controls.Add(this.btnDel);
            this.Controls.Add(this.lbCurrentLayout);
            this.Controls.Add(this.labelControl2);
            this.Controls.Add(this.list);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmGridCustomize";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "表格样式配置";
            ((System.ComponentModel.ISupportInitialize)(this.list)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtConfigName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private DevExpress.XtraEditors.ImageListBoxControl list;
        private System.Windows.Forms.ImageList imageList1;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.TextEdit txtConfigName;
        private DevExpress.XtraEditors.SimpleButton btnAdd;
        private DevExpress.XtraEditors.SimpleButton btnDel;
        internal System.Windows.Forms.ImageList imageList2;
        private DevExpress.XtraEditors.LabelControl labelControl2;
        private DevExpress.XtraEditors.LabelControl lbCurrentLayout;
        private DevExpress.XtraEditors.SimpleButton btnDefault;
        private DevExpress.XtraEditors.SimpleButton btnSave;
        internal System.Windows.Forms.ImageList imageList3;
        private DevExpress.XtraEditors.PanelControl panelControl1;
        private DevExpress.XtraEditors.SimpleButton btnLoad;
    }
}