h-you / branches / src / UpDateCopy / FrmCopy.Designer.cs @ 70
履歴 | 表示 | アノテート | ダウンロード (3.42 KB)
1 |
namespace UpDateCopy |
---|---|
2 |
{ |
3 |
partial class FrmCopy |
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 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCopy)); |
32 |
this.progressBar = new System.Windows.Forms.ProgressBar(); |
33 |
this.lblMessage = new System.Windows.Forms.Label(); |
34 |
this.SuspendLayout(); |
35 |
// |
36 |
// progressBar |
37 |
// |
38 |
this.progressBar.Location = new System.Drawing.Point(12, 209); |
39 |
this.progressBar.Name = "progressBar"; |
40 |
this.progressBar.Size = new System.Drawing.Size(610, 54); |
41 |
this.progressBar.TabIndex = 0; |
42 |
// |
43 |
// lblMessage |
44 |
// |
45 |
this.lblMessage.BackColor = System.Drawing.Color.White; |
46 |
this.lblMessage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
47 |
this.lblMessage.Font = new System.Drawing.Font("MS 明朝", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); |
48 |
this.lblMessage.Location = new System.Drawing.Point(12, 27); |
49 |
this.lblMessage.Name = "lblMessage"; |
50 |
this.lblMessage.Size = new System.Drawing.Size(610, 169); |
51 |
this.lblMessage.TabIndex = 1; |
52 |
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
53 |
// |
54 |
// FrmCopy |
55 |
// |
56 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
57 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
58 |
this.ClientSize = new System.Drawing.Size(634, 275); |
59 |
this.Controls.Add(this.lblMessage); |
60 |
this.Controls.Add(this.progressBar); |
61 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
62 |
this.MaximizeBox = false; |
63 |
this.MinimizeBox = false; |
64 |
this.Name = "FrmCopy"; |
65 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
66 |
this.Text = "プログラム更新"; |
67 |
this.Load += new System.EventHandler(this.FrmCopy_Load); |
68 |
this.Shown += new System.EventHandler(this.FrmCopy_Shown); |
69 |
this.ResumeLayout(false); |
70 |
|
71 |
} |
72 |
|
73 |
#endregion |
74 |
|
75 |
private System.Windows.Forms.ProgressBar progressBar; |
76 |
private System.Windows.Forms.Label lblMessage; |
77 |
} |
78 |
} |
79 |
|