X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=win%2FC%23%2FControls%2FPictureSettings.Designer.cs;h=2dfbd97351972f3a3ae975796316dd04844768fa;hb=827c69558da16cabd3ff0ff03425d655e6db0d68;hp=67b427a2eca986a36a4de6290f918843bcc156f7;hpb=7a15ecb60f1a980c78f0fe63332409d802fdfe2d;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/Controls/PictureSettings.Designer.cs b/win/C#/Controls/PictureSettings.Designer.cs index 67b427a2..2dfbd973 100644 --- a/win/C#/Controls/PictureSettings.Designer.cs +++ b/win/C#/Controls/PictureSettings.Designer.cs @@ -42,11 +42,8 @@ namespace Handbrake.Controls this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.label7 = new System.Windows.Forms.Label(); this.lbl_src_res = new System.Windows.Forms.Label(); - this.Label91 = new System.Windows.Forms.Label(); - this.lbl_Aspect = new System.Windows.Forms.Label(); this.Label55 = new System.Windows.Forms.Label(); this.text_width = new System.Windows.Forms.NumericUpDown(); - this.lbl_max = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.text_height = new System.Windows.Forms.NumericUpDown(); this.check_KeepAR = new System.Windows.Forms.CheckBox(); @@ -135,14 +132,14 @@ namespace Handbrake.Controls 0}); this.crop_left.Location = new System.Drawing.Point(32, 95); this.crop_left.Maximum = new decimal(new int[] { - 1920, + 128000, 0, 0, 0}); this.crop_left.Name = "crop_left"; this.crop_left.Size = new System.Drawing.Size(44, 21); this.crop_left.TabIndex = 98; - this.crop_left.ValueChanged += new System.EventHandler(this.crop_ValueChanged); + this.crop_left.ValueChanged += new System.EventHandler(this.CropValueChanged); // // crop_right // @@ -154,14 +151,14 @@ namespace Handbrake.Controls 0}); this.crop_right.Location = new System.Drawing.Point(132, 95); this.crop_right.Maximum = new decimal(new int[] { - 1920, + 128000, 0, 0, 0}); this.crop_right.Name = "crop_right"; this.crop_right.Size = new System.Drawing.Size(44, 21); this.crop_right.TabIndex = 101; - this.crop_right.ValueChanged += new System.EventHandler(this.crop_ValueChanged); + this.crop_right.ValueChanged += new System.EventHandler(this.CropValueChanged); // // check_autoCrop // @@ -177,7 +174,7 @@ namespace Handbrake.Controls this.check_autoCrop.TabStop = true; this.check_autoCrop.Text = "Automatic"; this.check_autoCrop.UseVisualStyleBackColor = true; - this.check_autoCrop.CheckedChanged += new System.EventHandler(this.check_autoCrop_CheckedChanged); + this.check_autoCrop.CheckedChanged += new System.EventHandler(this.CheckAutoCropCheckedChanged); // // Label51 // @@ -202,14 +199,14 @@ namespace Handbrake.Controls 0}); this.crop_top.Location = new System.Drawing.Point(82, 68); this.crop_top.Maximum = new decimal(new int[] { - 1080, + 128000, 0, 0, 0}); this.crop_top.Name = "crop_top"; this.crop_top.Size = new System.Drawing.Size(44, 21); this.crop_top.TabIndex = 100; - this.crop_top.ValueChanged += new System.EventHandler(this.crop_ValueChanged); + this.crop_top.ValueChanged += new System.EventHandler(this.CropValueChanged); // // Label53 // @@ -247,14 +244,14 @@ namespace Handbrake.Controls 0}); this.crop_bottom.Location = new System.Drawing.Point(82, 122); this.crop_bottom.Maximum = new decimal(new int[] { - 1080, + 128000, 0, 0, 0}); this.crop_bottom.Name = "crop_bottom"; this.crop_bottom.Size = new System.Drawing.Size(44, 21); this.crop_bottom.TabIndex = 103; - this.crop_bottom.ValueChanged += new System.EventHandler(this.crop_ValueChanged); + this.crop_bottom.ValueChanged += new System.EventHandler(this.CropValueChanged); // // check_customCrop // @@ -280,11 +277,8 @@ namespace Handbrake.Controls this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel2.Controls.Add(this.label7, 0, 0); this.tableLayoutPanel2.Controls.Add(this.lbl_src_res, 1, 0); - this.tableLayoutPanel2.Controls.Add(this.Label91, 2, 0); - this.tableLayoutPanel2.Controls.Add(this.lbl_Aspect, 3, 0); this.tableLayoutPanel2.Controls.Add(this.Label55, 0, 1); this.tableLayoutPanel2.Controls.Add(this.text_width, 1, 1); - this.tableLayoutPanel2.Controls.Add(this.lbl_max, 4, 1); this.tableLayoutPanel2.Controls.Add(this.label4, 2, 1); this.tableLayoutPanel2.Controls.Add(this.text_height, 3, 1); this.tableLayoutPanel2.Controls.Add(this.check_KeepAR, 1, 2); @@ -323,32 +317,6 @@ namespace Handbrake.Controls this.lbl_src_res.TabIndex = 77; this.lbl_src_res.Text = "--"; // - // Label91 - // - this.Label91.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.Label91.AutoSize = true; - this.Label91.BackColor = System.Drawing.Color.Transparent; - this.Label91.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.Label91.Location = new System.Drawing.Point(120, 3); - this.Label91.Margin = new System.Windows.Forms.Padding(3); - this.Label91.Name = "Label91"; - this.Label91.Size = new System.Drawing.Size(72, 13); - this.Label91.TabIndex = 78; - this.Label91.Text = "Aspect Ratio:"; - // - // lbl_Aspect - // - this.lbl_Aspect.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.lbl_Aspect.AutoSize = true; - this.lbl_Aspect.BackColor = System.Drawing.Color.Transparent; - this.lbl_Aspect.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.lbl_Aspect.Location = new System.Drawing.Point(198, 3); - this.lbl_Aspect.Margin = new System.Windows.Forms.Padding(3); - this.lbl_Aspect.Name = "lbl_Aspect"; - this.lbl_Aspect.Size = new System.Drawing.Size(15, 13); - this.lbl_Aspect.TabIndex = 79; - this.lbl_Aspect.Text = "--"; - // // Label55 // this.Label55.Anchor = System.Windows.Forms.AnchorStyles.Left; @@ -367,27 +335,14 @@ namespace Handbrake.Controls // this.text_width.Location = new System.Drawing.Point(50, 22); this.text_width.Maximum = new decimal(new int[] { - 2560, + 1280000, 0, 0, 0}); this.text_width.Name = "text_width"; this.text_width.Size = new System.Drawing.Size(64, 21); this.text_width.TabIndex = 85; - this.text_width.ValueChanged += new System.EventHandler(this.text_width_ValueChanged); - // - // lbl_max - // - this.lbl_max.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.lbl_max.AutoSize = true; - this.lbl_max.ImeMode = System.Windows.Forms.ImeMode.NoControl; - this.lbl_max.Location = new System.Drawing.Point(268, 26); - this.lbl_max.Margin = new System.Windows.Forms.Padding(3); - this.lbl_max.Name = "lbl_max"; - this.lbl_max.Size = new System.Drawing.Size(15, 13); - this.lbl_max.TabIndex = 83; - this.lbl_max.Text = "--"; - this.lbl_max.DoubleClick += new System.EventHandler(this.lbl_max_DoubleClick); + this.text_width.ValueChanged += new System.EventHandler(this.TextWidthValueChanged); // // label4 // @@ -405,16 +360,16 @@ namespace Handbrake.Controls // // text_height // - this.text_height.Location = new System.Drawing.Point(198, 22); + this.text_height.Location = new System.Drawing.Point(168, 22); this.text_height.Maximum = new decimal(new int[] { - 2560, + 1280000, 0, 0, 0}); this.text_height.Name = "text_height"; this.text_height.Size = new System.Drawing.Size(64, 21); this.text_height.TabIndex = 86; - this.text_height.ValueChanged += new System.EventHandler(this.text_height_ValueChanged); + this.text_height.ValueChanged += new System.EventHandler(this.TextHeightValueChanged); // // check_KeepAR // @@ -429,7 +384,7 @@ namespace Handbrake.Controls this.check_KeepAR.TabIndex = 95; this.check_KeepAR.Text = "Keep Aspect Ratio"; this.check_KeepAR.UseVisualStyleBackColor = true; - this.check_KeepAR.CheckedChanged += new System.EventHandler(this.check_KeepAR_CheckedChanged); + this.check_KeepAR.CheckedChanged += new System.EventHandler(this.CheckKeepArCheckedChanged); // // tableLayoutPanel1 // @@ -466,14 +421,14 @@ namespace Handbrake.Controls // this.updownParHeight.Location = new System.Drawing.Point(82, 111); this.updownParHeight.Maximum = new decimal(new int[] { - 2560, + 1280000, 0, 0, 0}); this.updownParHeight.Name = "updownParHeight"; this.updownParHeight.Size = new System.Drawing.Size(53, 21); this.updownParHeight.TabIndex = 112; - this.updownParHeight.ValueChanged += new System.EventHandler(this.text_width_ValueChanged); + this.updownParHeight.ValueChanged += new System.EventHandler(this.TextWidthValueChanged); // // label6 // @@ -530,14 +485,14 @@ namespace Handbrake.Controls // this.updownParWidth.Location = new System.Drawing.Point(82, 84); this.updownParWidth.Maximum = new decimal(new int[] { - 2560, + 1280000, 0, 0, 0}); this.updownParWidth.Name = "updownParWidth"; this.updownParWidth.Size = new System.Drawing.Size(53, 21); this.updownParWidth.TabIndex = 111; - this.updownParWidth.ValueChanged += new System.EventHandler(this.text_width_ValueChanged); + this.updownParWidth.ValueChanged += new System.EventHandler(this.TextWidthValueChanged); // // drp_anamorphic // @@ -552,7 +507,7 @@ namespace Handbrake.Controls this.drp_anamorphic.Name = "drp_anamorphic"; this.drp_anamorphic.Size = new System.Drawing.Size(110, 21); this.drp_anamorphic.TabIndex = 82; - this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.drp_anamorphic_SelectedIndexChanged); + this.drp_anamorphic.SelectedIndexChanged += new System.EventHandler(this.DrpAnamorphicSelectedIndexChanged); // // lbl_parWidth // @@ -571,14 +526,14 @@ namespace Handbrake.Controls // this.updownDisplayWidth.Location = new System.Drawing.Point(82, 57); this.updownDisplayWidth.Maximum = new decimal(new int[] { - 2560, + 1280000, 0, 0, 0}); this.updownDisplayWidth.Name = "updownDisplayWidth"; this.updownDisplayWidth.Size = new System.Drawing.Size(53, 21); this.updownDisplayWidth.TabIndex = 110; - this.updownDisplayWidth.ValueChanged += new System.EventHandler(this.updownDisplayWidth_ValueChanged); + this.updownDisplayWidth.ValueChanged += new System.EventHandler(this.UpdownDisplayWidthValueChanged); // // lbl_modulus // @@ -619,7 +574,7 @@ namespace Handbrake.Controls this.drp_modulus.Name = "drp_modulus"; this.drp_modulus.Size = new System.Drawing.Size(110, 21); this.drp_modulus.TabIndex = 88; - this.drp_modulus.SelectedIndexChanged += new System.EventHandler(this.drp_modulus_SelectedIndexChanged); + this.drp_modulus.SelectedIndexChanged += new System.EventHandler(this.DrpModulusSelectedIndexChanged); // // label8 // @@ -705,10 +660,7 @@ namespace Handbrake.Controls private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; internal System.Windows.Forms.Label label7; internal System.Windows.Forms.Label lbl_src_res; - internal System.Windows.Forms.Label Label91; - internal System.Windows.Forms.Label lbl_Aspect; internal System.Windows.Forms.Label Label55; - private System.Windows.Forms.Label lbl_max; internal System.Windows.Forms.Label label4; internal System.Windows.Forms.CheckBox check_KeepAR; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;