프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1 4601d8de Gyusu
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.SuspendLayout();
43
            // 
44
            // Txt_PDFPath
45
            // 
46
            this.Txt_PDFPath.Location = new System.Drawing.Point(75, 40);
47
            this.Txt_PDFPath.Name = "Txt_PDFPath";
48
            this.Txt_PDFPath.Size = new System.Drawing.Size(498, 21);
49
            this.Txt_PDFPath.TabIndex = 0;
50
            // 
51
            // label1
52
            // 
53
            this.label1.AutoSize = true;
54
            this.label1.Location = new System.Drawing.Point(12, 43);
55
            this.label1.Name = "label1";
56
            this.label1.Size = new System.Drawing.Size(9, 12);
57
            this.label1.TabIndex = 1;
58
            this.label1.Text = " ";
59
            // 
60
            // Btn_LoadPDF
61
            // 
62
            this.Btn_LoadPDF.Location = new System.Drawing.Point(579, 39);
63
            this.Btn_LoadPDF.Name = "Btn_LoadPDF";
64
            this.Btn_LoadPDF.Size = new System.Drawing.Size(35, 21);
65
            this.Btn_LoadPDF.TabIndex = 2;
66
            this.Btn_LoadPDF.Text = "...";
67
            this.Btn_LoadPDF.UseVisualStyleBackColor = true;
68
            this.Btn_LoadPDF.Click += new System.EventHandler(this.Btn_LoadPDF_Click);
69
            // 
70
            // Btn_Convert
71
            // 
72
            this.Btn_Convert.BackColor = System.Drawing.Color.Transparent;
73
            this.Btn_Convert.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
74
            this.Btn_Convert.Location = new System.Drawing.Point(620, 39);
75
            this.Btn_Convert.Name = "Btn_Convert";
76
            this.Btn_Convert.Size = new System.Drawing.Size(63, 21);
77
            this.Btn_Convert.TabIndex = 3;
78
            this.Btn_Convert.Text = "Convert";
79
            this.Btn_Convert.UseVisualStyleBackColor = false;
80
            this.Btn_Convert.Click += new System.EventHandler(this.Btn_Convert_Click);
81
            // 
82
            // label2
83
            // 
84
            this.label2.AutoSize = true;
85
            this.label2.Location = new System.Drawing.Point(12, 14);
86
            this.label2.Name = "label2";
87
            this.label2.Size = new System.Drawing.Size(23, 12);
88
            this.label2.TabIndex = 4;
89
            this.label2.Text = "Dpi";
90
            // 
91
            // Combo_DPI
92
            // 
93
            this.Combo_DPI.FormattingEnabled = true;
94
            this.Combo_DPI.Items.AddRange(new object[] {
95
            "150",
96
            "300",
97
            "600",
98
            "750",
99
            "900",
100
            "1200",
101
            "1500",
102
            "1800"});
103
            this.Combo_DPI.Location = new System.Drawing.Point(75, 11);
104
            this.Combo_DPI.MaxDropDownItems = 12;
105
            this.Combo_DPI.Name = "Combo_DPI";
106
            this.Combo_DPI.Size = new System.Drawing.Size(83, 20);
107
            this.Combo_DPI.TabIndex = 5;
108
            // 
109
            // label3
110
            // 
111
            this.label3.AutoSize = true;
112
            this.label3.Location = new System.Drawing.Point(12, 43);
113
            this.label3.Name = "label3";
114
            this.label3.Size = new System.Drawing.Size(57, 12);
115
            this.label3.TabIndex = 6;
116
            this.label3.Text = "PDF Path";
117
            // 
118
            // label4
119
            // 
120
            this.label4.AutoSize = true;
121
            this.label4.Location = new System.Drawing.Point(183, 14);
122
            this.label4.Name = "label4";
123
            this.label4.Size = new System.Drawing.Size(40, 12);
124
            this.label4.TabIndex = 7;
125
            this.label4.Text = "Height";
126
            this.label4.Visible = false;
127
            // 
128
            // label5
129
            // 
130
            this.label5.AutoSize = true;
131
            this.label5.Location = new System.Drawing.Point(324, 14);
132
            this.label5.Name = "label5";
133
            this.label5.Size = new System.Drawing.Size(35, 12);
134
            this.label5.TabIndex = 8;
135
            this.label5.Text = "Width";
136
            this.label5.Visible = false;
137
            // 
138
            // Txt_Height
139
            // 
140
            this.Txt_Height.Location = new System.Drawing.Point(229, 10);
141
            this.Txt_Height.Name = "Txt_Height";
142
            this.Txt_Height.Size = new System.Drawing.Size(72, 21);
143
            this.Txt_Height.TabIndex = 9;
144
            this.Txt_Height.Visible = false;
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
            this.Txt_Width.Visible = false;
153
            // 
154
            // ConvertImage
155
            // 
156
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
157
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
158
            this.ClientSize = new System.Drawing.Size(695, 73);
159
            this.Controls.Add(this.Txt_Width);
160
            this.Controls.Add(this.Txt_Height);
161
            this.Controls.Add(this.label5);
162
            this.Controls.Add(this.label4);
163
            this.Controls.Add(this.label3);
164
            this.Controls.Add(this.Combo_DPI);
165
            this.Controls.Add(this.label2);
166
            this.Controls.Add(this.Btn_Convert);
167
            this.Controls.Add(this.Btn_LoadPDF);
168
            this.Controls.Add(this.label1);
169
            this.Controls.Add(this.Txt_PDFPath);
170
            this.Name = "ConvertImage";
171
            this.ShowIcon = false;
172
            this.Text = "ConvertImage";
173
            this.ResumeLayout(false);
174
            this.PerformLayout();
175
176
        }
177
178
        #endregion
179
180
        private System.Windows.Forms.TextBox Txt_PDFPath;
181
        private System.Windows.Forms.Label label1;
182
        private System.Windows.Forms.Button Btn_LoadPDF;
183
        private System.Windows.Forms.Button Btn_Convert;
184
        private System.Windows.Forms.Label label2;
185
        private System.Windows.Forms.ComboBox Combo_DPI;
186
        private System.Windows.Forms.Label label3;
187
        private System.Windows.Forms.Label label4;
188
        private System.Windows.Forms.Label label5;
189
        private System.Windows.Forms.TextBox Txt_Height;
190
        private System.Windows.Forms.TextBox Txt_Width;
191
    }
192
}
클립보드 이미지 추가 (최대 크기: 500 MB)