summaryrefslogtreecommitdiffstats
path: root/win/C#/frmSelectDVD.Designer.cs
diff options
context:
space:
mode:
authorbrianmario <[email protected]>2007-07-19 03:46:40 +0000
committerbrianmario <[email protected]>2007-07-19 03:46:40 +0000
commit5a85699f791f49ea7643ec2335d919d152410652 (patch)
treec86fd1ac50e4e70b1bebc02389111457aed3fd84 /win/C#/frmSelectDVD.Designer.cs
parent34ec0f7cfb452f851cd2e59278b19ba724c50fa6 (diff)
WinGui:
misc UI control placement changes updates to some FormBorderStyle's converted Parsing code to use regex instead of substrings and string splitting added a couple of additional code comments git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@715 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmSelectDVD.Designer.cs')
-rw-r--r--win/C#/frmSelectDVD.Designer.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/win/C#/frmSelectDVD.Designer.cs b/win/C#/frmSelectDVD.Designer.cs
index 299800b2b..8e21dae96 100644
--- a/win/C#/frmSelectDVD.Designer.cs
+++ b/win/C#/frmSelectDVD.Designer.cs
@@ -45,7 +45,7 @@ namespace Handbrake
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, 65);
+ this.btn_close.Location = new System.Drawing.Point(317, 53);
this.btn_close.Name = "btn_close";
this.btn_close.Size = new System.Drawing.Size(78, 22);
this.btn_close.TabIndex = 54;
@@ -97,7 +97,7 @@ namespace Handbrake
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.Location = new System.Drawing.Point(317, 24);
this.btn_Browse.Name = "btn_Browse";
this.btn_Browse.Size = new System.Drawing.Size(78, 22);
this.btn_Browse.TabIndex = 49;
@@ -117,13 +117,14 @@ namespace Handbrake
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(402, 94);
+ this.ClientSize = new System.Drawing.Size(402, 87);
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(410, 121);