1 |
namespace AnywhereTS |
2 |
{ |
3 |
partial class DatabaseInstallerWaitDialog |
4 |
{ |
5 |
/// <summary> |
6 |
/// Required designer variable. |
7 |
/// </summary> |
8 |
private System.ComponentModel.IContainer components = null; |
9 |
|
10 |
/// <summary> |
11 |
/// Clean up any resources being used. |
12 |
/// </summary> |
13 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code |
24 |
|
25 |
/// <summary> |
26 |
/// Required method for Designer support - do not modify |
27 |
/// the contents of this method with the code editor. |
28 |
/// </summary> |
29 |
private void InitializeComponent() |
30 |
{ |
31 |
this.lblMessage = new System.Windows.Forms.Label(); |
32 |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
33 |
this.flowLayoutPanel1.SuspendLayout(); |
34 |
this.SuspendLayout(); |
35 |
// |
36 |
// lblMessage |
37 |
// |
38 |
this.lblMessage.AutoSize = true; |
39 |
this.lblMessage.Location = new System.Drawing.Point(11, 0); |
40 |
this.lblMessage.Margin = new System.Windows.Forms.Padding(11, 0, 11, 0); |
41 |
this.lblMessage.Name = "lblMessage"; |
42 |
this.lblMessage.Size = new System.Drawing.Size(133, 33); |
43 |
this.lblMessage.TabIndex = 0; |
44 |
this.lblMessage.Text = "message"; |
45 |
// |
46 |
// flowLayoutPanel1 |
47 |
// |
48 |
this.flowLayoutPanel1.AutoSize = true; |
49 |
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
50 |
this.flowLayoutPanel1.Controls.Add(this.lblMessage); |
51 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
52 |
this.flowLayoutPanel1.Font = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold); |
53 |
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
54 |
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); |
55 |
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
56 |
this.flowLayoutPanel1.Size = new System.Drawing.Size(578, 47); |
57 |
this.flowLayoutPanel1.TabIndex = 1; |
58 |
// |
59 |
// DatabaseInstallerWaitDialog |
60 |
// |
61 |
this.AutoScaleDimensions = new System.Drawing.SizeF(22F, 45F); |
62 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
63 |
this.AutoSize = true; |
64 |
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
65 |
this.ClientSize = new System.Drawing.Size(578, 47); |
66 |
this.ControlBox = false; |
67 |
this.Controls.Add(this.flowLayoutPanel1); |
68 |
this.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
69 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; |
70 |
this.Margin = new System.Windows.Forms.Padding(11, 11, 11, 11); |
71 |
this.Name = "DatabaseInstallerWaitDialog"; |
72 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
73 |
this.Text = "DatabaseInstallerWaitDialog"; |
74 |
this.flowLayoutPanel1.ResumeLayout(false); |
75 |
this.flowLayoutPanel1.PerformLayout(); |
76 |
this.ResumeLayout(false); |
77 |
this.PerformLayout(); |
78 |
|
79 |
} |
80 |
|
81 |
#endregion |
82 |
|
83 |
private System.Windows.Forms.Label lblMessage; |
84 |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
85 |
} |
86 |
} |