Develop and Download Open Source Software

Browse Subversion Repository

Contents of /NeoFT/TestLauncher/ProgressForm.Designer.cs

Parent Directory Parent Directory | Revision Log Revision Log


Revision 103 - (show annotations) (download)
Sun Oct 13 12:34:30 2013 UTC (10 years, 5 months ago) by c477
File size: 3074 byte(s)
Add Test utility class and Control wrapper(platform compatible layer).
1 namespace nft.test
2 {
3 partial class ProgressForm
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 if (disposing && (components != null)) {
16 components.Dispose();
17 }
18 base.Dispose(disposing);
19 }
20
21 #region Windows Form Designer generated code
22
23 /// <summary>
24 /// Required method for Designer support - do not modify
25 /// the contents of this method with the code editor.
26 /// </summary>
27 private void InitializeComponent() {
28 this.progressBar = new System.Windows.Forms.ProgressBar();
29 this.labelInfo = new System.Windows.Forms.Label();
30 this.SuspendLayout();
31 //
32 // progressBar
33 //
34 this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
35 | System.Windows.Forms.AnchorStyles.Left)
36 | System.Windows.Forms.AnchorStyles.Right)));
37 this.progressBar.Location = new System.Drawing.Point(4, 15);
38 this.progressBar.Name = "progressBar";
39 this.progressBar.Size = new System.Drawing.Size(285, 18);
40 this.progressBar.TabIndex = 0;
41 //
42 // labelInfo
43 //
44 this.labelInfo.AutoSize = true;
45 this.labelInfo.Location = new System.Drawing.Point(1, 1);
46 this.labelInfo.Margin = new System.Windows.Forms.Padding(3);
47 this.labelInfo.Name = "labelInfo";
48 this.labelInfo.Size = new System.Drawing.Size(11, 12);
49 this.labelInfo.TabIndex = 1;
50 this.labelInfo.Text = "-";
51 //
52 // ProgressForm
53 //
54 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
55 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
56 this.ClientSize = new System.Drawing.Size(292, 43);
57 this.ControlBox = false;
58 this.Controls.Add(this.labelInfo);
59 this.Controls.Add(this.progressBar);
60 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
61 this.Name = "ProgressForm";
62 this.ShowInTaskbar = false;
63 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
64 this.Text = "ProgressForm";
65 this.ResumeLayout(false);
66 this.PerformLayout();
67
68 }
69
70 #endregion
71
72 private System.Windows.Forms.ProgressBar progressBar;
73 private System.Windows.Forms.Label labelInfo;
74 }
75 }

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