프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / PDF_TO_IMAGE / ConvertImage.Designer.cs @ 7edc8b5f

이력 | 보기 | 이력해설 | 다운로드 (8.65 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_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.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, 11);
86
            this.label2.Name = "label2";
87
            this.label2.Size = new System.Drawing.Size(37, 12);
88
            this.label2.TabIndex = 4;
89
            this.label2.Text = "Scale";
90
            // 
91
            // Combo_Scale
92
            // 
93
            this.Combo_Scale.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
94
            this.Combo_Scale.FormattingEnabled = true;
95
            this.Combo_Scale.Items.AddRange(new object[] {
96
            "* 2",
97
            "* 3",
98
            "* 4",
99
            "* 5",
100
            "* 6",
101
            "* 7",
102
            "* 8",
103
            "* 9",
104
            "* 10"});
105
            this.Combo_Scale.Location = new System.Drawing.Point(75, 8);
106
            this.Combo_Scale.MaxDropDownItems = 12;
107
            this.Combo_Scale.Name = "Combo_Scale";
108
            this.Combo_Scale.Size = new System.Drawing.Size(48, 20);
109
            this.Combo_Scale.TabIndex = 5;
110
            // 
111
            // label3
112
            // 
113
            this.label3.AutoSize = true;
114
            this.label3.Location = new System.Drawing.Point(12, 43);
115
            this.label3.Name = "label3";
116
            this.label3.Size = new System.Drawing.Size(57, 12);
117
            this.label3.TabIndex = 6;
118
            this.label3.Text = "PDF Path";
119
            // 
120
            // Txt_Length
121
            // 
122
            this.Txt_Length.Location = new System.Drawing.Point(261, 8);
123
            this.Txt_Length.Name = "Txt_Length";
124
            this.Txt_Length.Size = new System.Drawing.Size(78, 21);
125
            this.Txt_Length.TabIndex = 9;
126
            // 
127
            // Chk_Scale
128
            // 
129
            this.Chk_Scale.AutoSize = true;
130
            this.Chk_Scale.Checked = true;
131
            this.Chk_Scale.CheckState = System.Windows.Forms.CheckState.Checked;
132
            this.Chk_Scale.Location = new System.Drawing.Point(491, 10);
133
            this.Chk_Scale.Name = "Chk_Scale";
134
            this.Chk_Scale.Size = new System.Drawing.Size(82, 16);
135
            this.Chk_Scale.TabIndex = 11;
136
            this.Chk_Scale.Text = "Use Scale";
137
            this.Chk_Scale.UseVisualStyleBackColor = true;
138
            this.Chk_Scale.CheckedChanged += new System.EventHandler(this.Chk_Scale_CheckedChanged);
139
            // 
140
            // Combo_LengthType
141
            // 
142
            this.Combo_LengthType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
143
            this.Combo_LengthType.FormattingEnabled = true;
144
            this.Combo_LengthType.Items.AddRange(new object[] {
145
            "Width",
146
            "Height"});
147
            this.Combo_LengthType.Location = new System.Drawing.Point(175, 8);
148
            this.Combo_LengthType.MaxDropDownItems = 12;
149
            this.Combo_LengthType.Name = "Combo_LengthType";
150
            this.Combo_LengthType.Size = new System.Drawing.Size(80, 20);
151
            this.Combo_LengthType.TabIndex = 12;
152
            // 
153
            // label4
154
            // 
155
            this.label4.AutoSize = true;
156
            this.label4.Location = new System.Drawing.Point(345, 11);
157
            this.label4.Name = "label4";
158
            this.label4.Size = new System.Drawing.Size(40, 12);
159
            this.label4.TabIndex = 13;
160
            this.label4.Text = "Pixels";
161
            // 
162
            // ConvertImage
163
            // 
164
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
165
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
166
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
167
            this.ClientSize = new System.Drawing.Size(695, 73);
168
            this.Controls.Add(this.label4);
169
            this.Controls.Add(this.Combo_LengthType);
170
            this.Controls.Add(this.Chk_Scale);
171
            this.Controls.Add(this.Txt_Length);
172
            this.Controls.Add(this.label3);
173
            this.Controls.Add(this.Combo_Scale);
174
            this.Controls.Add(this.label2);
175
            this.Controls.Add(this.Btn_Convert);
176
            this.Controls.Add(this.Btn_LoadPDF);
177
            this.Controls.Add(this.label1);
178
            this.Controls.Add(this.Txt_PDFPath);
179
            this.MaximizeBox = false;
180
            this.Name = "ConvertImage";
181
            this.ShowIcon = false;
182
            this.Text = "ConvertImage";
183
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConvertImage_FormClosing);
184
            this.ResumeLayout(false);
185
            this.PerformLayout();
186

    
187
        }
188

    
189
        #endregion
190

    
191
        private System.Windows.Forms.TextBox Txt_PDFPath;
192
        private System.Windows.Forms.Label label1;
193
        private System.Windows.Forms.Button Btn_LoadPDF;
194
        private System.Windows.Forms.Button Btn_Convert;
195
        private System.Windows.Forms.Label label2;
196
        private System.Windows.Forms.ComboBox Combo_Scale;
197
        private System.Windows.Forms.Label label3;
198
        private System.Windows.Forms.TextBox Txt_Length;
199
        private System.Windows.Forms.CheckBox Chk_Scale;
200
        private System.Windows.Forms.ComboBox Combo_LengthType;
201
        private System.Windows.Forms.Label label4;
202
    }
203
}
204

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