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
|
this.Txt_PDFPath = new System.Windows.Forms.TextBox();
|
32
|
this.label1 = new System.Windows.Forms.Label();
|
33
|
this.Btn_LoadPDF = new System.Windows.Forms.Button();
|
34
|
this.Btn_Convert = new System.Windows.Forms.Button();
|
35
|
this.label2 = new System.Windows.Forms.Label();
|
36
|
this.Combo_Scale = new System.Windows.Forms.ComboBox();
|
37
|
this.label3 = new System.Windows.Forms.Label();
|
38
|
this.Txt_Length = new System.Windows.Forms.TextBox();
|
39
|
this.Chk_Scale = new System.Windows.Forms.CheckBox();
|
40
|
this.Combo_LengthType = new System.Windows.Forms.ComboBox();
|
41
|
this.label4 = new System.Windows.Forms.Label();
|
42
|
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::PDF_TO_IMAGE.WaitForm), true, true);
|
43
|
this.SuspendLayout();
|
44
|
//
|
45
|
// Txt_PDFPath
|
46
|
//
|
47
|
this.Txt_PDFPath.Location = new System.Drawing.Point(75, 40);
|
48
|
this.Txt_PDFPath.Name = "Txt_PDFPath";
|
49
|
this.Txt_PDFPath.Size = new System.Drawing.Size(498, 21);
|
50
|
this.Txt_PDFPath.TabIndex = 0;
|
51
|
//
|
52
|
// label1
|
53
|
//
|
54
|
this.label1.AutoSize = true;
|
55
|
this.label1.Location = new System.Drawing.Point(12, 43);
|
56
|
this.label1.Name = "label1";
|
57
|
this.label1.Size = new System.Drawing.Size(9, 12);
|
58
|
this.label1.TabIndex = 1;
|
59
|
this.label1.Text = " ";
|
60
|
//
|
61
|
// Btn_LoadPDF
|
62
|
//
|
63
|
this.Btn_LoadPDF.Location = new System.Drawing.Point(579, 39);
|
64
|
this.Btn_LoadPDF.Name = "Btn_LoadPDF";
|
65
|
this.Btn_LoadPDF.Size = new System.Drawing.Size(35, 21);
|
66
|
this.Btn_LoadPDF.TabIndex = 2;
|
67
|
this.Btn_LoadPDF.Text = "...";
|
68
|
this.Btn_LoadPDF.UseVisualStyleBackColor = true;
|
69
|
this.Btn_LoadPDF.Click += new System.EventHandler(this.Btn_LoadPDF_Click);
|
70
|
//
|
71
|
// Btn_Convert
|
72
|
//
|
73
|
this.Btn_Convert.BackColor = System.Drawing.Color.Transparent;
|
74
|
this.Btn_Convert.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
75
|
this.Btn_Convert.Location = new System.Drawing.Point(620, 39);
|
76
|
this.Btn_Convert.Name = "Btn_Convert";
|
77
|
this.Btn_Convert.Size = new System.Drawing.Size(63, 21);
|
78
|
this.Btn_Convert.TabIndex = 3;
|
79
|
this.Btn_Convert.Text = "Convert";
|
80
|
this.Btn_Convert.UseVisualStyleBackColor = false;
|
81
|
this.Btn_Convert.Click += new System.EventHandler(this.Btn_Convert_Click);
|
82
|
//
|
83
|
// label2
|
84
|
//
|
85
|
this.label2.AutoSize = true;
|
86
|
this.label2.Location = new System.Drawing.Point(12, 11);
|
87
|
this.label2.Name = "label2";
|
88
|
this.label2.Size = new System.Drawing.Size(37, 12);
|
89
|
this.label2.TabIndex = 4;
|
90
|
this.label2.Text = "Scale";
|
91
|
//
|
92
|
// Combo_Scale
|
93
|
//
|
94
|
this.Combo_Scale.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
95
|
this.Combo_Scale.FormattingEnabled = true;
|
96
|
this.Combo_Scale.Items.AddRange(new object[] {
|
97
|
"* 2",
|
98
|
"* 3",
|
99
|
"* 4",
|
100
|
"* 5",
|
101
|
"* 6",
|
102
|
"* 7",
|
103
|
"* 8",
|
104
|
"* 9",
|
105
|
"* 10"});
|
106
|
this.Combo_Scale.Location = new System.Drawing.Point(75, 8);
|
107
|
this.Combo_Scale.MaxDropDownItems = 12;
|
108
|
this.Combo_Scale.Name = "Combo_Scale";
|
109
|
this.Combo_Scale.Size = new System.Drawing.Size(48, 20);
|
110
|
this.Combo_Scale.TabIndex = 5;
|
111
|
//
|
112
|
// label3
|
113
|
//
|
114
|
this.label3.AutoSize = true;
|
115
|
this.label3.Location = new System.Drawing.Point(12, 43);
|
116
|
this.label3.Name = "label3";
|
117
|
this.label3.Size = new System.Drawing.Size(57, 12);
|
118
|
this.label3.TabIndex = 6;
|
119
|
this.label3.Text = "PDF Path";
|
120
|
//
|
121
|
// Txt_Length
|
122
|
//
|
123
|
this.Txt_Length.Location = new System.Drawing.Point(261, 8);
|
124
|
this.Txt_Length.Name = "Txt_Length";
|
125
|
this.Txt_Length.Size = new System.Drawing.Size(78, 21);
|
126
|
this.Txt_Length.TabIndex = 9;
|
127
|
//
|
128
|
// Chk_Scale
|
129
|
//
|
130
|
this.Chk_Scale.AutoSize = true;
|
131
|
this.Chk_Scale.Checked = true;
|
132
|
this.Chk_Scale.CheckState = System.Windows.Forms.CheckState.Checked;
|
133
|
this.Chk_Scale.Location = new System.Drawing.Point(491, 10);
|
134
|
this.Chk_Scale.Name = "Chk_Scale";
|
135
|
this.Chk_Scale.Size = new System.Drawing.Size(82, 16);
|
136
|
this.Chk_Scale.TabIndex = 11;
|
137
|
this.Chk_Scale.Text = "Use Scale";
|
138
|
this.Chk_Scale.UseVisualStyleBackColor = true;
|
139
|
this.Chk_Scale.CheckedChanged += new System.EventHandler(this.Chk_Scale_CheckedChanged);
|
140
|
//
|
141
|
// Combo_LengthType
|
142
|
//
|
143
|
this.Combo_LengthType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
144
|
this.Combo_LengthType.FormattingEnabled = true;
|
145
|
this.Combo_LengthType.Items.AddRange(new object[] {
|
146
|
"Width",
|
147
|
"Height"});
|
148
|
this.Combo_LengthType.Location = new System.Drawing.Point(175, 8);
|
149
|
this.Combo_LengthType.MaxDropDownItems = 12;
|
150
|
this.Combo_LengthType.Name = "Combo_LengthType";
|
151
|
this.Combo_LengthType.Size = new System.Drawing.Size(80, 20);
|
152
|
this.Combo_LengthType.TabIndex = 12;
|
153
|
//
|
154
|
// label4
|
155
|
//
|
156
|
this.label4.AutoSize = true;
|
157
|
this.label4.Location = new System.Drawing.Point(345, 11);
|
158
|
this.label4.Name = "label4";
|
159
|
this.label4.Size = new System.Drawing.Size(40, 12);
|
160
|
this.label4.TabIndex = 13;
|
161
|
this.label4.Text = "Pixels";
|
162
|
//
|
163
|
// splashScreenManager
|
164
|
//
|
165
|
this.splashScreenManager1.ClosingDelay = 500;
|
166
|
//
|
167
|
// ConvertImage
|
168
|
//
|
169
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
170
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
171
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
172
|
this.ClientSize = new System.Drawing.Size(695, 73);
|
173
|
this.Controls.Add(this.label4);
|
174
|
this.Controls.Add(this.Combo_LengthType);
|
175
|
this.Controls.Add(this.Chk_Scale);
|
176
|
this.Controls.Add(this.Txt_Length);
|
177
|
this.Controls.Add(this.label3);
|
178
|
this.Controls.Add(this.Combo_Scale);
|
179
|
this.Controls.Add(this.label2);
|
180
|
this.Controls.Add(this.Btn_Convert);
|
181
|
this.Controls.Add(this.Btn_LoadPDF);
|
182
|
this.Controls.Add(this.label1);
|
183
|
this.Controls.Add(this.Txt_PDFPath);
|
184
|
this.MaximizeBox = false;
|
185
|
this.Name = "ConvertImage";
|
186
|
this.ShowIcon = false;
|
187
|
this.Text = "ConvertImage";
|
188
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConvertImage_FormClosing);
|
189
|
this.ResumeLayout(false);
|
190
|
this.PerformLayout();
|
191
|
|
192
|
}
|
193
|
|
194
|
#endregion
|
195
|
|
196
|
private System.Windows.Forms.TextBox Txt_PDFPath;
|
197
|
private System.Windows.Forms.Label label1;
|
198
|
private System.Windows.Forms.Button Btn_LoadPDF;
|
199
|
private System.Windows.Forms.Button Btn_Convert;
|
200
|
private System.Windows.Forms.Label label2;
|
201
|
private System.Windows.Forms.ComboBox Combo_Scale;
|
202
|
private System.Windows.Forms.Label label3;
|
203
|
private System.Windows.Forms.TextBox Txt_Length;
|
204
|
private System.Windows.Forms.CheckBox Chk_Scale;
|
205
|
private System.Windows.Forms.ComboBox Combo_LengthType;
|
206
|
private System.Windows.Forms.Label label4;
|
207
|
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
|
208
|
}
|
209
|
}
|
210
|
|