corrade-vassal – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | vero | 1 | namespace GridImageUpload |
2 | { |
||
3 | partial class frmGridImageUpload |
||
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.grpLogin = new System.Windows.Forms.GroupBox(); |
||
32 | this.label5 = new System.Windows.Forms.Label(); |
||
33 | this.cboLoginURL = new System.Windows.Forms.ComboBox(); |
||
34 | this.cmdConnect = new System.Windows.Forms.Button(); |
||
35 | this.label3 = new System.Windows.Forms.Label(); |
||
36 | this.txtPassword = new System.Windows.Forms.TextBox(); |
||
37 | this.label2 = new System.Windows.Forms.Label(); |
||
38 | this.txtLastName = new System.Windows.Forms.TextBox(); |
||
39 | this.label1 = new System.Windows.Forms.Label(); |
||
40 | this.txtFirstName = new System.Windows.Forms.TextBox(); |
||
41 | this.grpUpload = new System.Windows.Forms.GroupBox(); |
||
42 | this.txtAssetID = new System.Windows.Forms.TextBox(); |
||
43 | this.label4 = new System.Windows.Forms.Label(); |
||
44 | this.lblSize = new System.Windows.Forms.Label(); |
||
45 | this.prgUpload = new System.Windows.Forms.ProgressBar(); |
||
46 | this.picPreview = new System.Windows.Forms.PictureBox(); |
||
47 | this.cmdLoad = new System.Windows.Forms.Button(); |
||
48 | this.txtSendtoName = new System.Windows.Forms.TextBox(); |
||
49 | this.label6 = new System.Windows.Forms.Label(); |
||
50 | this.chkLossless = new System.Windows.Forms.CheckBox(); |
||
51 | this.cmdUpload = new System.Windows.Forms.Button(); |
||
52 | this.cmdSave = new System.Windows.Forms.Button(); |
||
53 | this.grpLogin.SuspendLayout(); |
||
54 | this.grpUpload.SuspendLayout(); |
||
55 | ((System.ComponentModel.ISupportInitialize)(this.picPreview)).BeginInit(); |
||
56 | this.SuspendLayout(); |
||
57 | // |
||
58 | // grpLogin |
||
59 | // |
||
60 | this.grpLogin.Controls.Add(this.label5); |
||
61 | this.grpLogin.Controls.Add(this.cboLoginURL); |
||
62 | this.grpLogin.Controls.Add(this.cmdConnect); |
||
63 | this.grpLogin.Controls.Add(this.label3); |
||
64 | this.grpLogin.Controls.Add(this.txtPassword); |
||
65 | this.grpLogin.Controls.Add(this.label2); |
||
66 | this.grpLogin.Controls.Add(this.txtLastName); |
||
67 | this.grpLogin.Controls.Add(this.label1); |
||
68 | this.grpLogin.Controls.Add(this.txtFirstName); |
||
69 | this.grpLogin.Location = new System.Drawing.Point(11, 260); |
||
70 | this.grpLogin.Name = "grpLogin"; |
||
71 | this.grpLogin.Size = new System.Drawing.Size(379, 145); |
||
72 | this.grpLogin.TabIndex = 67; |
||
73 | this.grpLogin.TabStop = false; |
||
74 | // |
||
75 | // label5 |
||
76 | // |
||
77 | this.label5.Location = new System.Drawing.Point(6, 65); |
||
78 | this.label5.Name = "label5"; |
||
79 | this.label5.Size = new System.Drawing.Size(120, 16); |
||
80 | this.label5.TabIndex = 74; |
||
81 | this.label5.Text = "Login URL"; |
||
82 | // |
||
83 | // cboLoginURL |
||
84 | // |
||
85 | this.cboLoginURL.FormattingEnabled = true; |
||
86 | this.cboLoginURL.Location = new System.Drawing.Point(6, 84); |
||
87 | this.cboLoginURL.Name = "cboLoginURL"; |
||
88 | this.cboLoginURL.Size = new System.Drawing.Size(365, 21); |
||
89 | this.cboLoginURL.TabIndex = 3; |
||
90 | // |
||
91 | // cmdConnect |
||
92 | // |
||
93 | this.cmdConnect.Location = new System.Drawing.Point(251, 111); |
||
94 | this.cmdConnect.Name = "cmdConnect"; |
||
95 | this.cmdConnect.Size = new System.Drawing.Size(120, 24); |
||
96 | this.cmdConnect.TabIndex = 4; |
||
97 | this.cmdConnect.Text = "Connect"; |
||
98 | this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click); |
||
99 | // |
||
100 | // label3 |
||
101 | // |
||
102 | this.label3.Location = new System.Drawing.Point(251, 20); |
||
103 | this.label3.Name = "label3"; |
||
104 | this.label3.Size = new System.Drawing.Size(120, 16); |
||
105 | this.label3.TabIndex = 72; |
||
106 | this.label3.Text = "Password"; |
||
107 | // |
||
108 | // txtPassword |
||
109 | // |
||
110 | this.txtPassword.Location = new System.Drawing.Point(251, 36); |
||
111 | this.txtPassword.Name = "txtPassword"; |
||
112 | this.txtPassword.PasswordChar = '*'; |
||
113 | this.txtPassword.Size = new System.Drawing.Size(120, 20); |
||
114 | this.txtPassword.TabIndex = 2; |
||
115 | // |
||
116 | // label2 |
||
117 | // |
||
118 | this.label2.Location = new System.Drawing.Point(132, 20); |
||
119 | this.label2.Name = "label2"; |
||
120 | this.label2.Size = new System.Drawing.Size(120, 16); |
||
121 | this.label2.TabIndex = 70; |
||
122 | this.label2.Text = "Last Name"; |
||
123 | // |
||
124 | // txtLastName |
||
125 | // |
||
126 | this.txtLastName.Location = new System.Drawing.Point(132, 36); |
||
127 | this.txtLastName.Name = "txtLastName"; |
||
128 | this.txtLastName.Size = new System.Drawing.Size(112, 20); |
||
129 | this.txtLastName.TabIndex = 1; |
||
130 | // |
||
131 | // label1 |
||
132 | // |
||
133 | this.label1.Location = new System.Drawing.Point(6, 20); |
||
134 | this.label1.Name = "label1"; |
||
135 | this.label1.Size = new System.Drawing.Size(120, 16); |
||
136 | this.label1.TabIndex = 68; |
||
137 | this.label1.Text = "First Name"; |
||
138 | // |
||
139 | // txtFirstName |
||
140 | // |
||
141 | this.txtFirstName.Location = new System.Drawing.Point(6, 36); |
||
142 | this.txtFirstName.Name = "txtFirstName"; |
||
143 | this.txtFirstName.Size = new System.Drawing.Size(120, 20); |
||
144 | this.txtFirstName.TabIndex = 0; |
||
145 | // |
||
146 | // grpUpload |
||
147 | // |
||
148 | this.grpUpload.Controls.Add(this.cmdSave); |
||
149 | this.grpUpload.Controls.Add(this.txtAssetID); |
||
150 | this.grpUpload.Controls.Add(this.label4); |
||
151 | this.grpUpload.Controls.Add(this.lblSize); |
||
152 | this.grpUpload.Controls.Add(this.prgUpload); |
||
153 | this.grpUpload.Controls.Add(this.picPreview); |
||
154 | this.grpUpload.Controls.Add(this.cmdLoad); |
||
155 | this.grpUpload.Controls.Add(this.txtSendtoName); |
||
156 | this.grpUpload.Controls.Add(this.label6); |
||
157 | this.grpUpload.Controls.Add(this.chkLossless); |
||
158 | this.grpUpload.Controls.Add(this.cmdUpload); |
||
159 | this.grpUpload.Location = new System.Drawing.Point(12, 12); |
||
160 | this.grpUpload.Name = "grpUpload"; |
||
161 | this.grpUpload.Size = new System.Drawing.Size(379, 242); |
||
162 | this.grpUpload.TabIndex = 68; |
||
163 | this.grpUpload.TabStop = false; |
||
164 | // |
||
165 | // txtAssetID |
||
166 | // |
||
167 | this.txtAssetID.Location = new System.Drawing.Point(90, 204); |
||
168 | this.txtAssetID.Name = "txtAssetID"; |
||
169 | this.txtAssetID.ReadOnly = true; |
||
170 | this.txtAssetID.Size = new System.Drawing.Size(280, 20); |
||
171 | this.txtAssetID.TabIndex = 10; |
||
172 | this.txtAssetID.TabStop = false; |
||
173 | // |
||
174 | // label4 |
||
175 | // |
||
176 | this.label4.AutoSize = true; |
||
177 | this.label4.Location = new System.Drawing.Point(6, 207); |
||
178 | this.label4.Name = "label4"; |
||
179 | this.label4.Size = new System.Drawing.Size(66, 13); |
||
180 | this.label4.TabIndex = 79; |
||
181 | this.label4.Text = "Asset UUID:"; |
||
182 | // |
||
183 | // lblSize |
||
184 | // |
||
185 | this.lblSize.AutoSize = true; |
||
186 | this.lblSize.Location = new System.Drawing.Point(79, 96); |
||
187 | this.lblSize.Name = "lblSize"; |
||
188 | this.lblSize.Size = new System.Drawing.Size(0, 13); |
||
189 | this.lblSize.TabIndex = 77; |
||
190 | // |
||
191 | // prgUpload |
||
192 | // |
||
193 | this.prgUpload.Location = new System.Drawing.Point(9, 175); |
||
194 | this.prgUpload.Name = "prgUpload"; |
||
195 | this.prgUpload.Size = new System.Drawing.Size(362, 23); |
||
196 | this.prgUpload.TabIndex = 76; |
||
197 | // |
||
198 | // picPreview |
||
199 | // |
||
200 | this.picPreview.Location = new System.Drawing.Point(9, 96); |
||
201 | this.picPreview.Name = "picPreview"; |
||
202 | this.picPreview.Size = new System.Drawing.Size(64, 64); |
||
203 | this.picPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; |
||
204 | this.picPreview.TabIndex = 75; |
||
205 | this.picPreview.TabStop = false; |
||
206 | // |
||
207 | // cmdLoad |
||
208 | // |
||
209 | this.cmdLoad.Location = new System.Drawing.Point(86, 136); |
||
210 | this.cmdLoad.Name = "cmdLoad"; |
||
211 | this.cmdLoad.Size = new System.Drawing.Size(91, 24); |
||
212 | this.cmdLoad.TabIndex = 7; |
||
213 | this.cmdLoad.Text = "Load Texture"; |
||
214 | this.cmdLoad.UseVisualStyleBackColor = true; |
||
215 | this.cmdLoad.Click += new System.EventHandler(this.cmdLoad_Click); |
||
216 | // |
||
217 | // txtSendtoName |
||
218 | // |
||
219 | this.txtSendtoName.Location = new System.Drawing.Point(131, 64); |
||
220 | this.txtSendtoName.Name = "txtSendtoName"; |
||
221 | this.txtSendtoName.Size = new System.Drawing.Size(239, 20); |
||
222 | this.txtSendtoName.TabIndex = 6; |
||
223 | // |
||
224 | // label6 |
||
225 | // |
||
226 | this.label6.AutoSize = true; |
||
227 | this.label6.Location = new System.Drawing.Point(6, 67); |
||
228 | this.label6.Name = "label6"; |
||
229 | this.label6.Size = new System.Drawing.Size(112, 13); |
||
230 | this.label6.TabIndex = 71; |
||
231 | this.label6.Text = "Send Copy To Avatar:"; |
||
232 | // |
||
233 | // chkLossless |
||
234 | // |
||
235 | this.chkLossless.Location = new System.Drawing.Point(9, 19); |
||
236 | this.chkLossless.Name = "chkLossless"; |
||
237 | this.chkLossless.Size = new System.Drawing.Size(362, 37); |
||
238 | this.chkLossless.TabIndex = 5; |
||
239 | this.chkLossless.Text = "Single Layer Lossless (only useful for pixel perfect reproductions of small image" + |
||
240 | "s, such as sculpt maps)"; |
||
241 | this.chkLossless.UseVisualStyleBackColor = true; |
||
242 | this.chkLossless.CheckedChanged += new System.EventHandler(this.chkLossless_CheckedChanged); |
||
243 | // |
||
244 | // cmdUpload |
||
245 | // |
||
246 | this.cmdUpload.Enabled = false; |
||
247 | this.cmdUpload.Location = new System.Drawing.Point(280, 136); |
||
248 | this.cmdUpload.Name = "cmdUpload"; |
||
249 | this.cmdUpload.Size = new System.Drawing.Size(91, 24); |
||
250 | this.cmdUpload.TabIndex = 9; |
||
251 | this.cmdUpload.Text = "Upload Texture"; |
||
252 | this.cmdUpload.UseVisualStyleBackColor = true; |
||
253 | this.cmdUpload.Click += new System.EventHandler(this.cmdUpload_Click); |
||
254 | // |
||
255 | // cmdSave |
||
256 | // |
||
257 | this.cmdSave.Enabled = false; |
||
258 | this.cmdSave.Location = new System.Drawing.Point(183, 136); |
||
259 | this.cmdSave.Name = "cmdSave"; |
||
260 | this.cmdSave.Size = new System.Drawing.Size(91, 24); |
||
261 | this.cmdSave.TabIndex = 8; |
||
262 | this.cmdSave.Text = "Save Texture"; |
||
263 | this.cmdSave.UseVisualStyleBackColor = true; |
||
264 | this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click); |
||
265 | // |
||
266 | // frmGridImageUpload |
||
267 | // |
||
268 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
269 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
270 | this.ClientSize = new System.Drawing.Size(402, 417); |
||
271 | this.Controls.Add(this.grpUpload); |
||
272 | this.Controls.Add(this.grpLogin); |
||
273 | this.MaximizeBox = false; |
||
274 | this.MinimumSize = new System.Drawing.Size(410, 400); |
||
275 | this.Name = "frmGridImageUpload"; |
||
276 | this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; |
||
277 | this.Text = "Image Upload"; |
||
278 | this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmGridImageUpload_FormClosed); |
||
279 | this.grpLogin.ResumeLayout(false); |
||
280 | this.grpLogin.PerformLayout(); |
||
281 | this.grpUpload.ResumeLayout(false); |
||
282 | this.grpUpload.PerformLayout(); |
||
283 | ((System.ComponentModel.ISupportInitialize)(this.picPreview)).EndInit(); |
||
284 | this.ResumeLayout(false); |
||
285 | |||
286 | } |
||
287 | |||
288 | #endregion |
||
289 | |||
290 | private System.Windows.Forms.GroupBox grpLogin; |
||
291 | private System.Windows.Forms.Button cmdConnect; |
||
292 | private System.Windows.Forms.Label label3; |
||
293 | private System.Windows.Forms.TextBox txtPassword; |
||
294 | private System.Windows.Forms.Label label2; |
||
295 | private System.Windows.Forms.TextBox txtLastName; |
||
296 | private System.Windows.Forms.Label label1; |
||
297 | private System.Windows.Forms.TextBox txtFirstName; |
||
298 | private System.Windows.Forms.GroupBox grpUpload; |
||
299 | private System.Windows.Forms.Button cmdUpload; |
||
300 | private System.Windows.Forms.CheckBox chkLossless; |
||
301 | private System.Windows.Forms.TextBox txtSendtoName; |
||
302 | private System.Windows.Forms.Label label6; |
||
303 | private System.Windows.Forms.PictureBox picPreview; |
||
304 | private System.Windows.Forms.Button cmdLoad; |
||
305 | private System.Windows.Forms.ProgressBar prgUpload; |
||
306 | private System.Windows.Forms.Label lblSize; |
||
307 | private System.Windows.Forms.TextBox txtAssetID; |
||
308 | private System.Windows.Forms.Label label4; |
||
309 | private System.Windows.Forms.ComboBox cboLoginURL; |
||
310 | private System.Windows.Forms.Label label5; |
||
311 | private System.Windows.Forms.Button cmdSave; |
||
312 | } |
||
313 | } |
||
314 |