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
namespace CSFrameworkV5.Library
{
    partial class frmExportGridData
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmExportGridData));
            this.label1 = new System.Windows.Forms.Label();
            this.chkListColumns = new DevExpress.XtraEditors.CheckedListBoxControl();
            this.label2 = new System.Windows.Forms.Label();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.cmbFileFormat = new DevExpress.XtraEditors.ComboBoxEdit();
            this.btnCheckAll = new DevExpress.XtraEditors.SimpleButton();
            this.btnUnCheckAll = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            this.pnlButtonAction.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkListColumns)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbFileFormat.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.btnUnCheckAll);
            this.panelControl1.Controls.Add(this.btnCheckAll);
            this.panelControl1.Controls.Add(this.cmbFileFormat);
            this.panelControl1.Controls.Add(this.labelControl1);
            this.panelControl1.Controls.Add(this.label2);
            this.panelControl1.Controls.Add(this.label1);
            this.panelControl1.Controls.Add(this.chkListColumns);
            this.panelControl1.Size = new System.Drawing.Size(389, 448);
            // 
            // btnOk
            // 
            this.btnOk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.ImageOptions.Image")));
            this.btnOk.Location = new System.Drawing.Point(100, 8);
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
            this.btnCancel.Location = new System.Drawing.Point(203, 8);
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // pnlButtonAction
            // 
            this.pnlButtonAction.Location = new System.Drawing.Point(0, 454);
            this.pnlButtonAction.Size = new System.Drawing.Size(389, 55);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
            this.label1.Location = new System.Drawing.Point(15, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(103, 15);
            this.label1.TabIndex = 3;
            this.label1.Text = "请勾选导出栏位:";
            // 
            // chkListColumns
            // 
            this.chkListColumns.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.chkListColumns.Appearance.Options.UseFont = true;
            this.chkListColumns.CheckOnClick = true;
            this.chkListColumns.ItemHeight = 25;
            this.chkListColumns.Location = new System.Drawing.Point(15, 39);
            this.chkListColumns.Name = "chkListColumns";
            this.chkListColumns.Size = new System.Drawing.Size(350, 352);
            this.chkListColumns.TabIndex = 2;
            // 
            // label2
            // 
            this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.label2.Location = new System.Drawing.Point(0, 447);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(389, 1);
            this.label2.TabIndex = 4;
            this.label2.Text = "label2";
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(15, 414);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(84, 14);
            this.labelControl1.TabIndex = 5;
            this.labelControl1.Text = "导出文件格式:";
            // 
            // cmbFileFormat
            // 
            this.cmbFileFormat.Location = new System.Drawing.Point(103, 410);
            this.cmbFileFormat.Name = "cmbFileFormat";
            this.cmbFileFormat.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.cmbFileFormat.Properties.Appearance.Options.UseFont = true;
            this.cmbFileFormat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cmbFileFormat.Properties.Items.AddRange(new object[] {
            "Microsoft Excel 93~97文件 (*.xls)",
            "Microsoft Excel 2007文件 (*.xlsx)",
            "Adobe Acrobat PDF文件(*.pdf)",
            "RTF文件",
            "HTML文件"});
            this.cmbFileFormat.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cmbFileFormat.Size = new System.Drawing.Size(260, 22);
            this.cmbFileFormat.TabIndex = 6;
            // 
            // btnCheckAll
            // 
            this.btnCheckAll.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnCheckAll.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnCheckAll.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCheckAll.ImageOptions.Image")));
            this.btnCheckAll.Location = new System.Drawing.Point(134, 6);
            this.btnCheckAll.Name = "btnCheckAll";
            this.btnCheckAll.Size = new System.Drawing.Size(84, 28);
            this.btnCheckAll.TabIndex = 7;
            this.btnCheckAll.Text = "勾选全部";
            this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
            // 
            // btnUnCheckAll
            // 
            this.btnUnCheckAll.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.btnUnCheckAll.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnUnCheckAll.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnUnCheckAll.ImageOptions.Image")));
            this.btnUnCheckAll.Location = new System.Drawing.Point(224, 6);
            this.btnUnCheckAll.Name = "btnUnCheckAll";
            this.btnUnCheckAll.Size = new System.Drawing.Size(84, 28);
            this.btnUnCheckAll.TabIndex = 8;
            this.btnUnCheckAll.Text = "取消勾选";
            this.btnUnCheckAll.Click += new System.EventHandler(this.btnUnCheckAll_Click);
            // 
            // frmExportGridData
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.ClientSize = new System.Drawing.Size(389, 509);
            this.MinimizeBox = false;
            this.Name = "frmExportGridData";
            this.Text = "导出表格数据通用窗体";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmExportGridData_FormClosing);
            this.Load += new System.EventHandler(this.frmExportGridData_Load);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            this.pnlButtonAction.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chkListColumns)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cmbFileFormat.Properties)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private DevExpress.XtraEditors.CheckedListBoxControl chkListColumns;
        private DevExpress.XtraEditors.ComboBoxEdit cmbFileFormat;
        private DevExpress.XtraEditors.LabelControl labelControl1;
        private DevExpress.XtraEditors.SimpleButton btnUnCheckAll;
        private DevExpress.XtraEditors.SimpleButton btnCheckAll;
    }
}