/* * SetSize.designer.cs * Copyright (c) 2007-2009 kbinani * * This file is part of LipSync. * * LipSync is free software; you can redistribute it and/or * modify it under the terms of the BSD License. * * LipSync is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ namespace LipSync { partial class SetSize { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose( bool disposing ) { if ( disposing && (components != null) ) { components.Dispose(); } base.Dispose( disposing ); } #region Windows フォーム デザイナで生成されたコード /// /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtWidth = new System.Windows.Forms.TextBox(); this.txtHeight = new System.Windows.Forms.TextBox(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point( 21, 19 ); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size( 17, 12 ); this.label1.TabIndex = 0; this.label1.Text = "幅"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point( 21, 48 ); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size( 25, 12 ); this.label2.TabIndex = 1; this.label2.Text = "高さ"; // // txtWidth // this.txtWidth.Location = new System.Drawing.Point( 67, 16 ); this.txtWidth.Name = "txtWidth"; this.txtWidth.Size = new System.Drawing.Size( 114, 19 ); this.txtWidth.TabIndex = 2; // // txtHeight // this.txtHeight.Location = new System.Drawing.Point( 67, 45 ); this.txtHeight.Name = "txtHeight"; this.txtHeight.Size = new System.Drawing.Size( 114, 19 ); this.txtHeight.TabIndex = 3; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point( 123, 87 ); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size( 71, 24 ); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler( this.btnCancel_Click ); // // btnOK // this.btnOK.Location = new System.Drawing.Point( 12, 87 ); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size( 71, 24 ); this.btnOK.TabIndex = 4; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler( this.btnOK_Click ); // // SetSize // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F ); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size( 206, 123 ); this.Controls.Add( this.btnOK ); this.Controls.Add( this.btnCancel ); this.Controls.Add( this.txtHeight ); this.Controls.Add( this.txtWidth ); this.Controls.Add( this.label2 ); this.Controls.Add( this.label1 ); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SetSize"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "SetSize"; this.ResumeLayout( false ); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtWidth; private System.Windows.Forms.TextBox txtHeight; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; } }