ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/branches/anywherets.r2.sourceforge/TSControlPanel/frmConfigureControlPanel.Designer.cs
Revision: 4
Committed: Wed Jul 11 14:19:13 2012 UTC (11 years, 5 months ago) by william
Original Path: trunk/TSControlPanel/frmConfigureControlPanel.Designer.cs
File size: 4404 byte(s)
Log Message:
imported from https://anywherets.svn.sourceforge.net/svnroot/anywherets/trunk/
Revision: 1
Author: beartown
Date: 3:10:40 AM, Monday, June 21, 2010
Message:
First upload. Still todo in order to get a fully working product: Replace Thinstation images with vanilla Thinstation, modify ImageDesigntimeConfig.cs, ImageRuntimeConfig.cs in order to support the Thinstation image

File Contents

# Content
1 namespace AnywhereTS
2 {
3 partial class frmConfigureControlPanel
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(frmConfigureControlPanel));
32 this.btnCancel = new System.Windows.Forms.Button();
33 this.btnOk = new System.Windows.Forms.Button();
34 this.textInput = new System.Windows.Forms.TextBox();
35 this.label1 = new System.Windows.Forms.Label();
36 this.SuspendLayout();
37 //
38 // btnCancel
39 //
40 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
41 this.btnCancel.Location = new System.Drawing.Point(296, 42);
42 this.btnCancel.Name = "btnCancel";
43 this.btnCancel.Size = new System.Drawing.Size(85, 23);
44 this.btnCancel.TabIndex = 12;
45 this.btnCancel.Text = "Cancel";
46 this.btnCancel.UseVisualStyleBackColor = true;
47 //
48 // btnOk
49 //
50 this.btnOk.Location = new System.Drawing.Point(296, 13);
51 this.btnOk.Name = "btnOk";
52 this.btnOk.Size = new System.Drawing.Size(85, 23);
53 this.btnOk.TabIndex = 11;
54 this.btnOk.Text = "Ok";
55 this.btnOk.UseVisualStyleBackColor = true;
56 this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
57 //
58 // textInput
59 //
60 this.textInput.Location = new System.Drawing.Point(15, 63);
61 this.textInput.MaxLength = 32;
62 this.textInput.Name = "textInput";
63 this.textInput.Size = new System.Drawing.Size(242, 20);
64 this.textInput.TabIndex = 10;
65 //
66 // label1
67 //
68 this.label1.AutoSize = true;
69 this.label1.Location = new System.Drawing.Point(12, 23);
70 this.label1.Name = "label1";
71 this.label1.Size = new System.Drawing.Size(245, 13);
72 this.label1.TabIndex = 9;
73 this.label1.Text = "Enter the name of the AnywhereTS main computer";
74 //
75 // frmConfigureControlPanel
76 //
77 this.AcceptButton = this.btnOk;
78 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
79 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
80 this.CancelButton = this.btnCancel;
81 this.ClientSize = new System.Drawing.Size(393, 119);
82 this.Controls.Add(this.btnCancel);
83 this.Controls.Add(this.btnOk);
84 this.Controls.Add(this.textInput);
85 this.Controls.Add(this.label1);
86 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
87 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
88 this.MaximizeBox = false;
89 this.Name = "frmConfigureControlPanel";
90 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
91 this.Text = "AnywhereTS Control Panel - First time Configuration";
92 this.ResumeLayout(false);
93 this.PerformLayout();
94
95 }
96
97 #endregion
98
99 private System.Windows.Forms.Button btnCancel;
100 private System.Windows.Forms.Button btnOk;
101 private System.Windows.Forms.TextBox textInput;
102 private System.Windows.Forms.Label label1;
103 }
104 }