프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / PDF_TO_IMAGE / ConvertImage.Designer.cs @ 09cda933

이력 | 보기 | 이력해설 | 다운로드 (8.31 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
            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_DPI = new System.Windows.Forms.ComboBox();
37
            this.label3 = new System.Windows.Forms.Label();
38
            this.label4 = new System.Windows.Forms.Label();
39
            this.label5 = new System.Windows.Forms.Label();
40
            this.Txt_Height = new System.Windows.Forms.TextBox();
41
            this.Txt_Width = new System.Windows.Forms.TextBox();
42
            this.Chk_DPI = new System.Windows.Forms.CheckBox();
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, 14);
87
            this.label2.Name = "label2";
88
            this.label2.Size = new System.Drawing.Size(23, 12);
89
            this.label2.TabIndex = 4;
90
            this.label2.Text = "Dpi";
91
            // 
92
            // Combo_DPI
93
            // 
94
            this.Combo_DPI.FormattingEnabled = true;
95
            this.Combo_DPI.Items.AddRange(new object[] {
96
            "150",
97
            "300",
98
            "400",
99
            "500",
100
            "600",
101
            "750",
102
            "900",
103
            "1200",
104
            "1500",
105
            "1800"});
106
            this.Combo_DPI.Location = new System.Drawing.Point(75, 11);
107
            this.Combo_DPI.MaxDropDownItems = 12;
108
            this.Combo_DPI.Name = "Combo_DPI";
109
            this.Combo_DPI.Size = new System.Drawing.Size(83, 20);
110
            this.Combo_DPI.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
            // label4
122
            // 
123
            this.label4.AutoSize = true;
124
            this.label4.Location = new System.Drawing.Point(183, 14);
125
            this.label4.Name = "label4";
126
            this.label4.Size = new System.Drawing.Size(40, 12);
127
            this.label4.TabIndex = 7;
128
            this.label4.Text = "Height";
129
            // 
130
            // label5
131
            // 
132
            this.label5.AutoSize = true;
133
            this.label5.Location = new System.Drawing.Point(324, 14);
134
            this.label5.Name = "label5";
135
            this.label5.Size = new System.Drawing.Size(35, 12);
136
            this.label5.TabIndex = 8;
137
            this.label5.Text = "Width";
138
            // 
139
            // Txt_Height
140
            // 
141
            this.Txt_Height.Location = new System.Drawing.Point(229, 10);
142
            this.Txt_Height.Name = "Txt_Height";
143
            this.Txt_Height.Size = new System.Drawing.Size(72, 21);
144
            this.Txt_Height.TabIndex = 9;
145
            // 
146
            // Txt_Width
147
            // 
148
            this.Txt_Width.Location = new System.Drawing.Point(365, 10);
149
            this.Txt_Width.Name = "Txt_Width";
150
            this.Txt_Width.Size = new System.Drawing.Size(72, 21);
151
            this.Txt_Width.TabIndex = 10;
152
            // 
153
            // Chk_DPI
154
            // 
155
            this.Chk_DPI.AutoSize = true;
156
            this.Chk_DPI.Location = new System.Drawing.Point(459, 14);
157
            this.Chk_DPI.Name = "Chk_DPI";
158
            this.Chk_DPI.Size = new System.Drawing.Size(69, 16);
159
            this.Chk_DPI.TabIndex = 11;
160
            this.Chk_DPI.Text = "Use DPI";
161
            this.Chk_DPI.UseVisualStyleBackColor = true;
162
            // 
163
            // ConvertImage
164
            // 
165
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
166
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
167
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
168
            this.ClientSize = new System.Drawing.Size(695, 73);
169
            this.Controls.Add(this.Chk_DPI);
170
            this.Controls.Add(this.Txt_Width);
171
            this.Controls.Add(this.Txt_Height);
172
            this.Controls.Add(this.label5);
173
            this.Controls.Add(this.label4);
174
            this.Controls.Add(this.label3);
175
            this.Controls.Add(this.Combo_DPI);
176
            this.Controls.Add(this.label2);
177
            this.Controls.Add(this.Btn_Convert);
178
            this.Controls.Add(this.Btn_LoadPDF);
179
            this.Controls.Add(this.label1);
180
            this.Controls.Add(this.Txt_PDFPath);
181
            this.MaximizeBox = false;
182
            this.Name = "ConvertImage";
183
            this.ShowIcon = false;
184
            this.Text = "ConvertImage";
185
            this.ResumeLayout(false);
186
            this.PerformLayout();
187

    
188
        }
189

    
190
        #endregion
191

    
192
        private System.Windows.Forms.TextBox Txt_PDFPath;
193
        private System.Windows.Forms.Label label1;
194
        private System.Windows.Forms.Button Btn_LoadPDF;
195
        private System.Windows.Forms.Button Btn_Convert;
196
        private System.Windows.Forms.Label label2;
197
        private System.Windows.Forms.ComboBox Combo_DPI;
198
        private System.Windows.Forms.Label label3;
199
        private System.Windows.Forms.Label label4;
200
        private System.Windows.Forms.Label label5;
201
        private System.Windows.Forms.TextBox Txt_Height;
202
        private System.Windows.Forms.TextBox Txt_Width;
203
        private System.Windows.Forms.CheckBox Chk_DPI;
204
    }
205
}
206

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