summaryrefslogtreecommitdiffstats
path: root/win/C#/frmSelectDVD.Designer.cs
blob: 44853d5bd6cd616cae481bc80aea247d4cf799ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
namespace Handbrake
{
    partial class frmSelectDVD
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSelectDVD));
            this.btn_close = new System.Windows.Forms.Button();
            this.Label1 = new System.Windows.Forms.Label();
            this.DVD_Open = new System.Windows.Forms.FolderBrowserDialog();
            this.ISO_Open = new System.Windows.Forms.OpenFileDialog();
            this.RadioDVD = new System.Windows.Forms.RadioButton();
            this.RadioISO = new System.Windows.Forms.RadioButton();
            this.btn_Browse = new System.Windows.Forms.Button();
            this.text_source = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // btn_close
            // 
            this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.btn_close.Location = new System.Drawing.Point(317, 76);
            this.btn_close.Name = "btn_close";
            this.btn_close.Size = new System.Drawing.Size(78, 22);
            this.btn_close.TabIndex = 54;
            this.btn_close.Text = "Close";
            this.btn_close.UseVisualStyleBackColor = true;
            // 
            // Label1
            // 
            this.Label1.AutoSize = true;
            this.Label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Label1.Location = new System.Drawing.Point(9, 12);
            this.Label1.Name = "Label1";
            this.Label1.Size = new System.Drawing.Size(126, 13);
            this.Label1.TabIndex = 53;
            this.Label1.Text = "Select DVD Source";
            // 
            // ISO_Open
            // 
            this.ISO_Open.DefaultExt = "iso";
            this.ISO_Open.Filter = "iso|*.iso";
            // 
            // RadioDVD
            // 
            this.RadioDVD.AutoSize = true;
            this.RadioDVD.Checked = true;
            this.RadioDVD.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.RadioDVD.Location = new System.Drawing.Point(261, 29);
            this.RadioDVD.Name = "RadioDVD";
            this.RadioDVD.Size = new System.Drawing.Size(51, 17);
            this.RadioDVD.TabIndex = 52;
            this.RadioDVD.TabStop = true;
            this.RadioDVD.Text = "DVD";
            this.RadioDVD.UseVisualStyleBackColor = true;
            // 
            // RadioISO
            // 
            this.RadioISO.AutoSize = true;
            this.RadioISO.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.RadioISO.Location = new System.Drawing.Point(261, 45);
            this.RadioISO.Name = "RadioISO";
            this.RadioISO.Size = new System.Drawing.Size(47, 17);
            this.RadioISO.TabIndex = 51;
            this.RadioISO.Text = "ISO";
            this.RadioISO.UseVisualStyleBackColor = true;
            // 
            // btn_Browse
            // 
            this.btn_Browse.FlatAppearance.BorderColor = System.Drawing.Color.Black;
            this.btn_Browse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_Browse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_Browse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.btn_Browse.Location = new System.Drawing.Point(317, 34);
            this.btn_Browse.Name = "btn_Browse";
            this.btn_Browse.Size = new System.Drawing.Size(78, 22);
            this.btn_Browse.TabIndex = 49;
            this.btn_Browse.Text = "Browse";
            this.btn_Browse.UseVisualStyleBackColor = true;
            // 
            // text_source
            // 
            this.text_source.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.text_source.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.text_source.Location = new System.Drawing.Point(12, 35);
            this.text_source.Name = "text_source";
            this.text_source.Size = new System.Drawing.Size(242, 21);
            this.text_source.TabIndex = 48;
            // 
            // SelectDVD
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(418, 111);
            this.Controls.Add(this.btn_close);
            this.Controls.Add(this.Label1);
            this.Controls.Add(this.RadioDVD);
            this.Controls.Add(this.RadioISO);
            this.Controls.Add(this.btn_Browse);
            this.Controls.Add(this.text_source);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "SelectDVD";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Read DVD";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        internal System.Windows.Forms.Button btn_close;
        internal System.Windows.Forms.Label Label1;
        internal System.Windows.Forms.FolderBrowserDialog DVD_Open;
        internal System.Windows.Forms.OpenFileDialog ISO_Open;
        internal System.Windows.Forms.RadioButton RadioDVD;
        internal System.Windows.Forms.RadioButton RadioISO;
        internal System.Windows.Forms.Button btn_Browse;
        internal System.Windows.Forms.TextBox text_source;
    }
}