프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / PDF_TO_IMAGE / ConvertImage.Designer.cs @ c0a42e90

이력 | 보기 | 이력해설 | 다운로드 (11.3 KB)

1
namespace PDF_TO_IMAGE
2
{
3
    partial class ConvertImage
4
    {
5
        /// <summary>
6
        /// 필수 디자이너 변수입니다.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9

    
10
        /// <summary>
11
        /// 사용 중인 모든 리소스를 정리합니다.
12
        /// </summary>
13
        /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22

    
23
        #region Windows Form 디자이너에서 생성한 코드
24

    
25
        /// <summary>
26
        /// 디자이너 지원에 필요한 메서드입니다. 
27
        /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConvertImage));
32
            this.Txt_PDFPath = new System.Windows.Forms.TextBox();
33
            this.label1 = new System.Windows.Forms.Label();
34
            this.Btn_LoadPDF = new System.Windows.Forms.Button();
35
            this.Btn_Convert = new System.Windows.Forms.Button();
36
            this.label2 = new System.Windows.Forms.Label();
37
            this.Combo_Scale = new System.Windows.Forms.ComboBox();
38
            this.label3 = new System.Windows.Forms.Label();
39
            this.Txt_Length = new System.Windows.Forms.TextBox();
40
            this.Chk_Scale = new System.Windows.Forms.CheckBox();
41
            this.Combo_LengthType = new System.Windows.Forms.ComboBox();
42
            this.label4 = new System.Windows.Forms.Label();
43
            this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::PDF_TO_IMAGE.WaitForm), true, true);
44
            this.groupBoxAttr = new System.Windows.Forms.GroupBox();
45
            this.labelStatus = new System.Windows.Forms.Label();
46
            this.groupBoxAttr.SuspendLayout();
47
            this.SuspendLayout();
48
            // 
49
            // Txt_PDFPath
50
            // 
51
            this.Txt_PDFPath.Location = new System.Drawing.Point(69, 50);
52
            this.Txt_PDFPath.Name = "Txt_PDFPath";
53
            this.Txt_PDFPath.Size = new System.Drawing.Size(555, 21);
54
            this.Txt_PDFPath.TabIndex = 0;
55
            // 
56
            // label1
57
            // 
58
            this.label1.AutoSize = true;
59
            this.label1.Location = new System.Drawing.Point(12, 43);
60
            this.label1.Name = "label1";
61
            this.label1.Size = new System.Drawing.Size(9, 12);
62
            this.label1.TabIndex = 1;
63
            this.label1.Text = " ";
64
            // 
65
            // Btn_LoadPDF
66
            // 
67
            this.Btn_LoadPDF.Location = new System.Drawing.Point(630, 50);
68
            this.Btn_LoadPDF.Name = "Btn_LoadPDF";
69
            this.Btn_LoadPDF.Size = new System.Drawing.Size(35, 21);
70
            this.Btn_LoadPDF.TabIndex = 2;
71
            this.Btn_LoadPDF.Text = "...";
72
            this.Btn_LoadPDF.UseVisualStyleBackColor = true;
73
            this.Btn_LoadPDF.Click += new System.EventHandler(this.Btn_LoadPDF_Click);
74
            // 
75
            // Btn_Convert
76
            // 
77
            this.Btn_Convert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
78
            this.Btn_Convert.BackColor = System.Drawing.Color.Transparent;
79
            this.Btn_Convert.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
80
            this.Btn_Convert.Location = new System.Drawing.Point(597, 107);
81
            this.Btn_Convert.Name = "Btn_Convert";
82
            this.Btn_Convert.Size = new System.Drawing.Size(86, 28);
83
            this.Btn_Convert.TabIndex = 3;
84
            this.Btn_Convert.Text = "Convert";
85
            this.Btn_Convert.UseVisualStyleBackColor = false;
86
            this.Btn_Convert.Click += new System.EventHandler(this.Btn_Convert_Click);
87
            // 
88
            // label2
89
            // 
90
            this.label2.AutoSize = true;
91
            this.label2.Location = new System.Drawing.Point(6, 27);
92
            this.label2.Name = "label2";
93
            this.label2.Size = new System.Drawing.Size(37, 12);
94
            this.label2.TabIndex = 4;
95
            this.label2.Text = "Scale";
96
            // 
97
            // Combo_Scale
98
            // 
99
            this.Combo_Scale.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
100
            this.Combo_Scale.FormattingEnabled = true;
101
            this.Combo_Scale.Items.AddRange(new object[] {
102
            "* 2",
103
            "* 3",
104
            "* 4",
105
            "* 5",
106
            "* 6",
107
            "* 7",
108
            "* 8",
109
            "* 9",
110
            "* 10"});
111
            this.Combo_Scale.Location = new System.Drawing.Point(69, 24);
112
            this.Combo_Scale.MaxDropDownItems = 12;
113
            this.Combo_Scale.Name = "Combo_Scale";
114
            this.Combo_Scale.Size = new System.Drawing.Size(48, 20);
115
            this.Combo_Scale.TabIndex = 5;
116
            // 
117
            // label3
118
            // 
119
            this.label3.AutoSize = true;
120
            this.label3.Location = new System.Drawing.Point(6, 56);
121
            this.label3.Name = "label3";
122
            this.label3.Size = new System.Drawing.Size(57, 12);
123
            this.label3.TabIndex = 6;
124
            this.label3.Text = "PDF Path";
125
            // 
126
            // Txt_Length
127
            // 
128
            this.Txt_Length.Location = new System.Drawing.Point(255, 24);
129
            this.Txt_Length.Name = "Txt_Length";
130
            this.Txt_Length.Size = new System.Drawing.Size(78, 21);
131
            this.Txt_Length.TabIndex = 9;
132
            // 
133
            // Chk_Scale
134
            // 
135
            this.Chk_Scale.AutoSize = true;
136
            this.Chk_Scale.Checked = true;
137
            this.Chk_Scale.CheckState = System.Windows.Forms.CheckState.Checked;
138
            this.Chk_Scale.Location = new System.Drawing.Point(485, 26);
139
            this.Chk_Scale.Name = "Chk_Scale";
140
            this.Chk_Scale.Size = new System.Drawing.Size(82, 16);
141
            this.Chk_Scale.TabIndex = 11;
142
            this.Chk_Scale.Text = "Use Scale";
143
            this.Chk_Scale.UseVisualStyleBackColor = true;
144
            this.Chk_Scale.CheckedChanged += new System.EventHandler(this.Chk_Scale_CheckedChanged);
145
            // 
146
            // Combo_LengthType
147
            // 
148
            this.Combo_LengthType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
149
            this.Combo_LengthType.FormattingEnabled = true;
150
            this.Combo_LengthType.Items.AddRange(new object[] {
151
            "Width",
152
            "Height"});
153
            this.Combo_LengthType.Location = new System.Drawing.Point(169, 24);
154
            this.Combo_LengthType.MaxDropDownItems = 12;
155
            this.Combo_LengthType.Name = "Combo_LengthType";
156
            this.Combo_LengthType.Size = new System.Drawing.Size(80, 20);
157
            this.Combo_LengthType.TabIndex = 12;
158
            // 
159
            // label4
160
            // 
161
            this.label4.AutoSize = true;
162
            this.label4.Location = new System.Drawing.Point(339, 27);
163
            this.label4.Name = "label4";
164
            this.label4.Size = new System.Drawing.Size(40, 12);
165
            this.label4.TabIndex = 13;
166
            this.label4.Text = "Pixels";
167
            // 
168
            // splashScreenManager1
169
            // 
170
            this.splashScreenManager1.ClosingDelay = 500;
171
            // 
172
            // groupBoxAttr
173
            // 
174
            this.groupBoxAttr.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
175
            | System.Windows.Forms.AnchorStyles.Left) 
176
            | System.Windows.Forms.AnchorStyles.Right)));
177
            this.groupBoxAttr.Controls.Add(this.label2);
178
            this.groupBoxAttr.Controls.Add(this.label3);
179
            this.groupBoxAttr.Controls.Add(this.Btn_LoadPDF);
180
            this.groupBoxAttr.Controls.Add(this.label4);
181
            this.groupBoxAttr.Controls.Add(this.Combo_Scale);
182
            this.groupBoxAttr.Controls.Add(this.Txt_PDFPath);
183
            this.groupBoxAttr.Controls.Add(this.Combo_LengthType);
184
            this.groupBoxAttr.Controls.Add(this.Txt_Length);
185
            this.groupBoxAttr.Controls.Add(this.Chk_Scale);
186
            this.groupBoxAttr.Location = new System.Drawing.Point(12, 12);
187
            this.groupBoxAttr.Name = "groupBoxAttr";
188
            this.groupBoxAttr.Size = new System.Drawing.Size(671, 89);
189
            this.groupBoxAttr.TabIndex = 14;
190
            this.groupBoxAttr.TabStop = false;
191
            // 
192
            // labelStatus
193
            // 
194
            this.labelStatus.AutoSize = true;
195
            this.labelStatus.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
196
            this.labelStatus.ForeColor = System.Drawing.Color.Blue;
197
            this.labelStatus.Location = new System.Drawing.Point(12, 115);
198
            this.labelStatus.Name = "labelStatus";
199
            this.labelStatus.Size = new System.Drawing.Size(52, 13);
200
            this.labelStatus.TabIndex = 15;
201
            this.labelStatus.Text = "Ready";
202
            // 
203
            // ConvertImage
204
            // 
205
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
206
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
207
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
208
            this.ClientSize = new System.Drawing.Size(695, 147);
209
            this.Controls.Add(this.labelStatus);
210
            this.Controls.Add(this.groupBoxAttr);
211
            this.Controls.Add(this.Btn_Convert);
212
            this.Controls.Add(this.label1);
213
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
214
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
215
            this.MaximizeBox = false;
216
            this.Name = "ConvertImage";
217
            this.Text = "Convert PDF to Image";
218
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConvertImage_FormClosing);
219
            this.groupBoxAttr.ResumeLayout(false);
220
            this.groupBoxAttr.PerformLayout();
221
            this.ResumeLayout(false);
222
            this.PerformLayout();
223

    
224
        }
225

    
226
        #endregion
227

    
228
        private System.Windows.Forms.TextBox Txt_PDFPath;
229
        private System.Windows.Forms.Label label1;
230
        private System.Windows.Forms.Button Btn_LoadPDF;
231
        private System.Windows.Forms.Button Btn_Convert;
232
        private System.Windows.Forms.Label label2;
233
        private System.Windows.Forms.ComboBox Combo_Scale;
234
        private System.Windows.Forms.Label label3;
235
        private System.Windows.Forms.TextBox Txt_Length;
236
        private System.Windows.Forms.CheckBox Chk_Scale;
237
        private System.Windows.Forms.ComboBox Combo_LengthType;
238
        private System.Windows.Forms.Label label4;
239
        private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
240
        private System.Windows.Forms.GroupBox groupBoxAttr;
241
        private System.Windows.Forms.Label labelStatus;
242
    }
243
}
244

    
클립보드 이미지 추가 (최대 크기: 500 MB)