1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297
|
namespace DocListUploader
{
partial class OptionsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsForm));
this.Username = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.Password = new System.Windows.Forms.TextBox();
this.LoginButton = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.LogoutButton = new System.Windows.Forms.Button();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.UploaderStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.contextCheckBox = new System.Windows.Forms.CheckBox();
this.panel1 = new System.Windows.Forms.Panel();
this.DocList = new System.Windows.Forms.ListView();
this.Title = new System.Windows.Forms.ColumnHeader();
this.LastModified = new System.Windows.Forms.ColumnHeader();
this.DocListItemMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.OpenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.DeleteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DocIcons = new System.Windows.Forms.ImageList(this.components);
this.RefreshButton = new System.Windows.Forms.Button();
this.statusStrip.SuspendLayout();
this.panel1.SuspendLayout();
this.DocListItemMenu.SuspendLayout();
this.SuspendLayout();
//
// Username
//
this.Username.Location = new System.Drawing.Point(162, 29);
this.Username.Name = "Username";
this.Username.Size = new System.Drawing.Size(146, 20);
this.Username.TabIndex = 0;
this.Username.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Username_KeyPress);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(55, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(76, 13);
this.label1.TabIndex = 1;
this.label1.Text = "E-mail Address";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(55, 64);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Password";
//
// Password
//
this.Password.Location = new System.Drawing.Point(162, 55);
this.Password.Name = "Password";
this.Password.Size = new System.Drawing.Size(108, 20);
this.Password.TabIndex = 3;
this.Password.UseSystemPasswordChar = true;
this.Password.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Password_KeyPress);
//
// LoginButton
//
this.LoginButton.Location = new System.Drawing.Point(77, 96);
this.LoginButton.Name = "LoginButton";
this.LoginButton.Size = new System.Drawing.Size(77, 34);
this.LoginButton.TabIndex = 4;
this.LoginButton.Text = "Login";
this.LoginButton.UseVisualStyleBackColor = true;
this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte) (0)));
this.label3.Location = new System.Drawing.Point(55, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(213, 20);
this.label3.TabIndex = 5;
this.label3.Text = "Drag and drop files to upload";
//
// LogoutButton
//
this.LogoutButton.Enabled = false;
this.LogoutButton.Location = new System.Drawing.Point(209, 96);
this.LogoutButton.Name = "LogoutButton";
this.LogoutButton.Size = new System.Drawing.Size(77, 34);
this.LogoutButton.TabIndex = 6;
this.LogoutButton.Text = "Logout";
this.LogoutButton.UseVisualStyleBackColor = true;
this.LogoutButton.Click += new System.EventHandler(this.LogoutButton_Click);
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.UploaderStatus});
this.statusStrip.Location = new System.Drawing.Point(0, 531);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(358, 22);
this.statusStrip.SizingGrip = false;
this.statusStrip.TabIndex = 7;
this.statusStrip.Text = "statusStrip1";
//
// UploaderStatus
//
this.UploaderStatus.Name = "UploaderStatus";
this.UploaderStatus.Size = new System.Drawing.Size(71, 17);
this.UploaderStatus.Text = "Please sign in";
//
// contextCheckBox
//
this.contextCheckBox.AutoSize = true;
this.contextCheckBox.Location = new System.Drawing.Point(74, 147);
this.contextCheckBox.Name = "contextCheckBox";
this.contextCheckBox.Size = new System.Drawing.Size(219, 17);
this.contextCheckBox.TabIndex = 8;
this.contextCheckBox.Text = "Add DocList Uploader to right click menu";
this.contextCheckBox.UseVisualStyleBackColor = true;
this.contextCheckBox.CheckedChanged += new System.EventHandler(this.contextCheckBox_CheckedChanged);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.label3);
this.panel1.Location = new System.Drawing.Point(17, 170);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(320, 41);
this.panel1.TabIndex = 9;
//
// DocList
//
this.DocList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.Title,
this.LastModified});
this.DocList.ContextMenuStrip = this.DocListItemMenu;
this.DocList.FullRowSelect = true;
this.DocList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.DocList.Location = new System.Drawing.Point(17, 217);
this.DocList.MultiSelect = false;
this.DocList.Name = "DocList";
this.DocList.Size = new System.Drawing.Size(320, 271);
this.DocList.SmallImageList = this.DocIcons;
this.DocList.TabIndex = 10;
this.DocList.UseCompatibleStateImageBehavior = false;
this.DocList.View = System.Windows.Forms.View.Details;
this.DocList.DoubleClick += new System.EventHandler(this.DocList_DoubleClick);
//
// Title
//
this.Title.Text = "Title";
this.Title.Width = 167;
//
// LastModified
//
this.LastModified.Text = "Last Modified";
this.LastModified.Width = 139;
//
// DocListItemMenu
//
this.DocListItemMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.OpenMenuItem,
this.toolStripSeparator1,
this.DeleteMenuItem});
this.DocListItemMenu.Name = "DocListItemMenu";
this.DocListItemMenu.ShowImageMargin = false;
this.DocListItemMenu.Size = new System.Drawing.Size(143, 76);
//
// OpenMenuItem
//
this.OpenMenuItem.Name = "OpenMenuItem";
this.OpenMenuItem.Size = new System.Drawing.Size(142, 22);
this.OpenMenuItem.Text = "Open in Browser";
this.OpenMenuItem.Click += new System.EventHandler(this.OpenMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(139, 6);
//
// DeleteMenuItem
//
this.DeleteMenuItem.Name = "DeleteMenuItem";
this.DeleteMenuItem.Size = new System.Drawing.Size(142, 22);
this.DeleteMenuItem.Text = "Delete Document";
this.DeleteMenuItem.Click += new System.EventHandler(this.DeleteMenuItem_Click);
//
// DocIcons
//
this.DocIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer) (resources.GetObject("DocIcons.ImageStream")));
this.DocIcons.TransparentColor = System.Drawing.Color.Transparent;
this.DocIcons.Images.SetKeyName(0, "Document.gif");
this.DocIcons.Images.SetKeyName(1, "Presentation.gif");
this.DocIcons.Images.SetKeyName(2, "Spreadsheet.gif");
//
// RefreshButton
//
this.RefreshButton.Enabled = false;
this.RefreshButton.Location = new System.Drawing.Point(110, 494);
this.RefreshButton.Name = "RefreshButton";
this.RefreshButton.Size = new System.Drawing.Size(138, 24);
this.RefreshButton.TabIndex = 11;
this.RefreshButton.Text = "Refresh";
this.RefreshButton.UseVisualStyleBackColor = true;
this.RefreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
//
// OptionsForm
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(358, 553);
this.Controls.Add(this.RefreshButton);
this.Controls.Add(this.DocList);
this.Controls.Add(this.panel1);
this.Controls.Add(this.contextCheckBox);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.LogoutButton);
this.Controls.Add(this.LoginButton);
this.Controls.Add(this.Password);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.Username);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "OptionsForm";
this.Text = "DocList Uploader";
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.OptionsForm_DragDrop);
this.Resize += new System.EventHandler(this.OptionsForm_Resize);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OptionsForm_FormClosing);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.OptionsForm_DragEnter);
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.DocListItemMenu.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox Username;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox Password;
private System.Windows.Forms.Button LoginButton;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button LogoutButton;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel UploaderStatus;
private System.Windows.Forms.CheckBox contextCheckBox;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ListView DocList;
private System.Windows.Forms.ColumnHeader Title;
private System.Windows.Forms.ColumnHeader LastModified;
private System.Windows.Forms.ImageList DocIcons;
private System.Windows.Forms.Button RefreshButton;
private System.Windows.Forms.ContextMenuStrip DocListItemMenu;
private System.Windows.Forms.ToolStripMenuItem OpenMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem DeleteMenuItem;
}
}
|