~alexharrington/xibo/628299

« back to all changes in this revision

Viewing changes to client/dotNET/OptionForm.Designer.cs

  • Committer: Alex Harrington
  • Date: 2010-08-16 20:50:08 UTC
  • mfrom: (168.1.2 server-120-clientdl)
  • Revision ID: alex@longhill.org.uk-20100816205008-xz6aah0lrwkt0kl8
[dotnetclient] Merged lp:~dangarner/xibo/server-120-clientdl - Fix for download bug and client size and positioning mod.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
            this.buttonSaveSettings = new System.Windows.Forms.Button();
36
36
            this.tabControl1 = new System.Windows.Forms.TabControl();
37
37
            this.tabPage1 = new System.Windows.Forms.TabPage();
 
38
            this.label10 = new System.Windows.Forms.Label();
38
39
            this.label9 = new System.Windows.Forms.Label();
39
40
            this.buttonReset = new System.Windows.Forms.Button();
40
41
            this.buttonLibrary = new System.Windows.Forms.Button();
61
62
            this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
62
63
            this.onlineHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63
64
            this.folderBrowserLibrary = new System.Windows.Forms.FolderBrowserDialog();
64
 
            this.label10 = new System.Windows.Forms.Label();
 
65
            this.tabPage4 = new System.Windows.Forms.TabPage();
 
66
            this.label11 = new System.Windows.Forms.Label();
 
67
            this.label12 = new System.Windows.Forms.Label();
 
68
            this.label13 = new System.Windows.Forms.Label();
 
69
            this.label14 = new System.Windows.Forms.Label();
 
70
            this.clientWidth = new System.Windows.Forms.NumericUpDown();
 
71
            this.clientHeight = new System.Windows.Forms.NumericUpDown();
 
72
            this.offsetX = new System.Windows.Forms.NumericUpDown();
 
73
            this.offsetY = new System.Windows.Forms.NumericUpDown();
 
74
            this.labelXmdsUrl = new System.Windows.Forms.Label();
 
75
            this.textBoxDisplayName = new System.Windows.Forms.TextBox();
65
76
            this.nupScrollStepAmount = new System.Windows.Forms.NumericUpDown();
66
77
            this.tbHardwareKey = new System.Windows.Forms.TextBox();
67
78
            this.checkBoxStats = new System.Windows.Forms.CheckBox();
72
83
            this.textBoxProxyDomain = new System.Windows.Forms.TextBox();
73
84
            this.maskedTextBoxProxyPass = new System.Windows.Forms.MaskedTextBox();
74
85
            this.textBoxProxyUser = new System.Windows.Forms.TextBox();
75
 
            this.labelXmdsUrl = new System.Windows.Forms.Label();
76
 
            this.textBoxDisplayName = new System.Windows.Forms.TextBox();
77
86
            this.xmds1 = new XiboClient.xmds.xmds();
 
87
            this.btnAdvSave = new System.Windows.Forms.Button();
78
88
            this.tabControl1.SuspendLayout();
79
89
            this.tabPage1.SuspendLayout();
80
90
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCollect)).BeginInit();
82
92
            this.groupBox2.SuspendLayout();
83
93
            this.tabPage2.SuspendLayout();
84
94
            this.menuStrip1.SuspendLayout();
 
95
            this.tabPage4.SuspendLayout();
 
96
            ((System.ComponentModel.ISupportInitialize)(this.clientWidth)).BeginInit();
 
97
            ((System.ComponentModel.ISupportInitialize)(this.clientHeight)).BeginInit();
 
98
            ((System.ComponentModel.ISupportInitialize)(this.offsetX)).BeginInit();
 
99
            ((System.ComponentModel.ISupportInitialize)(this.offsetY)).BeginInit();
85
100
            ((System.ComponentModel.ISupportInitialize)(this.nupScrollStepAmount)).BeginInit();
86
101
            this.SuspendLayout();
87
102
            // 
126
141
            // tabControl1
127
142
            // 
128
143
            this.tabControl1.Controls.Add(this.tabPage1);
 
144
            this.tabControl1.Controls.Add(this.tabPage2);
129
145
            this.tabControl1.Controls.Add(this.tabPage3);
130
 
            this.tabControl1.Controls.Add(this.tabPage2);
 
146
            this.tabControl1.Controls.Add(this.tabPage4);
131
147
            this.tabControl1.Location = new System.Drawing.Point(12, 27);
132
148
            this.tabControl1.Name = "tabControl1";
133
149
            this.tabControl1.SelectedIndex = 0;
138
154
            // 
139
155
            this.tabPage1.Controls.Add(this.nupScrollStepAmount);
140
156
            this.tabPage1.Controls.Add(this.label10);
141
 
            this.tabPage1.Controls.Add(this.tbHardwareKey);
142
157
            this.tabPage1.Controls.Add(this.label9);
143
 
            this.tabPage1.Controls.Add(this.checkBoxStats);
144
 
            this.tabPage1.Controls.Add(this.checkBoxPowerPoint);
145
158
            this.tabPage1.Controls.Add(this.buttonReset);
146
159
            this.tabPage1.Controls.Add(this.buttonLibrary);
147
160
            this.tabPage1.Controls.Add(this.numericUpDownCollect);
148
161
            this.tabPage1.Controls.Add(this.label5);
149
162
            this.tabPage1.Controls.Add(this.label1);
150
163
            this.tabPage1.Controls.Add(this.buttonSaveSettings);
 
164
            this.tabPage1.Controls.Add(this.label3);
 
165
            this.tabPage1.Controls.Add(this.label2);
 
166
            this.tabPage1.Controls.Add(this.tbHardwareKey);
 
167
            this.tabPage1.Controls.Add(this.checkBoxStats);
 
168
            this.tabPage1.Controls.Add(this.checkBoxPowerPoint);
151
169
            this.tabPage1.Controls.Add(this.textBoxXmdsUri);
152
 
            this.tabPage1.Controls.Add(this.label3);
153
170
            this.tabPage1.Controls.Add(this.textBoxServerKey);
154
171
            this.tabPage1.Controls.Add(this.textBoxLibraryPath);
155
 
            this.tabPage1.Controls.Add(this.label2);
156
172
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
157
173
            this.tabPage1.Name = "tabPage1";
158
174
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
161
177
            this.tabPage1.Text = "Xibo Settings";
162
178
            this.tabPage1.UseVisualStyleBackColor = true;
163
179
            // 
 
180
            // label10
 
181
            // 
 
182
            this.label10.AutoSize = true;
 
183
            this.label10.Location = new System.Drawing.Point(6, 147);
 
184
            this.label10.Name = "label10";
 
185
            this.label10.Size = new System.Drawing.Size(117, 13);
 
186
            this.label10.TabIndex = 15;
 
187
            this.label10.Text = "Scroll Step Amount (px)";
 
188
            // 
164
189
            // label9
165
190
            // 
166
191
            this.label9.AutoSize = true;
419
444
            this.onlineHelpToolStripMenuItem.Text = "Online Help";
420
445
            this.onlineHelpToolStripMenuItem.Click += new System.EventHandler(this.onlineHelpToolStripMenuItem_Click);
421
446
            // 
422
 
            // label10
423
 
            // 
424
 
            this.label10.AutoSize = true;
425
 
            this.label10.Location = new System.Drawing.Point(6, 147);
426
 
            this.label10.Name = "label10";
427
 
            this.label10.Size = new System.Drawing.Size(117, 13);
428
 
            this.label10.TabIndex = 15;
429
 
            this.label10.Text = "Scroll Step Amount (px)";
 
447
            // tabPage4
 
448
            // 
 
449
            this.tabPage4.Controls.Add(this.btnAdvSave);
 
450
            this.tabPage4.Controls.Add(this.offsetX);
 
451
            this.tabPage4.Controls.Add(this.offsetY);
 
452
            this.tabPage4.Controls.Add(this.clientHeight);
 
453
            this.tabPage4.Controls.Add(this.clientWidth);
 
454
            this.tabPage4.Controls.Add(this.label14);
 
455
            this.tabPage4.Controls.Add(this.label13);
 
456
            this.tabPage4.Controls.Add(this.label12);
 
457
            this.tabPage4.Controls.Add(this.label11);
 
458
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
 
459
            this.tabPage4.Name = "tabPage4";
 
460
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
 
461
            this.tabPage4.Size = new System.Drawing.Size(436, 290);
 
462
            this.tabPage4.TabIndex = 3;
 
463
            this.tabPage4.Text = "Client Positioning";
 
464
            this.tabPage4.UseVisualStyleBackColor = true;
 
465
            // 
 
466
            // label11
 
467
            // 
 
468
            this.label11.AutoSize = true;
 
469
            this.label11.Location = new System.Drawing.Point(9, 17);
 
470
            this.label11.Name = "label11";
 
471
            this.label11.Size = new System.Drawing.Size(64, 13);
 
472
            this.label11.TabIndex = 0;
 
473
            this.label11.Text = "Client Width";
 
474
            // 
 
475
            // label12
 
476
            // 
 
477
            this.label12.AutoSize = true;
 
478
            this.label12.Location = new System.Drawing.Point(9, 43);
 
479
            this.label12.Name = "label12";
 
480
            this.label12.Size = new System.Drawing.Size(67, 13);
 
481
            this.label12.TabIndex = 1;
 
482
            this.label12.Text = "Client Height";
 
483
            // 
 
484
            // label13
 
485
            // 
 
486
            this.label13.AutoSize = true;
 
487
            this.label13.Location = new System.Drawing.Point(9, 69);
 
488
            this.label13.Name = "label13";
 
489
            this.label13.Size = new System.Drawing.Size(45, 13);
 
490
            this.label13.TabIndex = 2;
 
491
            this.label13.Text = "Offset X";
 
492
            // 
 
493
            // label14
 
494
            // 
 
495
            this.label14.AutoSize = true;
 
496
            this.label14.Location = new System.Drawing.Point(9, 96);
 
497
            this.label14.Name = "label14";
 
498
            this.label14.Size = new System.Drawing.Size(45, 13);
 
499
            this.label14.TabIndex = 3;
 
500
            this.label14.Text = "Offset Y";
 
501
            // 
 
502
            // clientWidth
 
503
            // 
 
504
            this.clientWidth.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::XiboClient.Properties.Settings.Default, "sizeX", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
 
505
            this.clientWidth.Location = new System.Drawing.Point(77, 15);
 
506
            this.clientWidth.Maximum = new decimal(new int[] {
 
507
            10000,
 
508
            0,
 
509
            0,
 
510
            0});
 
511
            this.clientWidth.Name = "clientWidth";
 
512
            this.clientWidth.Size = new System.Drawing.Size(77, 20);
 
513
            this.clientWidth.TabIndex = 4;
 
514
            this.clientWidth.Value = global::XiboClient.Properties.Settings.Default.sizeX;
 
515
            // 
 
516
            // clientHeight
 
517
            // 
 
518
            this.clientHeight.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::XiboClient.Properties.Settings.Default, "sizeY", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
 
519
            this.clientHeight.Location = new System.Drawing.Point(77, 41);
 
520
            this.clientHeight.Maximum = new decimal(new int[] {
 
521
            10000,
 
522
            0,
 
523
            0,
 
524
            0});
 
525
            this.clientHeight.Name = "clientHeight";
 
526
            this.clientHeight.Size = new System.Drawing.Size(77, 20);
 
527
            this.clientHeight.TabIndex = 5;
 
528
            this.clientHeight.Value = global::XiboClient.Properties.Settings.Default.sizeY;
 
529
            // 
 
530
            // offsetX
 
531
            // 
 
532
            this.offsetX.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::XiboClient.Properties.Settings.Default, "offsetX", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
 
533
            this.offsetX.Location = new System.Drawing.Point(77, 67);
 
534
            this.offsetX.Maximum = new decimal(new int[] {
 
535
            10000,
 
536
            0,
 
537
            0,
 
538
            0});
 
539
            this.offsetX.Name = "offsetX";
 
540
            this.offsetX.Size = new System.Drawing.Size(77, 20);
 
541
            this.offsetX.TabIndex = 6;
 
542
            this.offsetX.Value = global::XiboClient.Properties.Settings.Default.offsetX;
 
543
            // 
 
544
            // offsetY
 
545
            // 
 
546
            this.offsetY.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::XiboClient.Properties.Settings.Default, "offsetY", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
 
547
            this.offsetY.Location = new System.Drawing.Point(77, 94);
 
548
            this.offsetY.Maximum = new decimal(new int[] {
 
549
            10000,
 
550
            0,
 
551
            0,
 
552
            0});
 
553
            this.offsetY.Name = "offsetY";
 
554
            this.offsetY.Size = new System.Drawing.Size(77, 20);
 
555
            this.offsetY.TabIndex = 7;
 
556
            this.offsetY.Value = global::XiboClient.Properties.Settings.Default.offsetY;
 
557
            // 
 
558
            // labelXmdsUrl
 
559
            // 
 
560
            this.labelXmdsUrl.AutoSize = true;
 
561
            this.labelXmdsUrl.Location = new System.Drawing.Point(139, 10);
 
562
            this.labelXmdsUrl.Name = "labelXmdsUrl";
 
563
            this.labelXmdsUrl.Size = new System.Drawing.Size(154, 13);
 
564
            this.labelXmdsUrl.TabIndex = 3;
 
565
            this.labelXmdsUrl.Text = global::XiboClient.Properties.Settings.Default.XiboClient_xmds_xmds;
 
566
            // 
 
567
            // textBoxDisplayName
 
568
            // 
 
569
            this.textBoxDisplayName.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::XiboClient.Properties.Settings.Default, "displayName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
 
570
            this.textBoxDisplayName.Location = new System.Drawing.Point(142, 37);
 
571
            this.textBoxDisplayName.Name = "textBoxDisplayName";
 
572
            this.textBoxDisplayName.Size = new System.Drawing.Size(264, 20);
 
573
            this.textBoxDisplayName.TabIndex = 0;
 
574
            this.textBoxDisplayName.Text = global::XiboClient.Properties.Settings.Default.displayName;
430
575
            // 
431
576
            // nupScrollStepAmount
432
577
            // 
533
678
            this.textBoxProxyUser.TabIndex = 3;
534
679
            this.textBoxProxyUser.Text = global::XiboClient.Properties.Settings.Default.ProxyUser;
535
680
            // 
536
 
            // labelXmdsUrl
537
 
            // 
538
 
            this.labelXmdsUrl.AutoSize = true;
539
 
            this.labelXmdsUrl.Location = new System.Drawing.Point(139, 10);
540
 
            this.labelXmdsUrl.Name = "labelXmdsUrl";
541
 
            this.labelXmdsUrl.Size = new System.Drawing.Size(154, 13);
542
 
            this.labelXmdsUrl.TabIndex = 3;
543
 
            this.labelXmdsUrl.Text = global::XiboClient.Properties.Settings.Default.XiboClient_xmds_xmds;
544
 
            // 
545
 
            // textBoxDisplayName
546
 
            // 
547
 
            this.textBoxDisplayName.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::XiboClient.Properties.Settings.Default, "displayName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
548
 
            this.textBoxDisplayName.Location = new System.Drawing.Point(142, 37);
549
 
            this.textBoxDisplayName.Name = "textBoxDisplayName";
550
 
            this.textBoxDisplayName.Size = new System.Drawing.Size(264, 20);
551
 
            this.textBoxDisplayName.TabIndex = 0;
552
 
            this.textBoxDisplayName.Text = global::XiboClient.Properties.Settings.Default.displayName;
553
 
            // 
554
681
            // xmds1
555
682
            // 
556
683
            this.xmds1.Credentials = null;
557
684
            this.xmds1.Url = "http://localhost/Xibo/server/xmds.php";
558
685
            this.xmds1.UseDefaultCredentials = false;
559
686
            // 
 
687
            // btnAdvSave
 
688
            // 
 
689
            this.btnAdvSave.Location = new System.Drawing.Point(77, 227);
 
690
            this.btnAdvSave.Name = "btnAdvSave";
 
691
            this.btnAdvSave.Size = new System.Drawing.Size(75, 23);
 
692
            this.btnAdvSave.TabIndex = 8;
 
693
            this.btnAdvSave.Text = "Save";
 
694
            this.btnAdvSave.UseVisualStyleBackColor = true;
 
695
            this.btnAdvSave.Click += new System.EventHandler(this.btnAdvSave_Click);
 
696
            // 
560
697
            // OptionForm
561
698
            // 
562
699
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
563
700
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
564
701
            this.ClientSize = new System.Drawing.Size(469, 355);
 
702
            this.Controls.Add(this.menuStrip1);
565
703
            this.Controls.Add(this.tabControl1);
566
 
            this.Controls.Add(this.menuStrip1);
567
704
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
568
705
            this.MainMenuStrip = this.menuStrip1;
569
706
            this.Name = "OptionForm";
580
717
            this.tabPage2.PerformLayout();
581
718
            this.menuStrip1.ResumeLayout(false);
582
719
            this.menuStrip1.PerformLayout();
 
720
            this.tabPage4.ResumeLayout(false);
 
721
            this.tabPage4.PerformLayout();
 
722
            ((System.ComponentModel.ISupportInitialize)(this.clientWidth)).EndInit();
 
723
            ((System.ComponentModel.ISupportInitialize)(this.clientHeight)).EndInit();
 
724
            ((System.ComponentModel.ISupportInitialize)(this.offsetX)).EndInit();
 
725
            ((System.ComponentModel.ISupportInitialize)(this.offsetY)).EndInit();
583
726
            ((System.ComponentModel.ISupportInitialize)(this.nupScrollStepAmount)).EndInit();
584
727
            this.ResumeLayout(false);
585
728
            this.PerformLayout();
634
777
        private System.Windows.Forms.Label label9;
635
778
        private System.Windows.Forms.Label label10;
636
779
        private System.Windows.Forms.NumericUpDown nupScrollStepAmount;
 
780
        private System.Windows.Forms.TabPage tabPage4;
 
781
        private System.Windows.Forms.NumericUpDown clientWidth;
 
782
        private System.Windows.Forms.Label label14;
 
783
        private System.Windows.Forms.Label label13;
 
784
        private System.Windows.Forms.Label label12;
 
785
        private System.Windows.Forms.Label label11;
 
786
        private System.Windows.Forms.NumericUpDown offsetY;
 
787
        private System.Windows.Forms.NumericUpDown offsetX;
 
788
        private System.Windows.Forms.NumericUpDown clientHeight;
 
789
        private System.Windows.Forms.Button btnAdvSave;
637
790
    }
638
791
}
 
 
b'\\ No newline at end of file'