Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMonitor));
     this.panelMain = new PanelGradient.PanelGradient();
     this.panelInitialInstructions = new PanelGradient.PanelGradient();
     this.labelInitialInstructions = new System.Windows.Forms.Label();
     this.panelInstructions        = new DataObjects.PanelGradient();
     this.labelInstructions        = new System.Windows.Forms.Label();
     this.textBoxMonitor           = new System.Windows.Forms.TextBox();
     this.buttonClose         = new System.Windows.Forms.Button();
     this.buttonClipboardCopy = new System.Windows.Forms.Button();
     this.panelMain.SuspendLayout();
     this.panelInitialInstructions.SuspendLayout();
     this.panelInstructions.SuspendLayout();
     this.SuspendLayout();
     //
     // panelMain
     //
     this.panelMain.Controls.Add(this.panelInitialInstructions);
     this.panelMain.Controls.Add(this.panelInstructions);
     this.panelMain.Controls.Add(this.textBoxMonitor);
     this.panelMain.Controls.Add(this.buttonClose);
     this.panelMain.Controls.Add(this.buttonClipboardCopy);
     this.panelMain.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.GradientColorOne = System.Drawing.Color.PaleTurquoise;
     this.panelMain.GradientColorTwo = System.Drawing.Color.Teal;
     this.panelMain.Location         = new System.Drawing.Point(0, 0);
     this.panelMain.Name             = "panelMain";
     this.panelMain.Size             = new System.Drawing.Size(800, 534);
     this.panelMain.TabIndex         = 7;
     //
     // panelInitialInstructions
     //
     this.panelInitialInstructions.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelInitialInstructions.Controls.Add(this.labelInitialInstructions);
     this.panelInitialInstructions.GradientColorOne = System.Drawing.Color.LightGoldenrodYellow;
     this.panelInitialInstructions.GradientColorTwo = System.Drawing.Color.Yellow;
     this.panelInitialInstructions.Location         = new System.Drawing.Point(304, 192);
     this.panelInitialInstructions.Name             = "panelInitialInstructions";
     this.panelInitialInstructions.Size             = new System.Drawing.Size(232, 96);
     this.panelInitialInstructions.TabIndex         = 11;
     //
     // labelInitialInstructions
     //
     this.labelInitialInstructions.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelInitialInstructions.Font      = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelInitialInstructions.Location  = new System.Drawing.Point(0, 0);
     this.labelInitialInstructions.Name      = "labelInitialInstructions";
     this.labelInitialInstructions.Size      = new System.Drawing.Size(228, 92);
     this.labelInitialInstructions.TabIndex  = 0;
     this.labelInitialInstructions.Text      = "When you\'re ready, please synchronize your mobile device.";
     this.labelInitialInstructions.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panelInstructions
     //
     this.panelInstructions.Controls.Add(this.labelInstructions);
     this.panelInstructions.Dock             = System.Windows.Forms.DockStyle.Top;
     this.panelInstructions.GradientColorOne = System.Drawing.Color.AliceBlue;
     this.panelInstructions.GradientColorTwo = System.Drawing.Color.AliceBlue;
     this.panelInstructions.Location         = new System.Drawing.Point(0, 0);
     this.panelInstructions.Name             = "panelInstructions";
     this.panelInstructions.Size             = new System.Drawing.Size(800, 34);
     this.panelInstructions.TabIndex         = 10;
     //
     // labelInstructions
     //
     this.labelInstructions.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelInstructions.ForeColor = System.Drawing.Color.Blue;
     this.labelInstructions.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.labelInstructions.Location  = new System.Drawing.Point(8, 8);
     this.labelInstructions.Name      = "labelInstructions";
     this.labelInstructions.Size      = new System.Drawing.Size(736, 16);
     this.labelInstructions.TabIndex  = 1;
     this.labelInstructions.Text      = "This screen allows you to monitor the entire Data Transfer process.";
     //
     // textBoxMonitor
     //
     this.textBoxMonitor.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxMonitor.BackColor = System.Drawing.Color.LightGray;
     this.textBoxMonitor.Font      = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.textBoxMonitor.Location  = new System.Drawing.Point(8, 40);
     this.textBoxMonitor.Multiline = true;
     this.textBoxMonitor.Name      = "textBoxMonitor";
     this.textBoxMonitor.Size      = new System.Drawing.Size(784, 440);
     this.textBoxMonitor.TabIndex  = 9;
     this.textBoxMonitor.Text      = "";
     //
     // buttonClose
     //
     this.buttonClose.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.BackColor = System.Drawing.SystemColors.Control;
     this.buttonClose.Location  = new System.Drawing.Point(736, 504);
     this.buttonClose.Name      = "buttonClose";
     this.buttonClose.Size      = new System.Drawing.Size(56, 24);
     this.buttonClose.TabIndex  = 8;
     this.buttonClose.Text      = "Close";
     this.buttonClose.Click    += new System.EventHandler(this.frmMonitor_Closed);
     //
     // buttonClipboardCopy
     //
     this.buttonClipboardCopy.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonClipboardCopy.BackColor = System.Drawing.SystemColors.Control;
     this.buttonClipboardCopy.Location  = new System.Drawing.Point(10, 504);
     this.buttonClipboardCopy.Name      = "buttonClipboardCopy";
     this.buttonClipboardCopy.Size      = new System.Drawing.Size(112, 24);
     this.buttonClipboardCopy.TabIndex  = 8;
     this.buttonClipboardCopy.Text      = "Copy To Clipboard";
     this.buttonClipboardCopy.Click    += new System.EventHandler(this.buttonClipboardCopy_Click);
     //
     // frmMonitor
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(800, 534);
     this.Controls.Add(this.panelMain);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmMonitor";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Data Transfer Monitoring";
     this.Resize       += new System.EventHandler(this.frmMonitor_Resize);
     this.Load         += new System.EventHandler(this.frmMonitor_Load);
     this.panelMain.ResumeLayout(false);
     this.panelInitialInstructions.ResumeLayout(false);
     this.panelInstructions.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <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();
     this.toolTip1                     = new System.Windows.Forms.ToolTip(this.components);
     this.comboMDBformat               = new System.Windows.Forms.ComboBox();
     this.label7                       = new System.Windows.Forms.Label();
     this.textBoxFirstName             = new System.Windows.Forms.TextBox();
     this.label2                       = new System.Windows.Forms.Label();
     this.label4                       = new System.Windows.Forms.Label();
     this.textBoxLastName              = new System.Windows.Forms.TextBox();
     this.label5                       = new System.Windows.Forms.Label();
     this.label6                       = new System.Windows.Forms.Label();
     this.spinnerBatteryWarningLevel   = new System.Windows.Forms.NumericUpDown();
     this.comboPurgeDuration           = new System.Windows.Forms.ComboBox();
     this.checkBoxAutoUpdate           = new System.Windows.Forms.CheckBox();
     this.checkBoxOverrideInstallBlock = new System.Windows.Forms.CheckBox();
     this.checkBoxGetPersonalInfo      = new System.Windows.Forms.CheckBox();
     this.checkBoxHideQuestionNumbers  = new System.Windows.Forms.CheckBox();
     this.label8                       = new System.Windows.Forms.Label();
     this.label9                       = new System.Windows.Forms.Label();
     this.checkBoxUnattendedSync       = new System.Windows.Forms.CheckBox();
     this.checkBoxSyncAudio            = new System.Windows.Forms.CheckBox();
     this.checkBoxShowSplash           = new System.Windows.Forms.CheckBox();
     this.label10                      = new System.Windows.Forms.Label();
     this.tabOptions                   = new System.Windows.Forms.TabControl();
     this.tabPageGeneral               = new System.Windows.Forms.TabPage();
     this.panelGeneral                 = new DataObjects.PanelGradient();
     this.panelOtherOptions            = new System.Windows.Forms.Panel();
     this.label12                      = new System.Windows.Forms.Label();
     this.panelUserName                = new System.Windows.Forms.Panel();
     this.label3                       = new System.Windows.Forms.Label();
     this.labelUserName                = new System.Windows.Forms.Label();
     this.tabPageDataXfer              = new System.Windows.Forms.TabPage();
     this.panelDataXfer                = new PanelGradient.PanelGradient();
     this.label11                      = new System.Windows.Forms.Label();
     this.tabPageMobile                = new System.Windows.Forms.TabPage();
     this.panelMobile                  = new PanelGradient.PanelGradient();
     this.label1                       = new System.Windows.Forms.Label();
     this.panelInstructions            = new DataObjects.PanelGradient();
     this.labelInstructions            = new System.Windows.Forms.Label();
     this.panelBottom                  = new PanelGradient.PanelGradient();
     this.buttonOK                     = new System.Windows.Forms.Button();
     this.buttonCancel                 = new System.Windows.Forms.Button();
     this.panel1                       = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.spinnerBatteryWarningLevel)).BeginInit();
     this.tabOptions.SuspendLayout();
     this.tabPageGeneral.SuspendLayout();
     this.panelGeneral.SuspendLayout();
     this.panelOtherOptions.SuspendLayout();
     this.panelUserName.SuspendLayout();
     this.tabPageDataXfer.SuspendLayout();
     this.panelDataXfer.SuspendLayout();
     this.tabPageMobile.SuspendLayout();
     this.panelMobile.SuspendLayout();
     this.panelInstructions.SuspendLayout();
     this.panelBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // comboMDBformat
     //
     this.comboMDBformat.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboMDBformat.Location         = new System.Drawing.Point(158, 37);
     this.comboMDBformat.MaxDropDownItems = 10;
     this.comboMDBformat.Name             = "comboMDBformat";
     this.comboMDBformat.Size             = new System.Drawing.Size(80, 21);
     this.comboMDBformat.TabIndex         = 3;
     this.toolTip1.SetToolTip(this.comboMDBformat, "Choose the MDB format you prefer");
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(24, 40);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(138, 16);
     this.label7.TabIndex = 1;
     this.label7.Text     = "MS Access Export Format:";
     this.toolTip1.SetToolTip(this.label7, "Choose the MDB format you prefer");
     //
     // textBoxFirstName
     //
     this.textBoxFirstName.Location = new System.Drawing.Point(86, 38);
     this.textBoxFirstName.Name     = "textBoxFirstName";
     this.textBoxFirstName.Size     = new System.Drawing.Size(76, 20);
     this.textBoxFirstName.TabIndex = 1;
     this.textBoxFirstName.Text     = "";
     this.toolTip1.SetToolTip(this.textBoxFirstName, "Enter the first name of the main user of this desktop application");
     this.textBoxFirstName.TextChanged += new System.EventHandler(this.UserNameChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(119, 16);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Primary User\'s Name:";
     this.toolTip1.SetToolTip(this.label2, "The name of the person using this computer");
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(24, 40);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(63, 16);
     this.label4.TabIndex = 0;
     this.label4.Text     = "First Name:";
     this.toolTip1.SetToolTip(this.label4, "Enter the first name of the main user of this desktop application");
     //
     // textBoxLastName
     //
     this.textBoxLastName.Location = new System.Drawing.Point(263, 38);
     this.textBoxLastName.Name     = "textBoxLastName";
     this.textBoxLastName.Size     = new System.Drawing.Size(76, 20);
     this.textBoxLastName.TabIndex = 1;
     this.textBoxLastName.Text     = "";
     this.toolTip1.SetToolTip(this.textBoxLastName, "Enter the last name of the main user of this desktop application");
     this.textBoxLastName.TextChanged += new System.EventHandler(this.UserNameChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(201, 40);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(62, 16);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Last Name:";
     this.toolTip1.SetToolTip(this.label5, "Enter the last name of the main user of this desktop application");
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(408, 40);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(61, 16);
     this.label6.TabIndex = 0;
     this.label6.Text     = "UserName:"******"This UserName is automatically generated from the First && Last Names");
     //
     // spinnerBatteryWarningLevel
     //
     this.spinnerBatteryWarningLevel.Increment = new System.Decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.spinnerBatteryWarningLevel.Location = new System.Drawing.Point(424, 125);
     this.spinnerBatteryWarningLevel.Maximum  = new System.Decimal(new int[] {
         75,
         0,
         0,
         0
     });
     this.spinnerBatteryWarningLevel.Minimum = new System.Decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.spinnerBatteryWarningLevel.Name     = "spinnerBatteryWarningLevel";
     this.spinnerBatteryWarningLevel.Size     = new System.Drawing.Size(48, 20);
     this.spinnerBatteryWarningLevel.TabIndex = 12;
     this.toolTip1.SetToolTip(this.spinnerBatteryWarningLevel, "How low should the battery level on a mobile device be allowed to drop before a r" +
                              "echarge reminder is shown");
     this.spinnerBatteryWarningLevel.Value = new System.Decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.spinnerBatteryWarningLevel.Leave += new System.EventHandler(this.spinnerBatteryWarningLevel_Leave);
     //
     // comboPurgeDuration
     //
     this.comboPurgeDuration.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboPurgeDuration.Location         = new System.Drawing.Point(105, 125);
     this.comboPurgeDuration.MaxDropDownItems = 10;
     this.comboPurgeDuration.Name             = "comboPurgeDuration";
     this.comboPurgeDuration.Size             = new System.Drawing.Size(130, 21);
     this.comboPurgeDuration.TabIndex         = 11;
     this.toolTip1.SetToolTip(this.comboPurgeDuration, "How long after a poll is completed should its data file be removed on the mobile " +
                              "device");
     //
     // checkBoxAutoUpdate
     //
     this.checkBoxAutoUpdate.Location = new System.Drawing.Point(24, 40);
     this.checkBoxAutoUpdate.Name     = "checkBoxAutoUpdate";
     this.checkBoxAutoUpdate.Size     = new System.Drawing.Size(136, 16);
     this.checkBoxAutoUpdate.TabIndex = 9;
     this.checkBoxAutoUpdate.Tag      = "";
     this.checkBoxAutoUpdate.Text     = "Auto Update";
     this.toolTip1.SetToolTip(this.checkBoxAutoUpdate, "Automatically installs mobile app onto mobile device without displaying Installat" +
                              "ion dialog box");
     //
     // checkBoxOverrideInstallBlock
     //
     this.checkBoxOverrideInstallBlock.Location = new System.Drawing.Point(24, 72);
     this.checkBoxOverrideInstallBlock.Name     = "checkBoxOverrideInstallBlock";
     this.checkBoxOverrideInstallBlock.Size     = new System.Drawing.Size(160, 16);
     this.checkBoxOverrideInstallBlock.TabIndex = 10;
     this.checkBoxOverrideInstallBlock.Tag      = "";
     this.checkBoxOverrideInstallBlock.Text     = "Override Installation Block";
     this.toolTip1.SetToolTip(this.checkBoxOverrideInstallBlock, "A user can restrict installation of the app onto a mobile device; this overrides " +
                              "that restriction");
     //
     // checkBoxGetPersonalInfo
     //
     this.checkBoxGetPersonalInfo.Location = new System.Drawing.Point(240, 40);
     this.checkBoxGetPersonalInfo.Name     = "checkBoxGetPersonalInfo";
     this.checkBoxGetPersonalInfo.Size     = new System.Drawing.Size(200, 16);
     this.checkBoxGetPersonalInfo.TabIndex = 7;
     this.checkBoxGetPersonalInfo.Tag      = "";
     this.checkBoxGetPersonalInfo.Text     = "Gather Respondents\' Personal Info";
     this.toolTip1.SetToolTip(this.checkBoxGetPersonalInfo, "Request personal info from each respondent");
     //
     // checkBoxHideQuestionNumbers
     //
     this.checkBoxHideQuestionNumbers.Location = new System.Drawing.Point(240, 72);
     this.checkBoxHideQuestionNumbers.Name     = "checkBoxHideQuestionNumbers";
     this.checkBoxHideQuestionNumbers.Size     = new System.Drawing.Size(160, 16);
     this.checkBoxHideQuestionNumbers.TabIndex = 8;
     this.checkBoxHideQuestionNumbers.Tag      = "";
     this.checkBoxHideQuestionNumbers.Text     = "Hide Question Numbers";
     this.toolTip1.SetToolTip(this.checkBoxHideQuestionNumbers, "Hide question numbers from mobile users");
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(24, 128);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(83, 16);
     this.label8.TabIndex = 5;
     this.label8.Text     = "Purge Duration:";
     this.toolTip1.SetToolTip(this.label8, "How long after a poll is completed should its data file be removed on the mobile " +
                              "device");
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(304, 128);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(119, 16);
     this.label9.TabIndex = 6;
     this.label9.Text     = "Battery Warning Level:";
     this.toolTip1.SetToolTip(this.label9, "How low should the battery level on a mobile device be allowed to drop before a r" +
                              "echarge reminder is shown");
     //
     // checkBoxUnattendedSync
     //
     this.checkBoxUnattendedSync.Location = new System.Drawing.Point(24, 40);
     this.checkBoxUnattendedSync.Name     = "checkBoxUnattendedSync";
     this.checkBoxUnattendedSync.Size     = new System.Drawing.Size(120, 16);
     this.checkBoxUnattendedSync.TabIndex = 6;
     this.checkBoxUnattendedSync.Text     = "Unattended Sync";
     this.toolTip1.SetToolTip(this.checkBoxUnattendedSync, "Allows synching to occur even when Pocket Pollster is not running");
     //
     // checkBoxSyncAudio
     //
     this.checkBoxSyncAudio.Location = new System.Drawing.Point(24, 72);
     this.checkBoxSyncAudio.Name     = "checkBoxSyncAudio";
     this.checkBoxSyncAudio.Size     = new System.Drawing.Size(120, 16);
     this.checkBoxSyncAudio.TabIndex = 7;
     this.checkBoxSyncAudio.Text     = "Audible Feedback";
     this.toolTip1.SetToolTip(this.checkBoxSyncAudio, "Provides the mobile user with audible feedback");
     //
     // checkBoxShowSplash
     //
     this.checkBoxShowSplash.Location = new System.Drawing.Point(24, 120);
     this.checkBoxShowSplash.Name     = "checkBoxShowSplash";
     this.checkBoxShowSplash.Size     = new System.Drawing.Size(128, 16);
     this.checkBoxShowSplash.TabIndex = 7;
     this.checkBoxShowSplash.Text     = "Show Splash Screen";
     this.toolTip1.SetToolTip(this.checkBoxShowSplash, "Determines whether the Splash Screen is shown");
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label10.Location = new System.Drawing.Point(8, 8);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(42, 16);
     this.label10.TabIndex = 4;
     this.label10.Text     = "Export:";
     //
     // tabOptions
     //
     this.tabOptions.Controls.Add(this.tabPageGeneral);
     this.tabOptions.Controls.Add(this.tabPageDataXfer);
     this.tabOptions.Controls.Add(this.tabPageMobile);
     this.tabOptions.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabOptions.ItemSize      = new System.Drawing.Size(60, 18);
     this.tabOptions.Location      = new System.Drawing.Point(0, 56);
     this.tabOptions.Name          = "tabOptions";
     this.tabOptions.Padding       = new System.Drawing.Point(12, 3);
     this.tabOptions.SelectedIndex = 0;
     this.tabOptions.Size          = new System.Drawing.Size(654, 316);
     this.tabOptions.TabIndex      = 1;
     //
     // tabPageGeneral
     //
     this.tabPageGeneral.BackColor   = System.Drawing.Color.Transparent;
     this.tabPageGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabPageGeneral.Controls.Add(this.panelGeneral);
     this.tabPageGeneral.Location = new System.Drawing.Point(4, 22);
     this.tabPageGeneral.Name     = "tabPageGeneral";
     this.tabPageGeneral.Size     = new System.Drawing.Size(646, 290);
     this.tabPageGeneral.TabIndex = 0;
     this.tabPageGeneral.Text     = "General";
     //
     // panelGeneral
     //
     this.panelGeneral.Controls.Add(this.panelOtherOptions);
     this.panelGeneral.Controls.Add(this.panelUserName);
     this.panelGeneral.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.panelGeneral.GradientColorOne = System.Drawing.Color.Ivory;
     this.panelGeneral.GradientColorTwo = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(128)));
     this.panelGeneral.Location         = new System.Drawing.Point(0, 0);
     this.panelGeneral.Name             = "panelGeneral";
     this.panelGeneral.Size             = new System.Drawing.Size(644, 288);
     this.panelGeneral.TabIndex         = 1;
     //
     // panelOtherOptions
     //
     this.panelOtherOptions.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelOtherOptions.Controls.Add(this.checkBoxShowSplash);
     this.panelOtherOptions.Controls.Add(this.label12);
     this.panelOtherOptions.Controls.Add(this.label10);
     this.panelOtherOptions.Controls.Add(this.comboMDBformat);
     this.panelOtherOptions.Controls.Add(this.label7);
     this.panelOtherOptions.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelOtherOptions.DockPadding.All = 8;
     this.panelOtherOptions.Location        = new System.Drawing.Point(0, 80);
     this.panelOtherOptions.Name            = "panelOtherOptions";
     this.panelOtherOptions.Size            = new System.Drawing.Size(644, 208);
     this.panelOtherOptions.TabIndex        = 9;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label12.Location = new System.Drawing.Point(8, 88);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(82, 16);
     this.label12.TabIndex = 5;
     this.label12.Text     = "Miscellaneous:";
     //
     // panelUserName
     //
     this.panelUserName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelUserName.Controls.Add(this.label3);
     this.panelUserName.Controls.Add(this.textBoxFirstName);
     this.panelUserName.Controls.Add(this.label2);
     this.panelUserName.Controls.Add(this.label4);
     this.panelUserName.Controls.Add(this.textBoxLastName);
     this.panelUserName.Controls.Add(this.label5);
     this.panelUserName.Controls.Add(this.label6);
     this.panelUserName.Controls.Add(this.labelUserName);
     this.panelUserName.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelUserName.DockPadding.Bottom = 16;
     this.panelUserName.DockPadding.Left   = 8;
     this.panelUserName.DockPadding.Right  = 8;
     this.panelUserName.DockPadding.Top    = 8;
     this.panelUserName.Location           = new System.Drawing.Point(0, 0);
     this.panelUserName.Name     = "panelUserName";
     this.panelUserName.Size     = new System.Drawing.Size(644, 80);
     this.panelUserName.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(127, 6);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(0, 16);
     this.label3.TabIndex = 0;
     //
     // labelUserName
     //
     this.labelUserName.AutoSize  = true;
     this.labelUserName.ForeColor = System.Drawing.Color.Blue;
     this.labelUserName.Location  = new System.Drawing.Point(468, 40);
     this.labelUserName.Name      = "labelUserName";
     this.labelUserName.Size      = new System.Drawing.Size(0, 16);
     this.labelUserName.TabIndex  = 0;
     //
     // tabPageDataXfer
     //
     this.tabPageDataXfer.BackColor   = System.Drawing.Color.Transparent;
     this.tabPageDataXfer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabPageDataXfer.Controls.Add(this.panelDataXfer);
     this.tabPageDataXfer.Location = new System.Drawing.Point(4, 22);
     this.tabPageDataXfer.Name     = "tabPageDataXfer";
     this.tabPageDataXfer.Size     = new System.Drawing.Size(646, 290);
     this.tabPageDataXfer.TabIndex = 1;
     this.tabPageDataXfer.Text     = "Data Transfer";
     //
     // panelDataXfer
     //
     this.panelDataXfer.Controls.Add(this.checkBoxSyncAudio);
     this.panelDataXfer.Controls.Add(this.checkBoxUnattendedSync);
     this.panelDataXfer.Controls.Add(this.label11);
     this.panelDataXfer.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.panelDataXfer.GradientColorOne = System.Drawing.Color.AliceBlue;
     this.panelDataXfer.GradientColorTwo = System.Drawing.Color.RoyalBlue;
     this.panelDataXfer.Location         = new System.Drawing.Point(0, 0);
     this.panelDataXfer.Name             = "panelDataXfer";
     this.panelDataXfer.Size             = new System.Drawing.Size(644, 288);
     this.panelDataXfer.TabIndex         = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label11.Location = new System.Drawing.Point(8, 8);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(56, 16);
     this.label11.TabIndex = 5;
     this.label11.Text     = "Synching:";
     //
     // tabPageMobile
     //
     this.tabPageMobile.BackColor = System.Drawing.Color.Transparent;
     this.tabPageMobile.Controls.Add(this.panelMobile);
     this.tabPageMobile.Location = new System.Drawing.Point(4, 22);
     this.tabPageMobile.Name     = "tabPageMobile";
     this.tabPageMobile.Size     = new System.Drawing.Size(646, 290);
     this.tabPageMobile.TabIndex = 2;
     this.tabPageMobile.Text     = "Mobile";
     //
     // panelMobile
     //
     this.panelMobile.Controls.Add(this.spinnerBatteryWarningLevel);
     this.panelMobile.Controls.Add(this.comboPurgeDuration);
     this.panelMobile.Controls.Add(this.checkBoxAutoUpdate);
     this.panelMobile.Controls.Add(this.label1);
     this.panelMobile.Controls.Add(this.checkBoxOverrideInstallBlock);
     this.panelMobile.Controls.Add(this.checkBoxGetPersonalInfo);
     this.panelMobile.Controls.Add(this.checkBoxHideQuestionNumbers);
     this.panelMobile.Controls.Add(this.label8);
     this.panelMobile.Controls.Add(this.label9);
     this.panelMobile.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.panelMobile.GradientColorOne = System.Drawing.Color.FromArgb(((System.Byte)(215)), ((System.Byte)(255)), ((System.Byte)(215)));
     this.panelMobile.GradientColorTwo = System.Drawing.Color.MediumSeaGreen;
     this.panelMobile.Location         = new System.Drawing.Point(0, 0);
     this.panelMobile.Name             = "panelMobile";
     this.panelMobile.Size             = new System.Drawing.Size(646, 290);
     this.panelMobile.TabIndex         = 7;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(89, 16);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Mobile Defaults:";
     //
     // panelInstructions
     //
     this.panelInstructions.Controls.Add(this.labelInstructions);
     this.panelInstructions.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelInstructions.DockPadding.Bottom = 10;
     this.panelInstructions.DockPadding.Left   = 8;
     this.panelInstructions.DockPadding.Right  = 8;
     this.panelInstructions.DockPadding.Top    = 12;
     this.panelInstructions.GradientColorOne   = System.Drawing.Color.AliceBlue;
     this.panelInstructions.GradientColorTwo   = System.Drawing.Color.AliceBlue;
     this.panelInstructions.Location           = new System.Drawing.Point(0, 0);
     this.panelInstructions.Name     = "panelInstructions";
     this.panelInstructions.Size     = new System.Drawing.Size(654, 56);
     this.panelInstructions.TabIndex = 7;
     //
     // labelInstructions
     //
     this.labelInstructions.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.labelInstructions.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelInstructions.ForeColor = System.Drawing.Color.Blue;
     this.labelInstructions.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.labelInstructions.Location  = new System.Drawing.Point(8, 12);
     this.labelInstructions.Name      = "labelInstructions";
     this.labelInstructions.Size      = new System.Drawing.Size(638, 34);
     this.labelInstructions.TabIndex  = 14;
     this.labelInstructions.Text      = "Before you can use Pocket Pollster, you need to enter your first && last name.  Y" +
                                        "ou can also set any of the other defaults too.  All of this information can be c" +
                                        "hanged later.";
     //
     // panelBottom
     //
     this.panelBottom.Controls.Add(this.buttonOK);
     this.panelBottom.Controls.Add(this.buttonCancel);
     this.panelBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.panelBottom.GradientColorOne = System.Drawing.Color.LightBlue;
     this.panelBottom.GradientColorTwo = System.Drawing.Color.WhiteSmoke;
     this.panelBottom.Location         = new System.Drawing.Point(0, 332);
     this.panelBottom.Name             = "panelBottom";
     this.panelBottom.Size             = new System.Drawing.Size(654, 40);
     this.panelBottom.TabIndex         = 8;
     //
     // buttonOK
     //
     this.buttonOK.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.BackColor = System.Drawing.SystemColors.Control;
     this.buttonOK.Location  = new System.Drawing.Point(504, 8);
     this.buttonOK.Name      = "buttonOK";
     this.buttonOK.Size      = new System.Drawing.Size(64, 24);
     this.buttonOK.TabIndex  = 6;
     this.buttonOK.Text      = "OK";
     this.buttonOK.Click    += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.BackColor = System.Drawing.SystemColors.Control;
     this.buttonCancel.Location  = new System.Drawing.Point(577, 8);
     this.buttonCancel.Name      = "buttonCancel";
     this.buttonCancel.Size      = new System.Drawing.Size(64, 24);
     this.buttonCancel.TabIndex  = 5;
     this.buttonCancel.Text      = "Cancel";
     this.buttonCancel.Click    += new System.EventHandler(this.buttonCancel_Click);
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 312);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(654, 20);
     this.panel1.TabIndex = 9;
     //
     // frmOptions
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(654, 372);
     this.ControlBox        = false;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panelBottom);
     this.Controls.Add(this.tabOptions);
     this.Controls.Add(this.panelInstructions);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmOptions";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Options";
     this.TopMost         = true;
     ((System.ComponentModel.ISupportInitialize)(this.spinnerBatteryWarningLevel)).EndInit();
     this.tabOptions.ResumeLayout(false);
     this.tabPageGeneral.ResumeLayout(false);
     this.panelGeneral.ResumeLayout(false);
     this.panelOtherOptions.ResumeLayout(false);
     this.panelUserName.ResumeLayout(false);
     this.tabPageDataXfer.ResumeLayout(false);
     this.panelDataXfer.ResumeLayout(false);
     this.tabPageMobile.ResumeLayout(false);
     this.panelMobile.ResumeLayout(false);
     this.panelInstructions.ResumeLayout(false);
     this.panelBottom.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmView));
     this.panelMain         = new DataObjects.PanelGradient();
     this.buttonOK          = new System.Windows.Forms.Button();
     this.listViewMain      = new System.Windows.Forms.ListView();
     this.buttonDelete      = new System.Windows.Forms.Button();
     this.labelInstructions = new System.Windows.Forms.Label();
     this.panelMain.SuspendLayout();
     this.SuspendLayout();
     //
     // panelMain
     //
     this.panelMain.Controls.Add(this.labelInstructions);
     this.panelMain.Controls.Add(this.buttonOK);
     this.panelMain.Controls.Add(this.listViewMain);
     this.panelMain.Controls.Add(this.buttonDelete);
     this.panelMain.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.panelMain.GradientColorOne = System.Drawing.Color.Lavender;
     this.panelMain.GradientColorTwo = System.Drawing.Color.MediumSlateBlue;
     this.panelMain.Location         = new System.Drawing.Point(0, 0);
     this.panelMain.Name             = "panelMain";
     this.panelMain.Size             = new System.Drawing.Size(960, 614);
     this.panelMain.TabIndex         = 2;
     //
     // buttonOK
     //
     this.buttonOK.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.BackColor   = System.Drawing.SystemColors.Control;
     this.buttonOK.Location    = new System.Drawing.Point(888, 581);
     this.buttonOK.Name        = "buttonOK";
     this.buttonOK.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.buttonOK.Size        = new System.Drawing.Size(64, 24);
     this.buttonOK.TabIndex    = 3;
     this.buttonOK.Text        = "OK";
     this.buttonOK.Click      += new System.EventHandler(this.buttonOK_Click);
     //
     // listViewMain
     //
     this.listViewMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.listViewMain.CheckBoxes   = true;
     this.listViewMain.Location     = new System.Drawing.Point(8, 32);
     this.listViewMain.Name         = "listViewMain";
     this.listViewMain.Size         = new System.Drawing.Size(944, 536);
     this.listViewMain.TabIndex     = 2;
     this.listViewMain.View         = System.Windows.Forms.View.Details;
     this.listViewMain.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listViewMain_ColumnClick);
     this.listViewMain.ItemCheck   += new System.Windows.Forms.ItemCheckEventHandler(this.listViewMain_ItemCheck);
     //
     // buttonDelete
     //
     this.buttonDelete.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonDelete.BackColor = System.Drawing.SystemColors.Control;
     this.buttonDelete.Location  = new System.Drawing.Point(9, 581);
     this.buttonDelete.Name      = "buttonDelete";
     this.buttonDelete.Size      = new System.Drawing.Size(139, 24);
     this.buttonDelete.TabIndex  = 3;
     this.buttonDelete.Text      = "Delete Selected";
     this.buttonDelete.Click    += new System.EventHandler(this.buttonDelete_Click);
     //
     // labelInstructions
     //
     this.labelInstructions.AutoSize = true;
     this.labelInstructions.Location = new System.Drawing.Point(8, 10);
     this.labelInstructions.Name     = "labelInstructions";
     this.labelInstructions.Size     = new System.Drawing.Size(62, 16);
     this.labelInstructions.TabIndex = 4;
     this.labelInstructions.Text     = "Instructions";
     //
     // frmView
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(960, 614);
     this.ControlBox        = false;
     this.Controls.Add(this.panelMain);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "frmView";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "frmView";
     this.TopMost       = true;
     this.panelMain.ResumeLayout(false);
     this.ResumeLayout(false);
 }