개정판 bef3613f
issue #569: PDF를 이미지로 변환 시 PDF에 있는 텍스트를 추출한다
Change-Id: I445fee35d32456aa8022e01eacd58dc4abe423b8
DTI_PID/PDF_TO_IMAGE/ConvertImage.Designer.cs | ||
---|---|---|
28 | 28 |
/// </summary> |
29 | 29 |
private void InitializeComponent() |
30 | 30 |
{ |
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConvertImage)); |
|
31 | 32 |
this.Txt_PDFPath = new System.Windows.Forms.TextBox(); |
32 | 33 |
this.label1 = new System.Windows.Forms.Label(); |
33 | 34 |
this.Btn_LoadPDF = new System.Windows.Forms.Button(); |
... | ... | |
40 | 41 |
this.Combo_LengthType = new System.Windows.Forms.ComboBox(); |
41 | 42 |
this.label4 = new System.Windows.Forms.Label(); |
42 | 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(); |
|
43 | 47 |
this.SuspendLayout(); |
44 | 48 |
// |
45 | 49 |
// Txt_PDFPath |
46 | 50 |
// |
47 |
this.Txt_PDFPath.Location = new System.Drawing.Point(75, 40);
|
|
51 |
this.Txt_PDFPath.Location = new System.Drawing.Point(69, 50);
|
|
48 | 52 |
this.Txt_PDFPath.Name = "Txt_PDFPath"; |
49 |
this.Txt_PDFPath.Size = new System.Drawing.Size(498, 21);
|
|
53 |
this.Txt_PDFPath.Size = new System.Drawing.Size(555, 21);
|
|
50 | 54 |
this.Txt_PDFPath.TabIndex = 0; |
51 | 55 |
// |
52 | 56 |
// label1 |
... | ... | |
60 | 64 |
// |
61 | 65 |
// Btn_LoadPDF |
62 | 66 |
// |
63 |
this.Btn_LoadPDF.Location = new System.Drawing.Point(579, 39);
|
|
67 |
this.Btn_LoadPDF.Location = new System.Drawing.Point(630, 50);
|
|
64 | 68 |
this.Btn_LoadPDF.Name = "Btn_LoadPDF"; |
65 | 69 |
this.Btn_LoadPDF.Size = new System.Drawing.Size(35, 21); |
66 | 70 |
this.Btn_LoadPDF.TabIndex = 2; |
... | ... | |
70 | 74 |
// |
71 | 75 |
// Btn_Convert |
72 | 76 |
// |
77 |
this.Btn_Convert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|
73 | 78 |
this.Btn_Convert.BackColor = System.Drawing.Color.Transparent; |
74 | 79 |
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);
|
|
80 |
this.Btn_Convert.Location = new System.Drawing.Point(597, 107);
|
|
76 | 81 |
this.Btn_Convert.Name = "Btn_Convert"; |
77 |
this.Btn_Convert.Size = new System.Drawing.Size(63, 21);
|
|
82 |
this.Btn_Convert.Size = new System.Drawing.Size(86, 28);
|
|
78 | 83 |
this.Btn_Convert.TabIndex = 3; |
79 | 84 |
this.Btn_Convert.Text = "Convert"; |
80 | 85 |
this.Btn_Convert.UseVisualStyleBackColor = false; |
... | ... | |
83 | 88 |
// label2 |
84 | 89 |
// |
85 | 90 |
this.label2.AutoSize = true; |
86 |
this.label2.Location = new System.Drawing.Point(12, 11);
|
|
91 |
this.label2.Location = new System.Drawing.Point(6, 27);
|
|
87 | 92 |
this.label2.Name = "label2"; |
88 | 93 |
this.label2.Size = new System.Drawing.Size(37, 12); |
89 | 94 |
this.label2.TabIndex = 4; |
... | ... | |
103 | 108 |
"* 8", |
104 | 109 |
"* 9", |
105 | 110 |
"* 10"}); |
106 |
this.Combo_Scale.Location = new System.Drawing.Point(75, 8);
|
|
111 |
this.Combo_Scale.Location = new System.Drawing.Point(69, 24);
|
|
107 | 112 |
this.Combo_Scale.MaxDropDownItems = 12; |
108 | 113 |
this.Combo_Scale.Name = "Combo_Scale"; |
109 | 114 |
this.Combo_Scale.Size = new System.Drawing.Size(48, 20); |
... | ... | |
112 | 117 |
// label3 |
113 | 118 |
// |
114 | 119 |
this.label3.AutoSize = true; |
115 |
this.label3.Location = new System.Drawing.Point(12, 43);
|
|
120 |
this.label3.Location = new System.Drawing.Point(6, 56);
|
|
116 | 121 |
this.label3.Name = "label3"; |
117 | 122 |
this.label3.Size = new System.Drawing.Size(57, 12); |
118 | 123 |
this.label3.TabIndex = 6; |
... | ... | |
120 | 125 |
// |
121 | 126 |
// Txt_Length |
122 | 127 |
// |
123 |
this.Txt_Length.Location = new System.Drawing.Point(261, 8);
|
|
128 |
this.Txt_Length.Location = new System.Drawing.Point(255, 24);
|
|
124 | 129 |
this.Txt_Length.Name = "Txt_Length"; |
125 | 130 |
this.Txt_Length.Size = new System.Drawing.Size(78, 21); |
126 | 131 |
this.Txt_Length.TabIndex = 9; |
... | ... | |
130 | 135 |
this.Chk_Scale.AutoSize = true; |
131 | 136 |
this.Chk_Scale.Checked = true; |
132 | 137 |
this.Chk_Scale.CheckState = System.Windows.Forms.CheckState.Checked; |
133 |
this.Chk_Scale.Location = new System.Drawing.Point(491, 10);
|
|
138 |
this.Chk_Scale.Location = new System.Drawing.Point(485, 26);
|
|
134 | 139 |
this.Chk_Scale.Name = "Chk_Scale"; |
135 | 140 |
this.Chk_Scale.Size = new System.Drawing.Size(82, 16); |
136 | 141 |
this.Chk_Scale.TabIndex = 11; |
... | ... | |
145 | 150 |
this.Combo_LengthType.Items.AddRange(new object[] { |
146 | 151 |
"Width", |
147 | 152 |
"Height"}); |
148 |
this.Combo_LengthType.Location = new System.Drawing.Point(175, 8);
|
|
153 |
this.Combo_LengthType.Location = new System.Drawing.Point(169, 24);
|
|
149 | 154 |
this.Combo_LengthType.MaxDropDownItems = 12; |
150 | 155 |
this.Combo_LengthType.Name = "Combo_LengthType"; |
151 | 156 |
this.Combo_LengthType.Size = new System.Drawing.Size(80, 20); |
... | ... | |
154 | 159 |
// label4 |
155 | 160 |
// |
156 | 161 |
this.label4.AutoSize = true; |
157 |
this.label4.Location = new System.Drawing.Point(345, 11);
|
|
162 |
this.label4.Location = new System.Drawing.Point(339, 27);
|
|
158 | 163 |
this.label4.Name = "label4"; |
159 | 164 |
this.label4.Size = new System.Drawing.Size(40, 12); |
160 | 165 |
this.label4.TabIndex = 13; |
... | ... | |
164 | 169 |
// |
165 | 170 |
this.splashScreenManager1.ClosingDelay = 500; |
166 | 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 |
// |
|
167 | 203 |
// ConvertImage |
168 | 204 |
// |
169 | 205 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
170 | 206 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
171 | 207 |
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); |
|
208 |
this.ClientSize = new System.Drawing.Size(695, 147); |
|
209 |
this.Controls.Add(this.labelStatus); |
|
210 |
this.Controls.Add(this.groupBoxAttr); |
|
180 | 211 |
this.Controls.Add(this.Btn_Convert); |
181 |
this.Controls.Add(this.Btn_LoadPDF); |
|
182 | 212 |
this.Controls.Add(this.label1); |
183 |
this.Controls.Add(this.Txt_PDFPath); |
|
213 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|
214 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
184 | 215 |
this.MaximizeBox = false; |
185 | 216 |
this.Name = "ConvertImage"; |
186 |
this.ShowIcon = false; |
|
187 |
this.Text = "ConvertImage"; |
|
217 |
this.Text = "Convert PDF to Image"; |
|
188 | 218 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConvertImage_FormClosing); |
219 |
this.groupBoxAttr.ResumeLayout(false); |
|
220 |
this.groupBoxAttr.PerformLayout(); |
|
189 | 221 |
this.ResumeLayout(false); |
190 | 222 |
this.PerformLayout(); |
191 | 223 |
|
... | ... | |
205 | 237 |
private System.Windows.Forms.ComboBox Combo_LengthType; |
206 | 238 |
private System.Windows.Forms.Label label4; |
207 | 239 |
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; |
240 |
private System.Windows.Forms.GroupBox groupBoxAttr; |
|
241 |
private System.Windows.Forms.Label labelStatus; |
|
208 | 242 |
} |
209 | 243 |
} |
210 | 244 |
|
내보내기 Unified diff