~jspreddy/xibo/xibo-jumplist-styling

« back to all changes in this revision

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

  • Committer: Alex Harrington
  • Date: 2012-12-02 18:49:11 UTC
  • mfrom: (250.8.3 client-141-fix)
  • Revision ID: alex@longhill.org.uk-20121202184911-ddy5rcfwdxjht81e
Merged client-141

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
            this.clientHeight = new System.Windows.Forms.NumericUpDown();
83
83
            this.clientWidth = new System.Windows.Forms.NumericUpDown();
84
84
            this.tabPage5 = new System.Windows.Forms.TabPage();
 
85
            this.logToDiskLocation = new System.Windows.Forms.TextBox();
 
86
            this.label21 = new System.Windows.Forms.Label();
85
87
            this.showInTaskbar = new System.Windows.Forms.CheckBox();
86
88
            this.label20 = new System.Windows.Forms.Label();
87
89
            this.logLevel = new System.Windows.Forms.ComboBox();
102
104
            this.folderBrowserLibrary = new System.Windows.Forms.FolderBrowserDialog();
103
105
            this.splashScreenOverride = new System.Windows.Forms.OpenFileDialog();
104
106
            this.xmds1 = new XiboClient.xmds.xmds();
105
 
            this.label21 = new System.Windows.Forms.Label();
106
 
            this.logToDiskLocation = new System.Windows.Forms.TextBox();
 
107
            this.label22 = new System.Windows.Forms.Label();
 
108
            this.cursorStartPosition = new System.Windows.Forms.ComboBox();
107
109
            this.tabControl1.SuspendLayout();
108
110
            this.tabPage1.SuspendLayout();
109
111
            ((System.ComponentModel.ISupportInitialize)(this.nupScrollStepAmount)).BeginInit();
682
684
            // 
683
685
            // tabPage5
684
686
            // 
 
687
            this.tabPage5.Controls.Add(this.cursorStartPosition);
 
688
            this.tabPage5.Controls.Add(this.label22);
685
689
            this.tabPage5.Controls.Add(this.logToDiskLocation);
686
690
            this.tabPage5.Controls.Add(this.label21);
687
691
            this.tabPage5.Controls.Add(this.showInTaskbar);
703
707
            this.tabPage5.Text = "Advanced";
704
708
            this.tabPage5.UseVisualStyleBackColor = true;
705
709
            // 
 
710
            // logToDiskLocation
 
711
            // 
 
712
            this.logToDiskLocation.Location = new System.Drawing.Point(176, 176);
 
713
            this.logToDiskLocation.Name = "logToDiskLocation";
 
714
            this.logToDiskLocation.Size = new System.Drawing.Size(121, 20);
 
715
            this.logToDiskLocation.TabIndex = 19;
 
716
            // 
 
717
            // label21
 
718
            // 
 
719
            this.label21.AutoSize = true;
 
720
            this.label21.Location = new System.Drawing.Point(20, 179);
 
721
            this.label21.Name = "label21";
 
722
            this.label21.Size = new System.Drawing.Size(105, 13);
 
723
            this.label21.TabIndex = 18;
 
724
            this.label21.Text = "Log to Disk Location";
 
725
            // 
706
726
            // showInTaskbar
707
727
            // 
708
728
            this.showInTaskbar.AutoSize = true;
709
 
            this.showInTaskbar.Location = new System.Drawing.Point(176, 206);
 
729
            this.showInTaskbar.Location = new System.Drawing.Point(176, 238);
710
730
            this.showInTaskbar.Name = "showInTaskbar";
711
731
            this.showInTaskbar.Size = new System.Drawing.Size(130, 17);
712
732
            this.showInTaskbar.TabIndex = 17;
876
896
            this.xmds1.Url = "http://localhost/Xibo/server/xmds.php";
877
897
            this.xmds1.UseDefaultCredentials = false;
878
898
            // 
879
 
            // label21
880
 
            // 
881
 
            this.label21.AutoSize = true;
882
 
            this.label21.Location = new System.Drawing.Point(20, 179);
883
 
            this.label21.Name = "label21";
884
 
            this.label21.Size = new System.Drawing.Size(105, 13);
885
 
            this.label21.TabIndex = 18;
886
 
            this.label21.Text = "Log to Disk Location";
887
 
            // 
888
 
            // logToDiskLocation
889
 
            // 
890
 
            this.logToDiskLocation.Location = new System.Drawing.Point(176, 176);
891
 
            this.logToDiskLocation.Name = "logToDiskLocation";
892
 
            this.logToDiskLocation.Size = new System.Drawing.Size(121, 20);
893
 
            this.logToDiskLocation.TabIndex = 19;
 
899
            // label22
 
900
            // 
 
901
            this.label22.AutoSize = true;
 
902
            this.label22.Location = new System.Drawing.Point(23, 206);
 
903
            this.label22.Name = "label22";
 
904
            this.label22.Size = new System.Drawing.Size(102, 13);
 
905
            this.label22.TabIndex = 20;
 
906
            this.label22.Text = "Cursor Start Position";
 
907
            // 
 
908
            // cursorStartPosition
 
909
            // 
 
910
            this.cursorStartPosition.FormattingEnabled = true;
 
911
            this.cursorStartPosition.Items.AddRange(new object[] {
 
912
            "Top Left",
 
913
            "Top Right",
 
914
            "Bottom Left",
 
915
            "Bottom Right"});
 
916
            this.cursorStartPosition.Location = new System.Drawing.Point(176, 203);
 
917
            this.cursorStartPosition.Name = "cursorStartPosition";
 
918
            this.cursorStartPosition.Size = new System.Drawing.Size(121, 21);
 
919
            this.cursorStartPosition.TabIndex = 21;
894
920
            // 
895
921
            // OptionForm
896
922
            // 
1009
1035
        private System.Windows.Forms.CheckBox showInTaskbar;
1010
1036
        private System.Windows.Forms.Label label21;
1011
1037
        private System.Windows.Forms.TextBox logToDiskLocation;
 
1038
        private System.Windows.Forms.Label label22;
 
1039
        private System.Windows.Forms.ComboBox cursorStartPosition;
1012
1040
    }
1013
1041
}
 
 
b'\\ No newline at end of file'