[1089] | 1 | namespace HeuristicLab.Hive.Server.ServerConsole {
|
---|
[794] | 2 | partial class HiveServerManagementConsole {
|
---|
| 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Windows Form Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
[1512] | 26 | this.components = new System.ComponentModel.Container();
|
---|
| 27 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveServerManagementConsole));
|
---|
| 28 | this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
---|
| 29 | this.informationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[1717] | 30 | this.refreshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[1512] | 31 | this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 32 | this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 33 | this.jobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[1937] | 34 | this.groupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[2007] | 35 | this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[1657] | 36 | this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 37 | this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 38 | this.smallIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 39 | this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[1645] | 40 | this.ilLargeImgClient = new System.Windows.Forms.ImageList(this.components);
|
---|
[1628] | 41 | this.ilLargeImgJob = new System.Windows.Forms.ImageList(this.components);
|
---|
[1512] | 42 | this.plClientDetails = new System.Windows.Forms.Panel();
|
---|
| 43 | this.lblState = new System.Windows.Forms.Label();
|
---|
| 44 | this.lblStateClient = new System.Windows.Forms.Label();
|
---|
| 45 | this.lblLogin = new System.Windows.Forms.Label();
|
---|
| 46 | this.lblLoginOn = new System.Windows.Forms.Label();
|
---|
| 47 | this.lblClientName = new System.Windows.Forms.Label();
|
---|
| 48 | this.pbClientControl = new System.Windows.Forms.PictureBox();
|
---|
| 49 | this.plUserDetails = new System.Windows.Forms.Panel();
|
---|
| 50 | this.lblUserName = new System.Windows.Forms.Label();
|
---|
| 51 | this.btnUserControlClose = new System.Windows.Forms.Button();
|
---|
| 52 | this.pbUserControl = new System.Windows.Forms.PictureBox();
|
---|
| 53 | this.plJobDetails = new System.Windows.Forms.Panel();
|
---|
[1774] | 54 | this.lvJobDetails = new System.Windows.Forms.ListView();
|
---|
| 55 | this.chContent = new System.Windows.Forms.ColumnHeader();
|
---|
| 56 | this.chDetails = new System.Windows.Forms.ColumnHeader();
|
---|
[1512] | 57 | this.lvSnapshots = new System.Windows.Forms.ListView();
|
---|
[1581] | 58 | this.chClientCalculated = new System.Windows.Forms.ColumnHeader();
|
---|
[1512] | 59 | this.chProgress = new System.Windows.Forms.ColumnHeader();
|
---|
[1581] | 60 | this.chSnapshotTime = new System.Windows.Forms.ColumnHeader();
|
---|
[1512] | 61 | this.lblProgress = new System.Windows.Forms.Label();
|
---|
| 62 | this.lblStatus = new System.Windows.Forms.Label();
|
---|
| 63 | this.progressJob = new System.Windows.Forms.ProgressBar();
|
---|
| 64 | this.lblJobName = new System.Windows.Forms.Label();
|
---|
| 65 | this.pbJobControl = new System.Windows.Forms.PictureBox();
|
---|
| 66 | this.treeView2 = new System.Windows.Forms.TreeView();
|
---|
| 67 | this.listView2 = new System.Windows.Forms.ListView();
|
---|
| 68 | this.timerSyncronize = new System.Windows.Forms.Timer(this.components);
|
---|
| 69 | this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
|
---|
| 70 | this.updaterWoker = new System.ComponentModel.BackgroundWorker();
|
---|
| 71 | this.tpJobControl = new System.Windows.Forms.TabPage();
|
---|
| 72 | this.scJobControl = new System.Windows.Forms.SplitContainer();
|
---|
| 73 | this.lvJobControl = new System.Windows.Forms.ListView();
|
---|
[1628] | 74 | this.contextMenuJob = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
| 75 | this.menuItemAbortJob = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 76 | this.menuItemGetSnapshot = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[1657] | 77 | this.ilSmallImgJob = new System.Windows.Forms.ImageList(this.components);
|
---|
| 78 | this.ilSmallImgClient = new System.Windows.Forms.ImageList(this.components);
|
---|
[1512] | 79 | this.tpClientControl = new System.Windows.Forms.TabPage();
|
---|
| 80 | this.scClientControl = new System.Windows.Forms.SplitContainer();
|
---|
[1657] | 81 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
[1774] | 82 | this.btnRefresh = new System.Windows.Forms.Button();
|
---|
[1657] | 83 | this.tvClientControl = new System.Windows.Forms.TreeView();
|
---|
[1832] | 84 | this.contextMenuGroup = new System.Windows.Forms.ContextMenuStrip(this.components);
|
---|
| 85 | this.menuItemAddGroup = new System.Windows.Forms.ToolStripMenuItem();
|
---|
| 86 | this.menuItemDeleteGroup = new System.Windows.Forms.ToolStripMenuItem();
|
---|
[1512] | 87 | this.lvClientControl = new System.Windows.Forms.ListView();
|
---|
| 88 | this.tcManagementConsole = new System.Windows.Forms.TabControl();
|
---|
| 89 | this.checkBox1 = new System.Windows.Forms.CheckBox();
|
---|
| 90 | this.menuStrip1.SuspendLayout();
|
---|
| 91 | this.plClientDetails.SuspendLayout();
|
---|
| 92 | ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).BeginInit();
|
---|
| 93 | this.plUserDetails.SuspendLayout();
|
---|
| 94 | ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).BeginInit();
|
---|
| 95 | this.plJobDetails.SuspendLayout();
|
---|
| 96 | ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).BeginInit();
|
---|
| 97 | ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
|
---|
| 98 | this.tpJobControl.SuspendLayout();
|
---|
| 99 | this.scJobControl.Panel1.SuspendLayout();
|
---|
| 100 | this.scJobControl.Panel2.SuspendLayout();
|
---|
| 101 | this.scJobControl.SuspendLayout();
|
---|
[1628] | 102 | this.contextMenuJob.SuspendLayout();
|
---|
[1512] | 103 | this.tpClientControl.SuspendLayout();
|
---|
| 104 | this.scClientControl.Panel1.SuspendLayout();
|
---|
| 105 | this.scClientControl.Panel2.SuspendLayout();
|
---|
| 106 | this.scClientControl.SuspendLayout();
|
---|
[1645] | 107 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 108 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 109 | this.splitContainer1.SuspendLayout();
|
---|
[1832] | 110 | this.contextMenuGroup.SuspendLayout();
|
---|
[1657] | 111 | this.tcManagementConsole.SuspendLayout();
|
---|
[1512] | 112 | this.SuspendLayout();
|
---|
| 113 | //
|
---|
| 114 | // menuStrip1
|
---|
| 115 | //
|
---|
| 116 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
[956] | 117 | this.informationToolStripMenuItem,
|
---|
[1628] | 118 | this.addToolStripMenuItem,
|
---|
| 119 | this.viewToolStripMenuItem});
|
---|
[1512] | 120 | this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
---|
| 121 | this.menuStrip1.Name = "menuStrip1";
|
---|
| 122 | this.menuStrip1.Size = new System.Drawing.Size(893, 24);
|
---|
| 123 | this.menuStrip1.TabIndex = 0;
|
---|
| 124 | this.menuStrip1.Text = "menuStrip1";
|
---|
| 125 | //
|
---|
| 126 | // informationToolStripMenuItem
|
---|
| 127 | //
|
---|
| 128 | this.informationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
[1657] | 129 | this.refreshToolStripMenuItem,
|
---|
[794] | 130 | this.closeToolStripMenuItem});
|
---|
[1512] | 131 | this.informationToolStripMenuItem.Name = "informationToolStripMenuItem";
|
---|
| 132 | this.informationToolStripMenuItem.Size = new System.Drawing.Size(81, 20);
|
---|
| 133 | this.informationToolStripMenuItem.Text = "Management";
|
---|
| 134 | //
|
---|
[1717] | 135 | // refreshToolStripMenuItem
|
---|
| 136 | //
|
---|
| 137 | this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
|
---|
[1937] | 138 | this.refreshToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
|
---|
| 139 | this.refreshToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
|
---|
[1717] | 140 | this.refreshToolStripMenuItem.Text = "Refresh";
|
---|
[1774] | 141 | this.refreshToolStripMenuItem.Click += new System.EventHandler(this.Refresh_Click);
|
---|
[1717] | 142 | //
|
---|
[1512] | 143 | // closeToolStripMenuItem
|
---|
| 144 | //
|
---|
| 145 | this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
|
---|
[1937] | 146 | this.closeToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
|
---|
[1512] | 147 | this.closeToolStripMenuItem.Text = "Close";
|
---|
| 148 | this.closeToolStripMenuItem.Click += new System.EventHandler(this.Close_Click);
|
---|
| 149 | //
|
---|
| 150 | // addToolStripMenuItem
|
---|
| 151 | //
|
---|
| 152 | this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
[1937] | 153 | this.jobToolStripMenuItem,
|
---|
[1956] | 154 | this.groupToolStripMenuItem,
|
---|
| 155 | this.projectToolStripMenuItem});
|
---|
[1512] | 156 | this.addToolStripMenuItem.Name = "addToolStripMenuItem";
|
---|
| 157 | this.addToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
|
---|
| 158 | this.addToolStripMenuItem.Text = "Add";
|
---|
| 159 | //
|
---|
| 160 | // jobToolStripMenuItem
|
---|
| 161 | //
|
---|
| 162 | this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
|
---|
[1937] | 163 | this.jobToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.J)));
|
---|
[1956] | 164 | this.jobToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
---|
[1512] | 165 | this.jobToolStripMenuItem.Text = "Job";
|
---|
| 166 | this.jobToolStripMenuItem.Click += new System.EventHandler(this.AddJob_Click);
|
---|
| 167 | //
|
---|
[1937] | 168 | // groupToolStripMenuItem
|
---|
| 169 | //
|
---|
| 170 | this.groupToolStripMenuItem.Name = "groupToolStripMenuItem";
|
---|
| 171 | this.groupToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
|
---|
[1956] | 172 | this.groupToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
---|
[1937] | 173 | this.groupToolStripMenuItem.Text = "Group";
|
---|
| 174 | this.groupToolStripMenuItem.Click += new System.EventHandler(this.groupToolStripMenuItem_Click);
|
---|
| 175 | //
|
---|
[2007] | 176 | // projectToolStripMenuItem
|
---|
| 177 | //
|
---|
| 178 | this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
|
---|
| 179 | this.projectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
|
---|
| 180 | this.projectToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
---|
| 181 | this.projectToolStripMenuItem.Text = "Project";
|
---|
| 182 | this.projectToolStripMenuItem.Click += new System.EventHandler(this.projectToolStripMenuItem_Click);
|
---|
| 183 | //
|
---|
[1657] | 184 | // viewToolStripMenuItem
|
---|
| 185 | //
|
---|
| 186 | this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 187 | this.largeIconsToolStripMenuItem,
|
---|
| 188 | this.smallIconsToolStripMenuItem,
|
---|
| 189 | this.listToolStripMenuItem});
|
---|
| 190 | this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
---|
| 191 | this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
|
---|
| 192 | this.viewToolStripMenuItem.Text = "View";
|
---|
| 193 | //
|
---|
| 194 | // largeIconsToolStripMenuItem
|
---|
| 195 | //
|
---|
| 196 | this.largeIconsToolStripMenuItem.Checked = true;
|
---|
| 197 | this.largeIconsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 198 | this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
|
---|
[1937] | 199 | this.largeIconsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1)));
|
---|
| 200 | this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
---|
[1657] | 201 | this.largeIconsToolStripMenuItem.Text = "Large Icons";
|
---|
| 202 | this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
|
---|
| 203 | //
|
---|
| 204 | // smallIconsToolStripMenuItem
|
---|
| 205 | //
|
---|
| 206 | this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
|
---|
[1937] | 207 | this.smallIconsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2)));
|
---|
| 208 | this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
---|
[1657] | 209 | this.smallIconsToolStripMenuItem.Text = "Small Icons";
|
---|
| 210 | this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
|
---|
| 211 | //
|
---|
| 212 | // listToolStripMenuItem
|
---|
| 213 | //
|
---|
| 214 | this.listToolStripMenuItem.Name = "listToolStripMenuItem";
|
---|
[1937] | 215 | this.listToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3)));
|
---|
| 216 | this.listToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
|
---|
[1657] | 217 | this.listToolStripMenuItem.Text = "List";
|
---|
| 218 | this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
|
---|
| 219 | //
|
---|
[1645] | 220 | // ilLargeImgClient
|
---|
| 221 | //
|
---|
| 222 | this.ilLargeImgClient.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilLargeImgClient.ImageStream")));
|
---|
| 223 | this.ilLargeImgClient.TransparentColor = System.Drawing.Color.Transparent;
|
---|
| 224 | this.ilLargeImgClient.Images.SetKeyName(0, "monitor-green.png");
|
---|
| 225 | this.ilLargeImgClient.Images.SetKeyName(1, "monitor-orange.png");
|
---|
| 226 | this.ilLargeImgClient.Images.SetKeyName(2, "monitor-red.png");
|
---|
| 227 | this.ilLargeImgClient.Images.SetKeyName(3, "monitor-gray.png");
|
---|
| 228 | //
|
---|
[1628] | 229 | // ilLargeImgJob
|
---|
[1512] | 230 | //
|
---|
[1628] | 231 | this.ilLargeImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilLargeImgJob.ImageStream")));
|
---|
| 232 | this.ilLargeImgJob.TransparentColor = System.Drawing.Color.Transparent;
|
---|
[1657] | 233 | this.ilLargeImgJob.Images.SetKeyName(0, "ok.png");
|
---|
| 234 | this.ilLargeImgJob.Images.SetKeyName(1, "Forward.png");
|
---|
| 235 | this.ilLargeImgJob.Images.SetKeyName(2, "pause.png");
|
---|
[1512] | 236 | //
|
---|
| 237 | // plClientDetails
|
---|
| 238 | //
|
---|
| 239 | this.plClientDetails.BackColor = System.Drawing.SystemColors.Window;
|
---|
[1753] | 240 | this.plClientDetails.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
---|
[1512] | 241 | this.plClientDetails.Controls.Add(this.lblState);
|
---|
| 242 | this.plClientDetails.Controls.Add(this.lblStateClient);
|
---|
| 243 | this.plClientDetails.Controls.Add(this.lblLogin);
|
---|
| 244 | this.plClientDetails.Controls.Add(this.lblLoginOn);
|
---|
| 245 | this.plClientDetails.Controls.Add(this.lblClientName);
|
---|
| 246 | this.plClientDetails.Controls.Add(this.pbClientControl);
|
---|
| 247 | this.plClientDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 248 | this.plClientDetails.Location = new System.Drawing.Point(0, 0);
|
---|
| 249 | this.plClientDetails.Name = "plClientDetails";
|
---|
| 250 | this.plClientDetails.Size = new System.Drawing.Size(421, 386);
|
---|
| 251 | this.plClientDetails.TabIndex = 1;
|
---|
| 252 | this.plClientDetails.Visible = false;
|
---|
| 253 | //
|
---|
| 254 | // lblState
|
---|
| 255 | //
|
---|
| 256 | this.lblState.AutoSize = true;
|
---|
| 257 | this.lblState.Location = new System.Drawing.Point(103, 76);
|
---|
| 258 | this.lblState.Name = "lblState";
|
---|
| 259 | this.lblState.Size = new System.Drawing.Size(42, 13);
|
---|
| 260 | this.lblState.TabIndex = 6;
|
---|
| 261 | this.lblState.Text = "lblState";
|
---|
| 262 | //
|
---|
| 263 | // lblStateClient
|
---|
| 264 | //
|
---|
| 265 | this.lblStateClient.AutoSize = true;
|
---|
| 266 | this.lblStateClient.Location = new System.Drawing.Point(29, 76);
|
---|
| 267 | this.lblStateClient.Name = "lblStateClient";
|
---|
| 268 | this.lblStateClient.Size = new System.Drawing.Size(32, 13);
|
---|
| 269 | this.lblStateClient.TabIndex = 5;
|
---|
| 270 | this.lblStateClient.Text = "State";
|
---|
| 271 | //
|
---|
| 272 | // lblLogin
|
---|
| 273 | //
|
---|
| 274 | this.lblLogin.AutoSize = true;
|
---|
| 275 | this.lblLogin.Location = new System.Drawing.Point(100, 55);
|
---|
| 276 | this.lblLogin.Name = "lblLogin";
|
---|
| 277 | this.lblLogin.Size = new System.Drawing.Size(43, 13);
|
---|
| 278 | this.lblLogin.TabIndex = 4;
|
---|
| 279 | this.lblLogin.Text = "lblLogin";
|
---|
| 280 | //
|
---|
| 281 | // lblLoginOn
|
---|
| 282 | //
|
---|
| 283 | this.lblLoginOn.AutoSize = true;
|
---|
| 284 | this.lblLoginOn.Location = new System.Drawing.Point(29, 55);
|
---|
| 285 | this.lblLoginOn.Name = "lblLoginOn";
|
---|
| 286 | this.lblLoginOn.Size = new System.Drawing.Size(69, 13);
|
---|
| 287 | this.lblLoginOn.TabIndex = 3;
|
---|
| 288 | this.lblLoginOn.Text = "last logged in";
|
---|
| 289 | //
|
---|
| 290 | // lblClientName
|
---|
| 291 | //
|
---|
| 292 | this.lblClientName.AutoSize = true;
|
---|
[1774] | 293 | this.lblClientName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
[1512] | 294 | this.lblClientName.Location = new System.Drawing.Point(41, 14);
|
---|
| 295 | this.lblClientName.Name = "lblClientName";
|
---|
| 296 | this.lblClientName.Size = new System.Drawing.Size(71, 13);
|
---|
| 297 | this.lblClientName.TabIndex = 2;
|
---|
| 298 | this.lblClientName.Text = "lblClientName";
|
---|
| 299 | //
|
---|
| 300 | // pbClientControl
|
---|
| 301 | //
|
---|
| 302 | this.pbClientControl.Location = new System.Drawing.Point(3, 4);
|
---|
| 303 | this.pbClientControl.Name = "pbClientControl";
|
---|
| 304 | this.pbClientControl.Size = new System.Drawing.Size(32, 32);
|
---|
| 305 | this.pbClientControl.TabIndex = 0;
|
---|
| 306 | this.pbClientControl.TabStop = false;
|
---|
| 307 | //
|
---|
| 308 | // plUserDetails
|
---|
| 309 | //
|
---|
| 310 | this.plUserDetails.BackColor = System.Drawing.SystemColors.Window;
|
---|
| 311 | this.plUserDetails.Controls.Add(this.lblUserName);
|
---|
| 312 | this.plUserDetails.Controls.Add(this.btnUserControlClose);
|
---|
| 313 | this.plUserDetails.Controls.Add(this.pbUserControl);
|
---|
| 314 | this.plUserDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 315 | this.plUserDetails.Location = new System.Drawing.Point(0, 0);
|
---|
| 316 | this.plUserDetails.Name = "plUserDetails";
|
---|
| 317 | this.plUserDetails.Size = new System.Drawing.Size(494, 346);
|
---|
| 318 | this.plUserDetails.TabIndex = 2;
|
---|
| 319 | //
|
---|
| 320 | // lblUserName
|
---|
| 321 | //
|
---|
| 322 | this.lblUserName.AutoSize = true;
|
---|
| 323 | this.lblUserName.Location = new System.Drawing.Point(41, 13);
|
---|
| 324 | this.lblUserName.Name = "lblUserName";
|
---|
| 325 | this.lblUserName.Size = new System.Drawing.Size(67, 13);
|
---|
| 326 | this.lblUserName.TabIndex = 5;
|
---|
| 327 | this.lblUserName.Text = "lblUserName";
|
---|
| 328 | //
|
---|
| 329 | // btnUserControlClose
|
---|
| 330 | //
|
---|
| 331 | this.btnUserControlClose.Location = new System.Drawing.Point(414, 3);
|
---|
| 332 | this.btnUserControlClose.Name = "btnUserControlClose";
|
---|
| 333 | this.btnUserControlClose.Size = new System.Drawing.Size(75, 23);
|
---|
| 334 | this.btnUserControlClose.TabIndex = 4;
|
---|
| 335 | this.btnUserControlClose.Text = "Close";
|
---|
| 336 | this.btnUserControlClose.UseVisualStyleBackColor = true;
|
---|
| 337 | //
|
---|
| 338 | // pbUserControl
|
---|
| 339 | //
|
---|
| 340 | this.pbUserControl.Location = new System.Drawing.Point(3, 3);
|
---|
| 341 | this.pbUserControl.Name = "pbUserControl";
|
---|
| 342 | this.pbUserControl.Size = new System.Drawing.Size(32, 32);
|
---|
| 343 | this.pbUserControl.TabIndex = 3;
|
---|
| 344 | this.pbUserControl.TabStop = false;
|
---|
| 345 | //
|
---|
| 346 | // plJobDetails
|
---|
| 347 | //
|
---|
| 348 | this.plJobDetails.BackColor = System.Drawing.SystemColors.Window;
|
---|
[1753] | 349 | this.plJobDetails.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
---|
[1774] | 350 | this.plJobDetails.Controls.Add(this.lvJobDetails);
|
---|
[1512] | 351 | this.plJobDetails.Controls.Add(this.lvSnapshots);
|
---|
| 352 | this.plJobDetails.Controls.Add(this.lblProgress);
|
---|
| 353 | this.plJobDetails.Controls.Add(this.lblStatus);
|
---|
| 354 | this.plJobDetails.Controls.Add(this.progressJob);
|
---|
| 355 | this.plJobDetails.Controls.Add(this.lblJobName);
|
---|
| 356 | this.plJobDetails.Controls.Add(this.pbJobControl);
|
---|
| 357 | this.plJobDetails.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 358 | this.plJobDetails.Location = new System.Drawing.Point(0, 0);
|
---|
| 359 | this.plJobDetails.Name = "plJobDetails";
|
---|
| 360 | this.plJobDetails.Size = new System.Drawing.Size(421, 386);
|
---|
| 361 | this.plJobDetails.TabIndex = 1;
|
---|
| 362 | this.plJobDetails.Visible = false;
|
---|
| 363 | //
|
---|
[1774] | 364 | // lvJobDetails
|
---|
| 365 | //
|
---|
| 366 | this.lvJobDetails.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
| 367 | this.chContent,
|
---|
| 368 | this.chDetails});
|
---|
| 369 | this.lvJobDetails.FullRowSelect = true;
|
---|
| 370 | this.lvJobDetails.GridLines = true;
|
---|
[1937] | 371 | this.lvJobDetails.Location = new System.Drawing.Point(17, 124);
|
---|
[1774] | 372 | this.lvJobDetails.Name = "lvJobDetails";
|
---|
[1832] | 373 | this.lvJobDetails.Size = new System.Drawing.Size(382, 175);
|
---|
[1774] | 374 | this.lvJobDetails.TabIndex = 17;
|
---|
| 375 | this.lvJobDetails.UseCompatibleStateImageBehavior = false;
|
---|
| 376 | this.lvJobDetails.View = System.Windows.Forms.View.Details;
|
---|
| 377 | //
|
---|
| 378 | // chContent
|
---|
| 379 | //
|
---|
| 380 | this.chContent.Text = "Content";
|
---|
| 381 | this.chContent.Width = 121;
|
---|
| 382 | //
|
---|
| 383 | // chDetails
|
---|
| 384 | //
|
---|
| 385 | this.chDetails.Text = "Details";
|
---|
[1832] | 386 | this.chDetails.Width = 255;
|
---|
[1774] | 387 | //
|
---|
[1512] | 388 | // lvSnapshots
|
---|
| 389 | //
|
---|
| 390 | this.lvSnapshots.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
---|
[1581] | 391 | this.chClientCalculated,
|
---|
| 392 | this.chProgress,
|
---|
| 393 | this.chSnapshotTime});
|
---|
[1512] | 394 | this.lvSnapshots.Enabled = false;
|
---|
| 395 | this.lvSnapshots.FullRowSelect = true;
|
---|
| 396 | this.lvSnapshots.GridLines = true;
|
---|
[1832] | 397 | this.lvSnapshots.Location = new System.Drawing.Point(17, 310);
|
---|
[1512] | 398 | this.lvSnapshots.Name = "lvSnapshots";
|
---|
[1832] | 399 | this.lvSnapshots.Size = new System.Drawing.Size(382, 69);
|
---|
[1512] | 400 | this.lvSnapshots.TabIndex = 16;
|
---|
| 401 | this.lvSnapshots.UseCompatibleStateImageBehavior = false;
|
---|
| 402 | this.lvSnapshots.View = System.Windows.Forms.View.Details;
|
---|
| 403 | //
|
---|
[1581] | 404 | // chClientCalculated
|
---|
[1512] | 405 | //
|
---|
[1581] | 406 | this.chClientCalculated.Text = "Client Calculated";
|
---|
[1832] | 407 | this.chClientCalculated.Width = 112;
|
---|
[1512] | 408 | //
|
---|
| 409 | // chProgress
|
---|
| 410 | //
|
---|
| 411 | this.chProgress.Text = "Progress";
|
---|
[1832] | 412 | this.chProgress.Width = 100;
|
---|
[1512] | 413 | //
|
---|
[1581] | 414 | // chSnapshotTime
|
---|
| 415 | //
|
---|
| 416 | this.chSnapshotTime.Text = "Snapshot request";
|
---|
| 417 | this.chSnapshotTime.Width = 166;
|
---|
| 418 | //
|
---|
[1512] | 419 | // lblProgress
|
---|
| 420 | //
|
---|
| 421 | this.lblProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 422 | this.lblProgress.BackColor = System.Drawing.Color.Transparent;
|
---|
| 423 | this.lblProgress.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
[1753] | 424 | this.lblProgress.Location = new System.Drawing.Point(252, 108);
|
---|
[1512] | 425 | this.lblProgress.Name = "lblProgress";
|
---|
| 426 | this.lblProgress.Size = new System.Drawing.Size(143, 13);
|
---|
| 427 | this.lblProgress.TabIndex = 8;
|
---|
| 428 | this.lblProgress.Text = "lblProgress";
|
---|
| 429 | this.lblProgress.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
---|
| 430 | //
|
---|
| 431 | // lblStatus
|
---|
| 432 | //
|
---|
| 433 | this.lblStatus.AutoSize = true;
|
---|
| 434 | this.lblStatus.BackColor = System.Drawing.Color.Transparent;
|
---|
| 435 | this.lblStatus.Location = new System.Drawing.Point(14, 55);
|
---|
| 436 | this.lblStatus.Name = "lblStatus";
|
---|
| 437 | this.lblStatus.Size = new System.Drawing.Size(88, 13);
|
---|
| 438 | this.lblStatus.TabIndex = 7;
|
---|
| 439 | this.lblStatus.Text = "Statusinformation";
|
---|
| 440 | //
|
---|
| 441 | // progressJob
|
---|
| 442 | //
|
---|
| 443 | this.progressJob.Location = new System.Drawing.Point(17, 73);
|
---|
| 444 | this.progressJob.Name = "progressJob";
|
---|
| 445 | this.progressJob.Size = new System.Drawing.Size(382, 23);
|
---|
| 446 | this.progressJob.TabIndex = 6;
|
---|
| 447 | //
|
---|
| 448 | // lblJobName
|
---|
| 449 | //
|
---|
| 450 | this.lblJobName.AutoSize = true;
|
---|
| 451 | this.lblJobName.Location = new System.Drawing.Point(41, 13);
|
---|
| 452 | this.lblJobName.Name = "lblJobName";
|
---|
| 453 | this.lblJobName.Size = new System.Drawing.Size(62, 13);
|
---|
| 454 | this.lblJobName.TabIndex = 5;
|
---|
| 455 | this.lblJobName.Text = "lblJobName";
|
---|
| 456 | //
|
---|
| 457 | // pbJobControl
|
---|
| 458 | //
|
---|
| 459 | this.pbJobControl.Location = new System.Drawing.Point(3, 3);
|
---|
| 460 | this.pbJobControl.Name = "pbJobControl";
|
---|
| 461 | this.pbJobControl.Size = new System.Drawing.Size(32, 32);
|
---|
| 462 | this.pbJobControl.TabIndex = 3;
|
---|
| 463 | this.pbJobControl.TabStop = false;
|
---|
| 464 | //
|
---|
| 465 | // treeView2
|
---|
| 466 | //
|
---|
| 467 | this.treeView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[1657] | 468 | this.treeView2.LineColor = System.Drawing.Color.Empty;
|
---|
[1512] | 469 | this.treeView2.Location = new System.Drawing.Point(0, 0);
|
---|
| 470 | this.treeView2.Name = "treeView2";
|
---|
| 471 | this.treeView2.Size = new System.Drawing.Size(139, 346);
|
---|
| 472 | this.treeView2.TabIndex = 0;
|
---|
| 473 | //
|
---|
| 474 | // listView2
|
---|
| 475 | //
|
---|
| 476 | this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 477 | this.listView2.Location = new System.Drawing.Point(0, 0);
|
---|
| 478 | this.listView2.Name = "listView2";
|
---|
| 479 | this.listView2.Size = new System.Drawing.Size(494, 346);
|
---|
| 480 | this.listView2.TabIndex = 0;
|
---|
| 481 | this.listView2.UseCompatibleStateImageBehavior = false;
|
---|
| 482 | //
|
---|
| 483 | // timerSyncronize
|
---|
| 484 | //
|
---|
| 485 | this.timerSyncronize.Interval = 10000;
|
---|
| 486 | this.timerSyncronize.Tick += new System.EventHandler(this.TickSync);
|
---|
| 487 | //
|
---|
| 488 | // fileSystemWatcher1
|
---|
| 489 | //
|
---|
| 490 | this.fileSystemWatcher1.EnableRaisingEvents = true;
|
---|
| 491 | this.fileSystemWatcher1.SynchronizingObject = this;
|
---|
| 492 | //
|
---|
| 493 | // updaterWoker
|
---|
| 494 | //
|
---|
| 495 | this.updaterWoker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.updaterWoker_DoWork);
|
---|
| 496 | this.updaterWoker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.updaterWoker_RunWorkerCompleted);
|
---|
| 497 | //
|
---|
| 498 | // tpJobControl
|
---|
| 499 | //
|
---|
| 500 | this.tpJobControl.Controls.Add(this.scJobControl);
|
---|
| 501 | this.tpJobControl.Location = new System.Drawing.Point(4, 22);
|
---|
| 502 | this.tpJobControl.Name = "tpJobControl";
|
---|
| 503 | this.tpJobControl.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 504 | this.tpJobControl.Size = new System.Drawing.Size(885, 392);
|
---|
| 505 | this.tpJobControl.TabIndex = 1;
|
---|
| 506 | this.tpJobControl.Text = "Job Control";
|
---|
| 507 | this.tpJobControl.UseVisualStyleBackColor = true;
|
---|
| 508 | //
|
---|
| 509 | // scJobControl
|
---|
| 510 | //
|
---|
| 511 | this.scJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 512 | this.scJobControl.Location = new System.Drawing.Point(3, 3);
|
---|
| 513 | this.scJobControl.Name = "scJobControl";
|
---|
| 514 | //
|
---|
| 515 | // scJobControl.Panel1
|
---|
| 516 | //
|
---|
[1657] | 517 | this.scJobControl.Panel1.Controls.Add(this.lvJobControl);
|
---|
[1512] | 518 | //
|
---|
| 519 | // scJobControl.Panel2
|
---|
| 520 | //
|
---|
| 521 | this.scJobControl.Panel2.Controls.Add(this.plJobDetails);
|
---|
| 522 | this.scJobControl.Size = new System.Drawing.Size(879, 386);
|
---|
| 523 | this.scJobControl.SplitterDistance = 454;
|
---|
| 524 | this.scJobControl.TabIndex = 0;
|
---|
| 525 | //
|
---|
| 526 | // lvJobControl
|
---|
| 527 | //
|
---|
| 528 | this.lvJobControl.AllowDrop = true;
|
---|
[1598] | 529 | this.lvJobControl.ContextMenuStrip = this.contextMenuJob;
|
---|
[1512] | 530 | this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[1657] | 531 | this.lvJobControl.LargeImageList = this.ilLargeImgJob;
|
---|
[1512] | 532 | this.lvJobControl.Location = new System.Drawing.Point(0, 0);
|
---|
| 533 | this.lvJobControl.MultiSelect = false;
|
---|
| 534 | this.lvJobControl.Name = "lvJobControl";
|
---|
[1657] | 535 | this.lvJobControl.Size = new System.Drawing.Size(454, 386);
|
---|
| 536 | this.lvJobControl.SmallImageList = this.ilSmallImgJob;
|
---|
[1512] | 537 | this.lvJobControl.TabIndex = 0;
|
---|
| 538 | this.lvJobControl.UseCompatibleStateImageBehavior = false;
|
---|
[1598] | 539 | this.lvJobControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseUp);
|
---|
[1512] | 540 | this.lvJobControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseMove);
|
---|
| 541 | this.lvJobControl.Click += new System.EventHandler(this.OnLVJobControlClicked);
|
---|
| 542 | //
|
---|
[1628] | 543 | // contextMenuJob
|
---|
| 544 | //
|
---|
| 545 | this.contextMenuJob.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 546 | this.menuItemAbortJob,
|
---|
| 547 | this.menuItemGetSnapshot});
|
---|
| 548 | this.contextMenuJob.Name = "contextMenuJob";
|
---|
| 549 | this.contextMenuJob.Size = new System.Drawing.Size(151, 48);
|
---|
| 550 | //
|
---|
| 551 | // menuItemAbortJob
|
---|
| 552 | //
|
---|
| 553 | this.menuItemAbortJob.Name = "menuItemAbortJob";
|
---|
| 554 | this.menuItemAbortJob.Size = new System.Drawing.Size(150, 22);
|
---|
| 555 | this.menuItemAbortJob.Text = "Abort";
|
---|
| 556 | //
|
---|
| 557 | // menuItemGetSnapshot
|
---|
| 558 | //
|
---|
| 559 | this.menuItemGetSnapshot.Name = "menuItemGetSnapshot";
|
---|
| 560 | this.menuItemGetSnapshot.Size = new System.Drawing.Size(150, 22);
|
---|
| 561 | this.menuItemGetSnapshot.Text = "Get Snapshot";
|
---|
| 562 | //
|
---|
[1657] | 563 | // ilSmallImgJob
|
---|
| 564 | //
|
---|
| 565 | this.ilSmallImgJob.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgJob.ImageStream")));
|
---|
| 566 | this.ilSmallImgJob.TransparentColor = System.Drawing.Color.Transparent;
|
---|
[1717] | 567 | this.ilSmallImgJob.Images.SetKeyName(0, "ok.png");
|
---|
| 568 | this.ilSmallImgJob.Images.SetKeyName(1, "Forward.png");
|
---|
[1657] | 569 | this.ilSmallImgJob.Images.SetKeyName(2, "pause.png");
|
---|
| 570 | //
|
---|
| 571 | // ilSmallImgClient
|
---|
| 572 | //
|
---|
| 573 | this.ilSmallImgClient.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSmallImgClient.ImageStream")));
|
---|
| 574 | this.ilSmallImgClient.TransparentColor = System.Drawing.Color.Transparent;
|
---|
| 575 | this.ilSmallImgClient.Images.SetKeyName(0, "monitor-green.png");
|
---|
| 576 | this.ilSmallImgClient.Images.SetKeyName(1, "monitor-orange.png");
|
---|
| 577 | this.ilSmallImgClient.Images.SetKeyName(2, "monitor-red.png");
|
---|
| 578 | this.ilSmallImgClient.Images.SetKeyName(3, "monitor-gray.png");
|
---|
| 579 | //
|
---|
[1512] | 580 | // tpClientControl
|
---|
| 581 | //
|
---|
| 582 | this.tpClientControl.AllowDrop = true;
|
---|
| 583 | this.tpClientControl.Controls.Add(this.scClientControl);
|
---|
| 584 | this.tpClientControl.Location = new System.Drawing.Point(4, 22);
|
---|
| 585 | this.tpClientControl.Name = "tpClientControl";
|
---|
| 586 | this.tpClientControl.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 587 | this.tpClientControl.Size = new System.Drawing.Size(885, 392);
|
---|
| 588 | this.tpClientControl.TabIndex = 0;
|
---|
| 589 | this.tpClientControl.Text = "Client Control";
|
---|
| 590 | this.tpClientControl.UseVisualStyleBackColor = true;
|
---|
| 591 | //
|
---|
| 592 | // scClientControl
|
---|
| 593 | //
|
---|
| 594 | this.scClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 595 | this.scClientControl.Location = new System.Drawing.Point(3, 3);
|
---|
| 596 | this.scClientControl.Name = "scClientControl";
|
---|
| 597 | //
|
---|
| 598 | // scClientControl.Panel1
|
---|
| 599 | //
|
---|
[1645] | 600 | this.scClientControl.Panel1.Controls.Add(this.splitContainer1);
|
---|
[1512] | 601 | //
|
---|
| 602 | // scClientControl.Panel2
|
---|
| 603 | //
|
---|
| 604 | this.scClientControl.Panel2.Controls.Add(this.plClientDetails);
|
---|
| 605 | this.scClientControl.Size = new System.Drawing.Size(879, 386);
|
---|
| 606 | this.scClientControl.SplitterDistance = 454;
|
---|
| 607 | this.scClientControl.TabIndex = 0;
|
---|
| 608 | //
|
---|
[1657] | 609 | // splitContainer1
|
---|
| 610 | //
|
---|
| 611 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 612 | this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
---|
| 613 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 614 | //
|
---|
| 615 | // splitContainer1.Panel1
|
---|
| 616 | //
|
---|
[1774] | 617 | this.splitContainer1.Panel1.Controls.Add(this.btnRefresh);
|
---|
[1657] | 618 | this.splitContainer1.Panel1.Controls.Add(this.tvClientControl);
|
---|
| 619 | //
|
---|
| 620 | // splitContainer1.Panel2
|
---|
| 621 | //
|
---|
| 622 | this.splitContainer1.Panel2.Controls.Add(this.lvClientControl);
|
---|
| 623 | this.splitContainer1.Size = new System.Drawing.Size(454, 386);
|
---|
| 624 | this.splitContainer1.SplitterDistance = 151;
|
---|
| 625 | this.splitContainer1.TabIndex = 0;
|
---|
| 626 | //
|
---|
[1774] | 627 | // btnRefresh
|
---|
| 628 | //
|
---|
| 629 | this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 630 | this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
|
---|
| 631 | this.btnRefresh.Location = new System.Drawing.Point(0, 357);
|
---|
| 632 | this.btnRefresh.Name = "btnRefresh";
|
---|
| 633 | this.btnRefresh.Size = new System.Drawing.Size(151, 29);
|
---|
| 634 | this.btnRefresh.TabIndex = 1;
|
---|
| 635 | this.btnRefresh.UseVisualStyleBackColor = true;
|
---|
| 636 | this.btnRefresh.Click += new System.EventHandler(this.Refresh_Click);
|
---|
| 637 | //
|
---|
[1657] | 638 | // tvClientControl
|
---|
| 639 | //
|
---|
[1832] | 640 | this.tvClientControl.AllowDrop = true;
|
---|
| 641 | this.tvClientControl.ContextMenuStrip = this.contextMenuGroup;
|
---|
[1774] | 642 | this.tvClientControl.Dock = System.Windows.Forms.DockStyle.Top;
|
---|
[1657] | 643 | this.tvClientControl.Location = new System.Drawing.Point(0, 0);
|
---|
| 644 | this.tvClientControl.Name = "tvClientControl";
|
---|
[1774] | 645 | this.tvClientControl.Size = new System.Drawing.Size(151, 357);
|
---|
[1657] | 646 | this.tvClientControl.TabIndex = 0;
|
---|
[2007] | 647 | this.tvClientControl.DragLeave += new System.EventHandler(this.tvClientControl_DragLeave);
|
---|
[1832] | 648 | this.tvClientControl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tvClientControl_MouseUp);
|
---|
[1657] | 649 | this.tvClientControl.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvClientControl_NodeMouseClick);
|
---|
| 650 | //
|
---|
[1832] | 651 | // contextMenuGroup
|
---|
| 652 | //
|
---|
| 653 | this.contextMenuGroup.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
---|
| 654 | this.menuItemAddGroup,
|
---|
| 655 | this.menuItemDeleteGroup});
|
---|
| 656 | this.contextMenuGroup.Name = "contextMenuJob";
|
---|
| 657 | this.contextMenuGroup.Size = new System.Drawing.Size(149, 48);
|
---|
| 658 | //
|
---|
| 659 | // menuItemAddGroup
|
---|
| 660 | //
|
---|
| 661 | this.menuItemAddGroup.Name = "menuItemAddGroup";
|
---|
| 662 | this.menuItemAddGroup.Size = new System.Drawing.Size(148, 22);
|
---|
| 663 | this.menuItemAddGroup.Text = "Add Group";
|
---|
| 664 | //
|
---|
| 665 | // menuItemDeleteGroup
|
---|
| 666 | //
|
---|
| 667 | this.menuItemDeleteGroup.Name = "menuItemDeleteGroup";
|
---|
| 668 | this.menuItemDeleteGroup.Size = new System.Drawing.Size(148, 22);
|
---|
| 669 | this.menuItemDeleteGroup.Text = "Delete Group";
|
---|
| 670 | //
|
---|
[1512] | 671 | // lvClientControl
|
---|
| 672 | //
|
---|
| 673 | this.lvClientControl.AllowDrop = true;
|
---|
| 674 | this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 675 | this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
|
---|
[1657] | 676 | this.lvClientControl.LargeImageList = this.ilLargeImgClient;
|
---|
[1512] | 677 | this.lvClientControl.Location = new System.Drawing.Point(0, 0);
|
---|
| 678 | this.lvClientControl.Name = "lvClientControl";
|
---|
[1645] | 679 | this.lvClientControl.Size = new System.Drawing.Size(299, 386);
|
---|
[1937] | 680 | this.lvClientControl.SmallImageList = this.ilSmallImgClient;
|
---|
[1512] | 681 | this.lvClientControl.TabIndex = 0;
|
---|
| 682 | this.lvClientControl.UseCompatibleStateImageBehavior = false;
|
---|
| 683 | this.lvClientControl.Click += new System.EventHandler(this.OnLVClientClicked);
|
---|
| 684 | //
|
---|
| 685 | // tcManagementConsole
|
---|
| 686 | //
|
---|
| 687 | this.tcManagementConsole.Controls.Add(this.tpClientControl);
|
---|
| 688 | this.tcManagementConsole.Controls.Add(this.tpJobControl);
|
---|
| 689 | this.tcManagementConsole.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 690 | this.tcManagementConsole.Location = new System.Drawing.Point(0, 24);
|
---|
| 691 | this.tcManagementConsole.Name = "tcManagementConsole";
|
---|
| 692 | this.tcManagementConsole.SelectedIndex = 0;
|
---|
| 693 | this.tcManagementConsole.Size = new System.Drawing.Size(893, 418);
|
---|
| 694 | this.tcManagementConsole.TabIndex = 1;
|
---|
| 695 | //
|
---|
| 696 | // checkBox1
|
---|
| 697 | //
|
---|
| 698 | this.checkBox1.AutoSize = true;
|
---|
| 699 | this.checkBox1.Location = new System.Drawing.Point(149, 114);
|
---|
| 700 | this.checkBox1.Name = "checkBox1";
|
---|
| 701 | this.checkBox1.Size = new System.Drawing.Size(80, 17);
|
---|
| 702 | this.checkBox1.TabIndex = 0;
|
---|
| 703 | this.checkBox1.Text = "checkBox1";
|
---|
| 704 | this.checkBox1.UseVisualStyleBackColor = true;
|
---|
| 705 | //
|
---|
| 706 | // HiveServerManagementConsole
|
---|
| 707 | //
|
---|
| 708 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 709 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 710 | this.ClientSize = new System.Drawing.Size(893, 442);
|
---|
| 711 | this.Controls.Add(this.tcManagementConsole);
|
---|
| 712 | this.Controls.Add(this.menuStrip1);
|
---|
| 713 | this.MainMenuStrip = this.menuStrip1;
|
---|
| 714 | this.Name = "HiveServerManagementConsole";
|
---|
| 715 | this.Text = "Management Console";
|
---|
| 716 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HiveServerConsoleInformation_FormClosing);
|
---|
| 717 | this.menuStrip1.ResumeLayout(false);
|
---|
| 718 | this.menuStrip1.PerformLayout();
|
---|
| 719 | this.plClientDetails.ResumeLayout(false);
|
---|
| 720 | this.plClientDetails.PerformLayout();
|
---|
| 721 | ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).EndInit();
|
---|
| 722 | this.plUserDetails.ResumeLayout(false);
|
---|
| 723 | this.plUserDetails.PerformLayout();
|
---|
| 724 | ((System.ComponentModel.ISupportInitialize)(this.pbUserControl)).EndInit();
|
---|
| 725 | this.plJobDetails.ResumeLayout(false);
|
---|
| 726 | this.plJobDetails.PerformLayout();
|
---|
| 727 | ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).EndInit();
|
---|
| 728 | ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
|
---|
| 729 | this.tpJobControl.ResumeLayout(false);
|
---|
| 730 | this.scJobControl.Panel1.ResumeLayout(false);
|
---|
| 731 | this.scJobControl.Panel2.ResumeLayout(false);
|
---|
| 732 | this.scJobControl.ResumeLayout(false);
|
---|
[1628] | 733 | this.contextMenuJob.ResumeLayout(false);
|
---|
[1512] | 734 | this.tpClientControl.ResumeLayout(false);
|
---|
| 735 | this.scClientControl.Panel1.ResumeLayout(false);
|
---|
| 736 | this.scClientControl.Panel2.ResumeLayout(false);
|
---|
| 737 | this.scClientControl.ResumeLayout(false);
|
---|
[1645] | 738 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 739 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 740 | this.splitContainer1.ResumeLayout(false);
|
---|
[1832] | 741 | this.contextMenuGroup.ResumeLayout(false);
|
---|
[1657] | 742 | this.tcManagementConsole.ResumeLayout(false);
|
---|
[1512] | 743 | this.ResumeLayout(false);
|
---|
| 744 | this.PerformLayout();
|
---|
[794] | 745 |
|
---|
| 746 | }
|
---|
| 747 |
|
---|
| 748 | #endregion
|
---|
| 749 |
|
---|
| 750 | private System.Windows.Forms.MenuStrip menuStrip1;
|
---|
| 751 | private System.Windows.Forms.ToolStripMenuItem informationToolStripMenuItem;
|
---|
| 752 | private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
|
---|
| 753 | private System.Windows.Forms.TreeView treeView2;
|
---|
| 754 | private System.Windows.Forms.ListView listView2;
|
---|
[1645] | 755 | private System.Windows.Forms.ImageList ilLargeImgClient;
|
---|
[956] | 756 | private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
|
---|
| 757 | private System.Windows.Forms.ToolStripMenuItem jobToolStripMenuItem;
|
---|
[1018] | 758 | private System.Windows.Forms.Timer timerSyncronize;
|
---|
[1645] | 759 | private System.Windows.Forms.ImageList ilLargeImgJob;
|
---|
[1089] | 760 | private System.Windows.Forms.Panel plClientDetails;
|
---|
| 761 | private System.Windows.Forms.PictureBox pbClientControl;
|
---|
| 762 | private System.Windows.Forms.Label lblClientName;
|
---|
[1126] | 763 | private System.Windows.Forms.Label lblLoginOn;
|
---|
[1098] | 764 | private System.Windows.Forms.Label lblLogin;
|
---|
| 765 | private System.Windows.Forms.Panel plJobDetails;
|
---|
| 766 | private System.Windows.Forms.Label lblJobName;
|
---|
| 767 | private System.Windows.Forms.PictureBox pbJobControl;
|
---|
| 768 | private System.Windows.Forms.Panel plUserDetails;
|
---|
| 769 | private System.Windows.Forms.Label lblUserName;
|
---|
| 770 | private System.Windows.Forms.Button btnUserControlClose;
|
---|
| 771 | private System.Windows.Forms.PictureBox pbUserControl;
|
---|
[1126] | 772 | private System.Windows.Forms.ProgressBar progressJob;
|
---|
| 773 | private System.IO.FileSystemWatcher fileSystemWatcher1;
|
---|
| 774 | private System.Windows.Forms.Label lblStatus;
|
---|
| 775 | private System.Windows.Forms.Label lblProgress;
|
---|
[1148] | 776 | private System.Windows.Forms.ListView lvSnapshots;
|
---|
[1581] | 777 | private System.Windows.Forms.ColumnHeader chClientCalculated;
|
---|
[1148] | 778 | private System.Windows.Forms.ColumnHeader chProgress;
|
---|
[1164] | 779 | private System.Windows.Forms.Label lblStateClient;
|
---|
| 780 | private System.Windows.Forms.Label lblState;
|
---|
[1261] | 781 | private System.ComponentModel.BackgroundWorker updaterWoker;
|
---|
[1483] | 782 | private System.Windows.Forms.TabControl tcManagementConsole;
|
---|
| 783 | private System.Windows.Forms.TabPage tpClientControl;
|
---|
| 784 | private System.Windows.Forms.SplitContainer scClientControl;
|
---|
| 785 | private System.Windows.Forms.ListView lvClientControl;
|
---|
| 786 | private System.Windows.Forms.TabPage tpJobControl;
|
---|
| 787 | private System.Windows.Forms.SplitContainer scJobControl;
|
---|
| 788 | private System.Windows.Forms.ListView lvJobControl;
|
---|
[1491] | 789 | private System.Windows.Forms.CheckBox checkBox1;
|
---|
[1581] | 790 | private System.Windows.Forms.ColumnHeader chSnapshotTime;
|
---|
[1598] | 791 | private System.Windows.Forms.ContextMenuStrip contextMenuJob;
|
---|
| 792 | private System.Windows.Forms.ToolStripMenuItem menuItemAbortJob;
|
---|
| 793 | private System.Windows.Forms.ToolStripMenuItem menuItemGetSnapshot;
|
---|
[1628] | 794 | private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
|
---|
| 795 | private System.Windows.Forms.ToolStripMenuItem largeIconsToolStripMenuItem;
|
---|
| 796 | private System.Windows.Forms.ToolStripMenuItem smallIconsToolStripMenuItem;
|
---|
| 797 | private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem;
|
---|
[1645] | 798 | private System.Windows.Forms.ImageList ilSmallImgClient;
|
---|
[1628] | 799 | private System.Windows.Forms.ImageList ilSmallImgJob;
|
---|
[1645] | 800 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
[1774] | 801 | private System.Windows.Forms.ToolStripMenuItem refreshToolStripMenuItem;
|
---|
| 802 | private System.Windows.Forms.ListView lvJobDetails;
|
---|
| 803 | private System.Windows.Forms.ColumnHeader chContent;
|
---|
| 804 | private System.Windows.Forms.ColumnHeader chDetails;
|
---|
| 805 | private System.Windows.Forms.Button btnRefresh;
|
---|
[1645] | 806 | private System.Windows.Forms.TreeView tvClientControl;
|
---|
[1832] | 807 | private System.Windows.Forms.ContextMenuStrip contextMenuGroup;
|
---|
| 808 | private System.Windows.Forms.ToolStripMenuItem menuItemAddGroup;
|
---|
| 809 | private System.Windows.Forms.ToolStripMenuItem menuItemDeleteGroup;
|
---|
[1937] | 810 | private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem;
|
---|
[1956] | 811 | private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
|
---|
[794] | 812 | }
|
---|
| 813 | } |
---|