Develop and Download Open Source Software

Browse Subversion Repository

Contents of /TransparentizeWindow/Form1.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Thu Feb 16 15:11:17 2012 UTC (12 years, 1 month ago) by yuuan
File size: 9778 byte(s)
- バージョンナンバーの上げ忘れ。
1 namespace TransparentizePutty
2 {
3 partial class Form1
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 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows フォーム デザイナで生成されたコード
24
25 /// <summary>
26 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
27 /// コード エディタで変更しないでください。
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
33 this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
34 this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
35 this.imageList = new System.Windows.Forms.ImageList(this.components);
36 this.label1 = new System.Windows.Forms.Label();
37 this.groupBox1 = new System.Windows.Forms.GroupBox();
38 this.chkNotTransparentPuttySetting = new System.Windows.Forms.CheckBox();
39 this.numTransparent = new System.Windows.Forms.NumericUpDown();
40 this.buttonOk = new System.Windows.Forms.Button();
41 this.buttonCancel = new System.Windows.Forms.Button();
42 this.linkLabel = new System.Windows.Forms.LinkLabel();
43 this.timer = new System.Windows.Forms.Timer(this.components);
44 this.groupBox1.SuspendLayout();
45 ((System.ComponentModel.ISupportInitialize)(this.numTransparent)).BeginInit();
46 this.SuspendLayout();
47 //
48 // notifyIcon
49 //
50 this.notifyIcon.ContextMenuStrip = this.contextMenuStrip;
51 this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
52 this.notifyIcon.Text = "とらぷてぃ。";
53 this.notifyIcon.Visible = true;
54 this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);
55 //
56 // contextMenuStrip
57 //
58 this.contextMenuStrip.Name = "contextMenuStrip";
59 this.contextMenuStrip.Size = new System.Drawing.Size(61, 4);
60 this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
61 //
62 // imageList
63 //
64 this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
65 this.imageList.TransparentColor = System.Drawing.Color.Transparent;
66 this.imageList.Images.SetKeyName(0, "application.png");
67 this.imageList.Images.SetKeyName(1, "applicationTransparent.ico");
68 //
69 // label1
70 //
71 this.label1.Location = new System.Drawing.Point(8, 24);
72 this.label1.Name = "label1";
73 this.label1.Size = new System.Drawing.Size(121, 30);
74 this.label1.TabIndex = 1;
75 this.label1.Text = "透過度 (0-254) : ";
76 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
77 //
78 // groupBox1
79 //
80 this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
81 | System.Windows.Forms.AnchorStyles.Left)
82 | System.Windows.Forms.AnchorStyles.Right)));
83 this.groupBox1.Controls.Add(this.chkNotTransparentPuttySetting);
84 this.groupBox1.Controls.Add(this.numTransparent);
85 this.groupBox1.Controls.Add(this.label1);
86 this.groupBox1.Location = new System.Drawing.Point(8, 8);
87 this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
88 this.groupBox1.Name = "groupBox1";
89 this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
90 this.groupBox1.Size = new System.Drawing.Size(376, 113);
91 this.groupBox1.TabIndex = 0;
92 this.groupBox1.TabStop = false;
93 this.groupBox1.Text = "設定";
94 //
95 // chkNotTransparentPuttySetting
96 //
97 this.chkNotTransparentPuttySetting.AutoSize = true;
98 this.chkNotTransparentPuttySetting.Location = new System.Drawing.Point(8, 72);
99 this.chkNotTransparentPuttySetting.Name = "chkNotTransparentPuttySetting";
100 this.chkNotTransparentPuttySetting.Size = new System.Drawing.Size(165, 22);
101 this.chkNotTransparentPuttySetting.TabIndex = 3;
102 this.chkNotTransparentPuttySetting.Text = "PuTTY 設定を透過しない";
103 this.chkNotTransparentPuttySetting.UseVisualStyleBackColor = true;
104 //
105 // numTransparent
106 //
107 this.numTransparent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
108 this.numTransparent.Location = new System.Drawing.Point(295, 24);
109 this.numTransparent.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
110 this.numTransparent.Maximum = new decimal(new int[] {
111 254,
112 0,
113 0,
114 0});
115 this.numTransparent.Name = "numTransparent";
116 this.numTransparent.Size = new System.Drawing.Size(65, 25);
117 this.numTransparent.TabIndex = 2;
118 this.numTransparent.Value = new decimal(new int[] {
119 210,
120 0,
121 0,
122 0});
123 //
124 // buttonOk
125 //
126 this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
127 this.buttonOk.Location = new System.Drawing.Point(168, 129);
128 this.buttonOk.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
129 this.buttonOk.Name = "buttonOk";
130 this.buttonOk.Size = new System.Drawing.Size(103, 32);
131 this.buttonOk.TabIndex = 3;
132 this.buttonOk.Text = "OK";
133 this.buttonOk.UseVisualStyleBackColor = true;
134 this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
135 //
136 // buttonCancel
137 //
138 this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
139 this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
140 this.buttonCancel.Location = new System.Drawing.Point(280, 129);
141 this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
142 this.buttonCancel.Name = "buttonCancel";
143 this.buttonCancel.Size = new System.Drawing.Size(103, 32);
144 this.buttonCancel.TabIndex = 4;
145 this.buttonCancel.Text = "キャンセル";
146 this.buttonCancel.UseVisualStyleBackColor = true;
147 this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
148 //
149 // linkLabel
150 //
151 this.linkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
152 this.linkLabel.AutoSize = true;
153 this.linkLabel.Location = new System.Drawing.Point(8, 137);
154 this.linkLabel.Name = "linkLabel";
155 this.linkLabel.Size = new System.Drawing.Size(96, 18);
156 this.linkLabel.TabIndex = 5;
157 this.linkLabel.TabStop = true;
158 this.linkLabel.Text = "© 2012 yuuAn.";
159 this.linkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
160 //
161 // timer
162 //
163 this.timer.Interval = 500;
164 this.timer.Tick += new System.EventHandler(this.timer_Tick);
165 //
166 // Form1
167 //
168 this.AcceptButton = this.buttonOk;
169 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 18F);
170 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
171 this.CancelButton = this.buttonCancel;
172 this.ClientSize = new System.Drawing.Size(394, 172);
173 this.Controls.Add(this.linkLabel);
174 this.Controls.Add(this.buttonCancel);
175 this.Controls.Add(this.groupBox1);
176 this.Controls.Add(this.buttonOk);
177 this.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
178 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
179 this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
180 this.MaximizeBox = false;
181 this.MinimizeBox = false;
182 this.Name = "Form1";
183 this.ShowInTaskbar = false;
184 this.Text = "とらぷてぃ。 v.1.4";
185 this.Load += new System.EventHandler(this.Form1_Load);
186 this.Shown += new System.EventHandler(this.Form1_Shown);
187 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
188 this.groupBox1.ResumeLayout(false);
189 this.groupBox1.PerformLayout();
190 ((System.ComponentModel.ISupportInitialize)(this.numTransparent)).EndInit();
191 this.ResumeLayout(false);
192 this.PerformLayout();
193
194 }
195
196 #endregion
197
198 private System.Windows.Forms.NotifyIcon notifyIcon;
199 private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
200 private System.Windows.Forms.ImageList imageList;
201 private System.Windows.Forms.Label label1;
202 private System.Windows.Forms.GroupBox groupBox1;
203 private System.Windows.Forms.NumericUpDown numTransparent;
204 private System.Windows.Forms.Button buttonOk;
205 private System.Windows.Forms.Button buttonCancel;
206 private System.Windows.Forms.LinkLabel linkLabel;
207 private System.Windows.Forms.Timer timer;
208 private System.Windows.Forms.CheckBox chkNotTransparentPuttySetting;
209 }
210 }
211

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