mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2025-02-18 00:19:02 -08:00
75 lines
3.1 KiB
C#
75 lines
3.1 KiB
C#
/*
|
||
* BugReport.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 BugReport {
|
||
/// <summary>
|
||
/// 必要なデザイナ変数です。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 使用中のリソースをすべてクリーンアップします。
|
||
/// </summary>
|
||
/// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
|
||
protected override void Dispose( bool disposing ) {
|
||
if ( disposing && (components != null) ) {
|
||
components.Dispose();
|
||
}
|
||
base.Dispose( disposing );
|
||
}
|
||
|
||
#region Windows フォーム デザイナで生成されたコード
|
||
|
||
/// <summary>
|
||
/// デザイナ サポートに必要なメソッドです。このメソッドの内容を
|
||
/// コード エディタで変更しないでください。
|
||
/// </summary>
|
||
private void InitializeComponent() {
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.textBox1.Font = new System.Drawing.Font( "MS ゴシック", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)) );
|
||
this.textBox1.Location = new System.Drawing.Point( 12, 49 );
|
||
this.textBox1.Multiline = true;
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size( 357, 223 );
|
||
this.textBox1.TabIndex = 0;
|
||
//
|
||
// BugReport
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F );
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size( 381, 284 );
|
||
this.Controls.Add( this.textBox1 );
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||
this.MaximizeBox = false;
|
||
this.Name = "BugReport";
|
||
this.ShowIcon = false;
|
||
this.Text = "BugReport";
|
||
this.ResumeLayout( false );
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
}
|
||
} |