jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
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
namespace HH.WMS.Client
{
    partial class ExportForm
    {
        /// <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(ExportForm));
            this.exportSaveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.pBanner = new System.Windows.Forms.Panel();
            this.lblExport = new System.Windows.Forms.Label();
            this.lblSelectExportTxt = new System.Windows.Forms.Label();
            this.lblExportFormat = new System.Windows.Forms.Label();
            this.cmbExportFormat = new System.Windows.Forms.ComboBox();
            this.lblExportOptions = new System.Windows.Forms.Label();
            this.exportPropertyGrid = new System.Windows.Forms.PropertyGrid();
            this.btnOk = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.pBanner.SuspendLayout();
            this.SuspendLayout();
            // 
            // pBanner
            // 
            resources.ApplyResources(this.pBanner, "pBanner");
            this.pBanner.BackColor = System.Drawing.Color.White;
            this.pBanner.Controls.Add(this.lblExport);
            this.pBanner.Controls.Add(this.lblSelectExportTxt);
            this.pBanner.Name = "pBanner";
            // 
            // lblExport
            // 
            resources.ApplyResources(this.lblExport, "lblExport");
            this.lblExport.Name = "lblExport";
            // 
            // lblSelectExportTxt
            // 
            resources.ApplyResources(this.lblSelectExportTxt, "lblSelectExportTxt");
            this.lblSelectExportTxt.Name = "lblSelectExportTxt";
            // 
            // lblExportFormat
            // 
            resources.ApplyResources(this.lblExportFormat, "lblExportFormat");
            this.lblExportFormat.Name = "lblExportFormat";
            // 
            // cmbExportFormat
            // 
            resources.ApplyResources(this.cmbExportFormat, "cmbExportFormat");
            this.cmbExportFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbExportFormat.Name = "cmbExportFormat";
            this.cmbExportFormat.SelectedIndexChanged += new System.EventHandler(this.cmbExportFormat_SelectedIndexChanged);
            // 
            // lblExportOptions
            // 
            resources.ApplyResources(this.lblExportOptions, "lblExportOptions");
            this.lblExportOptions.Name = "lblExportOptions";
            // 
            // exportPropertyGrid
            // 
            resources.ApplyResources(this.exportPropertyGrid, "exportPropertyGrid");
            this.exportPropertyGrid.LineColor = System.Drawing.SystemColors.ScrollBar;
            this.exportPropertyGrid.Name = "exportPropertyGrid";
            // 
            // btnOk
            // 
            resources.ApplyResources(this.btnOk, "btnOk");
            this.btnOk.Name = "btnOk";
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
            // 
            // btnCancel
            // 
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // ExportForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOk);
            this.Controls.Add(this.exportPropertyGrid);
            this.Controls.Add(this.lblExportOptions);
            this.Controls.Add(this.lblExportFormat);
            this.Controls.Add(this.cmbExportFormat);
            this.Controls.Add(this.pBanner);
            this.Name = "ExportForm";
            this.Load += new System.EventHandler(this.ExportForm_Load);
            this.pBanner.ResumeLayout(false);
            this.pBanner.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.SaveFileDialog exportSaveFileDialog;
        private System.Windows.Forms.Panel pBanner;
        private System.Windows.Forms.Label lblExport;
        private System.Windows.Forms.Label lblSelectExportTxt;
        private System.Windows.Forms.Label lblExportFormat;
        private System.Windows.Forms.ComboBox cmbExportFormat;
        private System.Windows.Forms.Label lblExportOptions;
        private System.Windows.Forms.PropertyGrid exportPropertyGrid;
        private System.Windows.Forms.Button btnOk;
        private System.Windows.Forms.Button btnCancel;
    }
}