Develop and Download Open Source Software

Browse Subversion Repository

Contents of /TransparentizeWindow/HiddenForm.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations) (download)
Tue Apr 16 05:19:23 2013 UTC (10 years, 11 months ago) by yuuan
File size: 1125 byte(s)
- 設定が変更できないバグを修正
- 著作権表示のリンク先を変更
1 namespace TransparentizePutty
2 {
3 partial class HiddenForm
4 {
5 /// <summary>
6 /// 必要なデザイナ変数です。
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// 使用中のリソースをすべてクリーンアップします。
12 /// </summary>
13 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
14 protected override void Dispose(bool disposing) {
15 if (disposing && (components != null)) {
16 components.Dispose();
17 }
18 base.Dispose(disposing);
19 }
20
21 #region Windows フォーム デザイナで生成されたコード
22
23 /// <summary>
24 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
25 /// コード エディタで変更しないでください。
26 /// </summary>
27 private void InitializeComponent() {
28 this.components = new System.ComponentModel.Container();
29 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
30 this.Text = "HiddenForm";
31 }
32
33 #endregion
34 }
35 }

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26