프로젝트

일반

사용자정보

개정판 3abc20b4

ID3abc20b4b22748920e4d12bc8eb83dbfe340a5dc
상위 b3d6f42b
하위 e0af85a4

함의성이(가) 일년 이상 전에 추가함

change msg

Change-Id: I512e11dd7dffb2bdfa6e8c4353f179f996e4d028

차이점 보기:

DTI_PID/PDF_TO_IMAGE/ConvertImage.cs
50 50
            {
51 51
                if (OFD.FileNames.Length > 1)
52 52
                {
53
                    if (MessageBox.Show("여러 파일을 하나로 합치고 진행하시겠습니까?", "Question", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) == DialogResult.OK)
53
                    if (MessageBox.Show("Do you want to merge files into one?", "Question", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) == DialogResult.OK)
54 54
                    {
55 55
                        SaveFileDialog saveFileDialog = new SaveFileDialog();
56 56
                        saveFileDialog.Filter = "PDF Files (.PDF)|*.PDF";
......
137 137
                                        splashScreenManager1.SetWaitFormDescription((i + 1) + " / " + sPage + " Pages ( " + iPercent + "% )");
138 138
                                    }
139 139

  
140
                                    MessageBox.Show("변환완료");
140
                                    MessageBox.Show("Finished");
141 141
                                }
142 142
                                catch (Exception ex)
143 143
                                {
144
                                    MessageBox.Show("변환 이미지의 사이즈를 줄여주십시오");
144
                                    MessageBox.Show("Please reduce the size of the converted image");
145 145
                                }
146 146

  
147 147
                                pdp.CloseDocument();
......
149 149
                            }
150 150
                            else
151 151
                            {
152
                                MessageBox.Show("PDF 경로와 Scale 또는 Width or Height를 확인해주세요");
152
                                MessageBox.Show("Please check PDF path and Scale or Width or Height");
153 153
                            }
154 154
                        }
155 155
                    }
......
327 327
                            catch (Exception ex)
328 328
                            {
329 329
                                result = false;
330
                                MessageBox.Show("에러를 확인해 주세요: " + ex.Message, "에러", MessageBoxButtons.OK, MessageBoxIcon.Error);
330
                                MessageBox.Show("Please check the error : " + ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
331 331
                                break;
332 332
                            }
333 333

  
......
337 337
                    }
338 338

  
339 339
                    if (result)
340
                        this.labelStatus.Text = "변환 완료";
340
                        this.labelStatus.Text = "Finished";
341 341
                }
342 342
                else
343 343
                {
344
                    MessageBox.Show("PDF 경로와 Scale 또는 Width or Height를 확인해 주세요");
344
                    MessageBox.Show("Please check PDF path and Scale or Width or Height");
345 345
                }
346 346
            }
347 347
            else
348 348
            {
349
                MessageBox.Show("PDF 경로와 Scale 또는 Width or Height를 확인해 주세요");
349
                MessageBox.Show("Please check PDF path and Scale or Width or Height");
350 350
            }
351 351
        }
352 352
    }

내보내기 Unified diff

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