bazy pro: Plik źródłowy C:/Users/DANTE/Documents/Visual Studio 2012/Projects/script connector/script connector/connector.Designer.cs
$(document).ready(initResizable);
$(window).load(resizeHeight);
$(document).ready(function() { searchBox.OnSelectItem(0); });
bazy pro
var searchBox = new SearchBox("searchBox", "search",false,'Szukaj');
Strona główna
Pakiety
Klasy
Pliki
Lista plików
$(document).ready(function(){initNavTree('connector_8_designer_8cs_source.html','');});
All Klasy Przestrzenie nazw Funkcje Zmienne
connector.Designer.cs
1 ïżnamespace script_connector
2 {
6 partial class connector
7 {
11 private System.ComponentModel.IContainer components = null;
12
17 protected override void Dispose(bool disposing)
18 {
19 if (disposing && (components != null))
20 {
21 components.Dispose();
22 }
23 base.Dispose(disposing);
24 }
25
26 #region Windows Form Designer generated code
27
32 private void InitializeComponent()
33 {
34 this.textBox1 = new System.Windows.Forms.TextBox();
35 this.label1 = new System.Windows.Forms.Label();
36 this.label2 = new System.Windows.Forms.Label();
37 this.textBox2 = new System.Windows.Forms.TextBox();
38 this.button1 = new System.Windows.Forms.Button();
39 this.textBox5 = new System.Windows.Forms.TextBox();
40 this.label3 = new System.Windows.Forms.Label();
41 this.textBox6 = new System.Windows.Forms.TextBox();
42 this.textBox3 = new System.Windows.Forms.TextBox();
43 this.button2 = new System.Windows.Forms.Button();
44 this.label5 = new System.Windows.Forms.Label();
45 this.button3 = new System.Windows.Forms.Button();
46 this.button4 = new System.Windows.Forms.Button();
47 this.SuspendLayout();
48 //
49 // textBox1
50 //
51 this.textBox1.Location = new System.Drawing.Point(12, 12);
52 this.textBox1.Name = "textBox1";
53 this.textBox1.Size = new System.Drawing.Size(100, 20);
54 this.textBox1.TabIndex = 0;
55 //
56 // label1
57 //
58 this.label1.AutoSize = true;
59 this.label1.Location = new System.Drawing.Point(118, 15);
60 this.label1.Name = "label1";
61 this.label1.Size = new System.Drawing.Size(29, 13);
62 this.label1.TabIndex = 1;
63 this.label1.Text = "login";
64 //
65 // label2
66 //
67 this.label2.AutoSize = true;
68 this.label2.Location = new System.Drawing.Point(118, 47);
69 this.label2.Name = "label2";
70 this.label2.Size = new System.Drawing.Size(24, 13);
71 this.label2.TabIndex = 3;
72 this.label2.Text = "key";
73 //
74 // textBox2
75 //
76 this.textBox2.Location = new System.Drawing.Point(12, 38);
77 this.textBox2.Name = "textBox2";
78 this.textBox2.Size = new System.Drawing.Size(100, 20);
79 this.textBox2.TabIndex = 1;
80 //
81 // button1
82 //
83 this.button1.Location = new System.Drawing.Point(12, 99);
84 this.button1.Name = "button1";
85 this.button1.Size = new System.Drawing.Size(75, 23);
86 this.button1.TabIndex = 5;
87 this.button1.Text = "check data ";
88 this.button1.UseVisualStyleBackColor = true;
89 this.button1.Click += new System.EventHandler(this.button1_Click);
90 //
91 // textBox5
92 //
93 this.textBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
94 this.textBox5.Location = new System.Drawing.Point(0, 157);
95 this.textBox5.Multiline = true;
96 this.textBox5.Name = "textBox5";
97 this.textBox5.Size = new System.Drawing.Size(292, 109);
98 this.textBox5.TabIndex = 7;
99 this.textBox5.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox5_KeyDown);
100 //
101 // label3
102 //
103 this.label3.AutoSize = true;
104 this.label3.Location = new System.Drawing.Point(118, 71);
105 this.label3.Name = "label3";
106 this.label3.Size = new System.Drawing.Size(56, 13);
107 this.label3.TabIndex = 10;
108 this.label3.Text = "checksum";
109 //
110 // textBox6
111 //
112 this.textBox6.Location = new System.Drawing.Point(12, 64);
113 this.textBox6.Name = "textBox6";
114 this.textBox6.Size = new System.Drawing.Size(100, 20);
115 this.textBox6.TabIndex = 2;
116 //
117 // textBox3
118 //
119 this.textBox3.Location = new System.Drawing.Point(214, 131);
120 this.textBox3.Name = "textBox3";
121 this.textBox3.ReadOnly = true;
122 this.textBox3.Size = new System.Drawing.Size(66, 20);
123 this.textBox3.TabIndex = 4;
124 //
125 // button2
126 //
127 this.button2.Location = new System.Drawing.Point(93, 99);
128 this.button2.Name = "button2";
129 this.button2.Size = new System.Drawing.Size(75, 23);
130 this.button2.TabIndex = 6;
131 this.button2.Text = "clear boxes";
132 this.button2.UseVisualStyleBackColor = true;
133 this.button2.Click += new System.EventHandler(this.button2_Click);
134 //
135 // label5
136 //
137 this.label5.AutoSize = true;
138 this.label5.Location = new System.Drawing.Point(148, 138);
139 this.label5.Name = "label5";
140 this.label5.Size = new System.Drawing.Size(37, 13);
141 this.label5.TabIndex = 15;
142 this.label5.Text = "Status";
143 //
144 // button3
145 //
146 this.button3.Location = new System.Drawing.Point(48, 128);
147 this.button3.Name = "button3";
148 this.button3.Size = new System.Drawing.Size(75, 23);
149 this.button3.TabIndex = 16;
150 this.button3.Text = "RUN APP";
151 this.button3.UseVisualStyleBackColor = true;
152 this.button3.Visible = false;
153 this.button3.Click += new System.EventHandler(this.button3_Click);
154 //
155 // button4
156 //
157 this.button4.Location = new System.Drawing.Point(175, 98);
158 this.button4.Name = "button4";
159 this.button4.Size = new System.Drawing.Size(75, 23);
160 this.button4.TabIndex = 17;
161 this.button4.Text = "Reload";
162 this.button4.UseVisualStyleBackColor = true;
163 this.button4.Click += new System.EventHandler(this.button4_Click);
164 //
165 // connector
166 //
167 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
168 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
169 this.ClientSize = new System.Drawing.Size(292, 266);
170 this.Controls.Add(this.button4);
171 this.Controls.Add(this.button3);
172 this.Controls.Add(this.label5);
173 this.Controls.Add(this.button2);
174 this.Controls.Add(this.textBox3);
175 this.Controls.Add(this.label3);
176 this.Controls.Add(this.textBox6);
177 this.Controls.Add(this.textBox5);
178 this.Controls.Add(this.button1);
179 this.Controls.Add(this.label2);
180 this.Controls.Add(this.textBox2);
181 this.Controls.Add(this.label1);
182 this.Controls.Add(this.textBox1);
183 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
184 this.Name = "connector";
185 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
186 this.Text = "Server connector";
187 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.connector_FormClosing);
188 this.ResumeLayout(false);
189 this.PerformLayout();
190
191 }
192
193 #endregion
194
198 private System.Windows.Forms.TextBox textBox1;
202 private System.Windows.Forms.Label label1;
206 private System.Windows.Forms.Label label2;
210 private System.Windows.Forms.TextBox textBox2;
214 private System.Windows.Forms.Button button1;
218 private System.Windows.Forms.TextBox textBox5;
222 private System.Windows.Forms.Label label3;
226 private System.Windows.Forms.TextBox textBox6;
230 private System.Windows.Forms.TextBox textBox3;
234 private System.Windows.Forms.Button button2;
238 private System.Windows.Forms.Label label5;
242 private System.Windows.Forms.Button button4;
246 public System.Windows.Forms.Button button3;
247 }
248 }
249
UsersDANTEDocumentsVisual Studio 2012Projectsscript connectorscript connectorconnector.Designer.cs
Wygenerowano Cz, 7 mar 2013 13:04:30 dla bazy pro programem
1.8.3.1
Wyszukiwarka
Podobne podstrony:
MODELLING GRID CONNECTED VOLTAGE SOURCE INVERTER OPERATIONconnector?s sourcesource30Matrix3?pp sourceThread?pp sourcearm biquad ?scade ?1 ?st q31? sourcearm conv ?2? sourcearm mat mult q15? sourceconnections pre intermediate minimock test 0 4 bResource 8inl sourcearm fir lattice init q31? sourcearm fir ?cimate ?st q15? sourcesource11arm correlate ?st q15? sourceRJ45 to?25M connectionswięcej podobnych podstron