Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / math / dot_net_example / distribution_explorer / DistexSplash.Designer.cs
1 namespace distribution_explorer
2 {
3     partial class distexSplash
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       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(distexSplash));
32       this.labelApplicationTitle = new System.Windows.Forms.Label();
33       this.labelApplicationVersion = new System.Windows.Forms.Label();
34       this.labelApplicationCopyright = new System.Windows.Forms.Label();
35       this.labelApplicationDescription = new System.Windows.Forms.Label();
36       this.pictureBox1 = new System.Windows.Forms.PictureBox();
37       this.groupBox1 = new System.Windows.Forms.GroupBox();
38       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
39       this.groupBox1.SuspendLayout();
40       this.SuspendLayout();
41       // 
42       // labelApplicationTitle
43       // 
44       this.labelApplicationTitle.BackColor = System.Drawing.SystemColors.Control;
45       this.labelApplicationTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F);
46       this.labelApplicationTitle.ForeColor = System.Drawing.Color.Black;
47       this.labelApplicationTitle.Location = new System.Drawing.Point(331, 27);
48       this.labelApplicationTitle.Name = "labelApplicationTitle";
49       this.labelApplicationTitle.Size = new System.Drawing.Size(313, 133);
50       this.labelApplicationTitle.TabIndex = 0;
51       this.labelApplicationTitle.Text = "labelApplicationTitle";
52       this.labelApplicationTitle.TextAlign = System.Drawing.ContentAlignment.TopCenter;
53       // 
54       // labelApplicationVersion
55       // 
56       this.labelApplicationVersion.BackColor = System.Drawing.SystemColors.Control;
57       this.labelApplicationVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
58       this.labelApplicationVersion.ForeColor = System.Drawing.SystemColors.ControlText;
59       this.labelApplicationVersion.Location = new System.Drawing.Point(302, 158);
60       this.labelApplicationVersion.Name = "labelApplicationVersion";
61       this.labelApplicationVersion.Size = new System.Drawing.Size(320, 20);
62       this.labelApplicationVersion.TabIndex = 1;
63       this.labelApplicationVersion.Text = "labelApplicationVersion";
64       this.labelApplicationVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
65       this.labelApplicationVersion.Click += new System.EventHandler(this.labelApplicationVersion_Click);
66       // 
67       // labelApplicationCopyright
68       // 
69       this.labelApplicationCopyright.BackColor = System.Drawing.SystemColors.Control;
70       this.labelApplicationCopyright.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
71       this.labelApplicationCopyright.ForeColor = System.Drawing.SystemColors.ControlText;
72       this.labelApplicationCopyright.Location = new System.Drawing.Point(59, 191);
73       this.labelApplicationCopyright.Name = "labelApplicationCopyright";
74       this.labelApplicationCopyright.Size = new System.Drawing.Size(563, 20);
75       this.labelApplicationCopyright.TabIndex = 2;
76       this.labelApplicationCopyright.Text = "labelApplicationCopyright";
77       this.labelApplicationCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
78       // 
79       // labelApplicationDescription
80       // 
81       this.labelApplicationDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
82       this.labelApplicationDescription.ForeColor = System.Drawing.SystemColors.ControlText;
83       this.labelApplicationDescription.Location = new System.Drawing.Point(27, 234);
84       this.labelApplicationDescription.Name = "labelApplicationDescription";
85       this.labelApplicationDescription.Size = new System.Drawing.Size(608, 29);
86       this.labelApplicationDescription.TabIndex = 3;
87       this.labelApplicationDescription.Text = "labelApplicationDescription";
88       this.labelApplicationDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
89       // 
90       // pictureBox1
91       // 
92       this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
93       this.pictureBox1.Location = new System.Drawing.Point(27, 27);
94       this.pictureBox1.Name = "pictureBox1";
95       this.pictureBox1.Size = new System.Drawing.Size(282, 92);
96       this.pictureBox1.TabIndex = 4;
97       this.pictureBox1.TabStop = false;
98       // 
99       // groupBox1
100       // 
101       this.groupBox1.Controls.Add(this.labelApplicationVersion);
102       this.groupBox1.Controls.Add(this.labelApplicationCopyright);
103       this.groupBox1.Location = new System.Drawing.Point(13, 12);
104       this.groupBox1.Name = "groupBox1";
105       this.groupBox1.Size = new System.Drawing.Size(644, 254);
106       this.groupBox1.TabIndex = 5;
107       this.groupBox1.TabStop = false;
108       // 
109       // distexSplash
110       // 
111       this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
112       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
113       this.BackColor = System.Drawing.SystemColors.Control;
114       this.ClientSize = new System.Drawing.Size(669, 276);
115       this.Controls.Add(this.pictureBox1);
116       this.Controls.Add(this.labelApplicationDescription);
117       this.Controls.Add(this.labelApplicationTitle);
118       this.Controls.Add(this.groupBox1);
119       this.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
120       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
121       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
122       this.Name = "distexSplash";
123       this.ShowInTaskbar = false;
124       this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
125       this.Text = "Statistical Distribution Explorer";
126       ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
127       this.groupBox1.ResumeLayout(false);
128       this.ResumeLayout(false);
129
130         }
131
132         #endregion
133
134         private System.Windows.Forms.Label labelApplicationTitle;
135         private System.Windows.Forms.Label labelApplicationVersion;
136       private System.Windows.Forms.Label labelApplicationCopyright;
137       private System.Windows.Forms.Label labelApplicationDescription;
138         private System.Windows.Forms.PictureBox pictureBox1;
139         private System.Windows.Forms.GroupBox groupBox1;
140     }
141 }