Пример #1
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();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmHardCopyOptions));
     this.btnRescan = new System.Windows.Forms.Button();
     this.rbManual = new System.Windows.Forms.RadioButton();
     this.rbAutomatic = new System.Windows.Forms.RadioButton();
     this.cboOysterDevice = new System.Windows.Forms.ComboBox();
     this.gbManual = new System.Windows.Forms.GroupBox();
     this.nudFPort = new System.Windows.Forms.NumericUpDown();
     this.nudCPort = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.tbCurrentDevice = new System.Windows.Forms.TextBox();
     this.btnCancelOysterDevice = new System.Windows.Forms.Button();
     this.btnSaveOysterDevice = new System.Windows.Forms.Button();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.gbAutomatic = new System.Windows.Forms.GroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this.tabHardCopyOptions = new System.Windows.Forms.TabControl();
     this.tabOysterDevice = new System.Windows.Forms.TabPage();
     this.lbOysterDevice = new System.Windows.Forms.Label();
     this.tabBurnerDevice = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cbBurner = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.gbTempStorage = new System.Windows.Forms.GroupBox();
     this.label10 = new System.Windows.Forms.Label();
     this.lbDestination = new System.Windows.Forms.Label();
     this.btnSelectFolder = new System.Windows.Forms.Button();
     this.MCDB = new AxMCDBURNERCONLib.AxMCDBurner();
     this.tabSearchOptions = new System.Windows.Forms.TabPage();
     this.label7 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.rbDate = new System.Windows.Forms.RadioButton();
     this.rbNotes = new System.Windows.Forms.RadioButton();
     this.rbPeople = new System.Windows.Forms.RadioButton();
     this.rbTitle = new System.Windows.Forms.RadioButton();
     this.pnlDateSearch = new System.Windows.Forms.Panel();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
     this.dtpStopTime = new System.Windows.Forms.DateTimePicker();
     this.gbManual.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudFPort)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudCPort)).BeginInit();
     this.gbAutomatic.SuspendLayout();
     this.tabHardCopyOptions.SuspendLayout();
     this.tabOysterDevice.SuspendLayout();
     this.tabBurnerDevice.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.gbTempStorage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MCDB)).BeginInit();
     this.tabSearchOptions.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.pnlDateSearch.SuspendLayout();
     this.SuspendLayout();
     //
     // btnRescan
     //
     this.btnRescan.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnRescan.Location = new System.Drawing.Point(104, 56);
     this.btnRescan.Name = "btnRescan";
     this.btnRescan.Size = new System.Drawing.Size(216, 24);
     this.btnRescan.TabIndex = 10;
     this.btnRescan.Text = "Scan for Oyster devices";
     this.btnRescan.Click += new System.EventHandler(this.btnRescan_Click);
     //
     // rbManual
     //
     this.rbManual.Location = new System.Drawing.Point(16, 192);
     this.rbManual.Name = "rbManual";
     this.rbManual.Size = new System.Drawing.Size(16, 32);
     this.rbManual.TabIndex = 0;
     this.rbManual.Text = "Use the following IP Address";
     this.rbManual.CheckedChanged += new System.EventHandler(this.OysterSelection_CheckedChanged);
     //
     // rbAutomatic
     //
     this.rbAutomatic.Checked = true;
     this.rbAutomatic.Location = new System.Drawing.Point(16, 80);
     this.rbAutomatic.Name = "rbAutomatic";
     this.rbAutomatic.Size = new System.Drawing.Size(16, 32);
     this.rbAutomatic.TabIndex = 9;
     this.rbAutomatic.TabStop = true;
     this.rbAutomatic.Text = "Use the selected UPnP Oyster Device";
     this.rbAutomatic.CheckedChanged += new System.EventHandler(this.OysterSelection_CheckedChanged);
     //
     // cboOysterDevice
     //
     this.cboOysterDevice.DisplayMember = "Description";
     this.cboOysterDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboOysterDevice.Location = new System.Drawing.Point(104, 24);
     this.cboOysterDevice.MaxDropDownItems = 20;
     this.cboOysterDevice.Name = "cboOysterDevice";
     this.cboOysterDevice.Size = new System.Drawing.Size(216, 21);
     this.cboOysterDevice.TabIndex = 2;
     this.cboOysterDevice.ValueMember = "ID";
     //
     // gbManual
     //
     this.gbManual.Controls.Add(this.nudFPort);
     this.gbManual.Controls.Add(this.nudCPort);
     this.gbManual.Controls.Add(this.label4);
     this.gbManual.Controls.Add(this.label2);
     this.gbManual.Controls.Add(this.label1);
     this.gbManual.Controls.Add(this.tbCurrentDevice);
     this.gbManual.Location = new System.Drawing.Point(32, 200);
     this.gbManual.Name = "gbManual";
     this.gbManual.Size = new System.Drawing.Size(344, 120);
     this.gbManual.TabIndex = 24;
     this.gbManual.TabStop = false;
     this.gbManual.Text = "Use the Oyster device with the following settings";
     //
     // nudFPort
     //
     this.nudFPort.Location = new System.Drawing.Point(104, 84);
     this.nudFPort.Maximum = new System.Decimal(new int[] {
                                                              65000,
                                                              0,
                                                              0,
                                                              0});
     this.nudFPort.Minimum = new System.Decimal(new int[] {
                                                              1,
                                                              0,
                                                              0,
                                                              0});
     this.nudFPort.Name = "nudFPort";
     this.nudFPort.Size = new System.Drawing.Size(64, 20);
     this.nudFPort.TabIndex = 13;
     this.nudFPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.nudFPort.Value = new System.Decimal(new int[] {
                                                            10904,
                                                            0,
                                                            0,
                                                            0});
     //
     // nudCPort
     //
     this.nudCPort.Location = new System.Drawing.Point(104, 52);
     this.nudCPort.Maximum = new System.Decimal(new int[] {
                                                              65000,
                                                              0,
                                                              0,
                                                              0});
     this.nudCPort.Minimum = new System.Decimal(new int[] {
                                                              1,
                                                              0,
                                                              0,
                                                              0});
     this.nudCPort.Name = "nudCPort";
     this.nudCPort.Size = new System.Drawing.Size(64, 20);
     this.nudCPort.TabIndex = 12;
     this.nudCPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.nudCPort.Value = new System.Decimal(new int[] {
                                                            13075,
                                                            0,
                                                            0,
                                                            0});
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 86);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(88, 16);
     this.label4.TabIndex = 11;
     this.label4.Text = "File Port";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 54);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 10;
     this.label2.Text = "Connection Port";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 22);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(88, 16);
     this.label1.TabIndex = 9;
     this.label1.Text = "Oyster Address";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tbCurrentDevice
     //
     this.tbCurrentDevice.Location = new System.Drawing.Point(104, 20);
     this.tbCurrentDevice.Name = "tbCurrentDevice";
     this.tbCurrentDevice.Size = new System.Drawing.Size(216, 20);
     this.tbCurrentDevice.TabIndex = 8;
     this.tbCurrentDevice.Text = "OysterMini";
     //
     // btnCancelOysterDevice
     //
     this.btnCancelOysterDevice.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancelOysterDevice.Location = new System.Drawing.Point(176, 376);
     this.btnCancelOysterDevice.Name = "btnCancelOysterDevice";
     this.btnCancelOysterDevice.Size = new System.Drawing.Size(112, 23);
     this.btnCancelOysterDevice.TabIndex = 23;
     this.btnCancelOysterDevice.Text = "Cancel";
     //
     // btnSaveOysterDevice
     //
     this.btnSaveOysterDevice.Enabled = false;
     this.btnSaveOysterDevice.Location = new System.Drawing.Point(296, 376);
     this.btnSaveOysterDevice.Name = "btnSaveOysterDevice";
     this.btnSaveOysterDevice.Size = new System.Drawing.Size(112, 23);
     this.btnSaveOysterDevice.TabIndex = 22;
     this.btnSaveOysterDevice.Text = "Save";
     this.btnSaveOysterDevice.Click += new System.EventHandler(this.btnSaveOysterDevice_Click);
     //
     // timer1
     //
     this.timer1.Interval = 1500;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // gbAutomatic
     //
     this.gbAutomatic.Controls.Add(this.label3);
     this.gbAutomatic.Controls.Add(this.btnRescan);
     this.gbAutomatic.Controls.Add(this.cboOysterDevice);
     this.gbAutomatic.Location = new System.Drawing.Point(32, 88);
     this.gbAutomatic.Name = "gbAutomatic";
     this.gbAutomatic.Size = new System.Drawing.Size(344, 88);
     this.gbAutomatic.TabIndex = 24;
     this.gbAutomatic.TabStop = false;
     this.gbAutomatic.Text = "Use the selected Oyster device";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 24);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(88, 16);
     this.label3.TabIndex = 11;
     this.label3.Text = "Oyster Device";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tabHardCopyOptions
     //
     this.tabHardCopyOptions.Controls.Add(this.tabOysterDevice);
     this.tabHardCopyOptions.Controls.Add(this.tabBurnerDevice);
     this.tabHardCopyOptions.Controls.Add(this.tabSearchOptions);
     this.tabHardCopyOptions.Location = new System.Drawing.Point(8, 8);
     this.tabHardCopyOptions.Name = "tabHardCopyOptions";
     this.tabHardCopyOptions.SelectedIndex = 0;
     this.tabHardCopyOptions.Size = new System.Drawing.Size(400, 360);
     this.tabHardCopyOptions.TabIndex = 24;
     //
     // tabOysterDevice
     //
     this.tabOysterDevice.Controls.Add(this.lbOysterDevice);
     this.tabOysterDevice.Controls.Add(this.gbManual);
     this.tabOysterDevice.Controls.Add(this.rbManual);
     this.tabOysterDevice.Controls.Add(this.gbAutomatic);
     this.tabOysterDevice.Controls.Add(this.rbAutomatic);
     this.tabOysterDevice.Location = new System.Drawing.Point(4, 22);
     this.tabOysterDevice.Name = "tabOysterDevice";
     this.tabOysterDevice.Size = new System.Drawing.Size(392, 334);
     this.tabOysterDevice.TabIndex = 0;
     this.tabOysterDevice.Text = "Oyster Device";
     //
     // lbOysterDevice
     //
     this.lbOysterDevice.Location = new System.Drawing.Point(16, 16);
     this.lbOysterDevice.Name = "lbOysterDevice";
     this.lbOysterDevice.Size = new System.Drawing.Size(360, 56);
     this.lbOysterDevice.TabIndex = 25;
     this.lbOysterDevice.Text = @"The local area network is scanned for Oyster devices. If your network supports this activity, you should see a list of the available Oyster devices to choose from. If no Oyster devices are found, or you already know the technical information, just enter it below.";
     //
     // tabBurnerDevice
     //
     this.tabBurnerDevice.Controls.Add(this.groupBox1);
     this.tabBurnerDevice.Controls.Add(this.gbTempStorage);
     this.tabBurnerDevice.Controls.Add(this.MCDB);
     this.tabBurnerDevice.Location = new System.Drawing.Point(4, 22);
     this.tabBurnerDevice.Name = "tabBurnerDevice";
     this.tabBurnerDevice.Size = new System.Drawing.Size(392, 334);
     this.tabBurnerDevice.TabIndex = 1;
     this.tabBurnerDevice.Text = "Burner Device";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cbBurner);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Location = new System.Drawing.Point(8, 16);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(376, 152);
     this.groupBox1.TabIndex = 32;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "groupBox1";
     //
     // cbBurner
     //
     this.cbBurner.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbBurner.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cbBurner.Location = new System.Drawing.Point(144, 96);
     this.cbBurner.Name = "cbBurner";
     this.cbBurner.Size = new System.Drawing.Size(216, 21);
     this.cbBurner.TabIndex = 11;
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 96);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(120, 19);
     this.label5.TabIndex = 10;
     this.label5.Text = "CD/DVD Burner Drive";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 24);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(360, 56);
     this.label6.TabIndex = 26;
     this.label6.Text = "Select a default CD/DVD Burner for use in the Oyster HardCopy. The default Burner" +
         " Drive will be the drive this is automatically selected when you attempt to burn" +
         " a new disc.  You may still select a different device from the application scree" +
         "n.";
     //
     // gbTempStorage
     //
     this.gbTempStorage.Controls.Add(this.label10);
     this.gbTempStorage.Controls.Add(this.lbDestination);
     this.gbTempStorage.Controls.Add(this.btnSelectFolder);
     this.gbTempStorage.Location = new System.Drawing.Point(8, 192);
     this.gbTempStorage.Name = "gbTempStorage";
     this.gbTempStorage.Size = new System.Drawing.Size(376, 120);
     this.gbTempStorage.TabIndex = 31;
     this.gbTempStorage.TabStop = false;
     this.gbTempStorage.Text = "Temporary Storage Directory";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(8, 24);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(360, 32);
     this.label10.TabIndex = 32;
     this.label10.Text = "Select temporary storage directory that will be used to download files that will " +
         "be burned to Disc.";
     //
     // lbDestination
     //
     this.lbDestination.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lbDestination.Location = new System.Drawing.Point(8, 64);
     this.lbDestination.Name = "lbDestination";
     this.lbDestination.Size = new System.Drawing.Size(264, 40);
     this.lbDestination.TabIndex = 31;
     this.lbDestination.Text = "lbDestination";
     this.lbDestination.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnSelectFolder
     //
     this.btnSelectFolder.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnSelectFolder.Location = new System.Drawing.Point(280, 72);
     this.btnSelectFolder.Name = "btnSelectFolder";
     this.btnSelectFolder.Size = new System.Drawing.Size(80, 24);
     this.btnSelectFolder.TabIndex = 30;
     this.btnSelectFolder.Text = "Browse";
     this.btnSelectFolder.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSelectFolder.Click += new System.EventHandler(this.btnSelectFolder_Click);
     //
     // MCDB
     //
     this.MCDB.ContainingControl = this;
     this.MCDB.Enabled = true;
     this.MCDB.Location = new System.Drawing.Point(16, 248);
     this.MCDB.Name = "MCDB";
     this.MCDB.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MCDB.OcxState")));
     this.MCDB.Size = new System.Drawing.Size(32, 32);
     this.MCDB.TabIndex = 27;
     //
     // tabSearchOptions
     //
     this.tabSearchOptions.Controls.Add(this.label7);
     this.tabSearchOptions.Controls.Add(this.groupBox3);
     this.tabSearchOptions.Controls.Add(this.pnlDateSearch);
     this.tabSearchOptions.Location = new System.Drawing.Point(4, 22);
     this.tabSearchOptions.Name = "tabSearchOptions";
     this.tabSearchOptions.Size = new System.Drawing.Size(392, 334);
     this.tabSearchOptions.TabIndex = 2;
     this.tabSearchOptions.Text = "Search Options";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(16, 16);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(360, 40);
     this.label7.TabIndex = 29;
     this.label7.Text = "You can set the default search options that the player uses to find Stored Media." +
         "";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.rbDate);
     this.groupBox3.Controls.Add(this.rbNotes);
     this.groupBox3.Controls.Add(this.rbPeople);
     this.groupBox3.Controls.Add(this.rbTitle);
     this.groupBox3.Location = new System.Drawing.Point(24, 56);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(328, 48);
     this.groupBox3.TabIndex = 27;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Search By";
     //
     // rbDate
     //
     this.rbDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbDate.Location = new System.Drawing.Point(88, 16);
     this.rbDate.Name = "rbDate";
     this.rbDate.Size = new System.Drawing.Size(48, 24);
     this.rbDate.TabIndex = 3;
     this.rbDate.Text = "Date";
     this.rbDate.CheckedChanged += new System.EventHandler(this.rbSearchField_CheckedChanged);
     //
     // rbNotes
     //
     this.rbNotes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbNotes.Location = new System.Drawing.Point(160, 16);
     this.rbNotes.Name = "rbNotes";
     this.rbNotes.Size = new System.Drawing.Size(56, 24);
     this.rbNotes.TabIndex = 4;
     this.rbNotes.Text = "Notes";
     this.rbNotes.CheckedChanged += new System.EventHandler(this.rbSearchField_CheckedChanged);
     //
     // rbPeople
     //
     this.rbPeople.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbPeople.Location = new System.Drawing.Point(240, 16);
     this.rbPeople.Name = "rbPeople";
     this.rbPeople.Size = new System.Drawing.Size(60, 24);
     this.rbPeople.TabIndex = 5;
     this.rbPeople.Text = "People";
     this.rbPeople.CheckedChanged += new System.EventHandler(this.rbSearchField_CheckedChanged);
     //
     // rbTitle
     //
     this.rbTitle.Checked = true;
     this.rbTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.26F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbTitle.Location = new System.Drawing.Point(16, 16);
     this.rbTitle.Name = "rbTitle";
     this.rbTitle.Size = new System.Drawing.Size(48, 24);
     this.rbTitle.TabIndex = 2;
     this.rbTitle.TabStop = true;
     this.rbTitle.Text = "Title";
     this.rbTitle.CheckedChanged += new System.EventHandler(this.rbSearchField_CheckedChanged);
     //
     // pnlDateSearch
     //
     this.pnlDateSearch.Controls.Add(this.label8);
     this.pnlDateSearch.Controls.Add(this.label9);
     this.pnlDateSearch.Controls.Add(this.dtpStartTime);
     this.pnlDateSearch.Controls.Add(this.dtpStopTime);
     this.pnlDateSearch.Location = new System.Drawing.Point(48, 112);
     this.pnlDateSearch.Name = "pnlDateSearch";
     this.pnlDateSearch.Size = new System.Drawing.Size(264, 64);
     this.pnlDateSearch.TabIndex = 28;
     this.pnlDateSearch.Visible = false;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 36);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(88, 16);
     this.label8.TabIndex = 3;
     this.label8.Text = "Ending Date";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 8);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(88, 16);
     this.label9.TabIndex = 2;
     this.label9.Text = "Beginning Date";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dtpStartTime
     //
     this.dtpStartTime.Checked = false;
     this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpStartTime.Location = new System.Drawing.Point(120, 4);
     this.dtpStartTime.MinDate = new System.DateTime(2005, 1, 1, 0, 0, 0, 0);
     this.dtpStartTime.Name = "dtpStartTime";
     this.dtpStartTime.Size = new System.Drawing.Size(128, 20);
     this.dtpStartTime.TabIndex = 1;
     this.dtpStartTime.Value = new System.DateTime(2005, 3, 14, 14, 51, 14, 953);
     //
     // dtpStopTime
     //
     this.dtpStopTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpStopTime.Location = new System.Drawing.Point(120, 32);
     this.dtpStopTime.Name = "dtpStopTime";
     this.dtpStopTime.Size = new System.Drawing.Size(128, 20);
     this.dtpStopTime.TabIndex = 0;
     this.dtpStopTime.Value = new System.DateTime(2005, 3, 14, 14, 51, 14, 968);
     //
     // frmHardCopyOptions
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(418, 408);
     this.ControlBox = false;
     this.Controls.Add(this.tabHardCopyOptions);
     this.Controls.Add(this.btnCancelOysterDevice);
     this.Controls.Add(this.btnSaveOysterDevice);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "frmHardCopyOptions";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmHardCopyOptions";
     this.Load += new System.EventHandler(this.frmHardCopyOptions_Load);
     this.gbManual.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.nudFPort)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudCPort)).EndInit();
     this.gbAutomatic.ResumeLayout(false);
     this.tabHardCopyOptions.ResumeLayout(false);
     this.tabOysterDevice.ResumeLayout(false);
     this.tabBurnerDevice.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.gbTempStorage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.MCDB)).EndInit();
     this.tabSearchOptions.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.pnlDateSearch.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #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();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmBurn));
     this.pBar = new System.Windows.Forms.ProgressBar();
     this.lblDR = new System.Windows.Forms.Label();
     this.Progress = new System.Windows.Forms.Timer(this.components);
     this.btnOK = new System.Windows.Forms.Button();
     this.MCD = new AxMCDBURNERCONLib.AxMCDBurner();
     this.btnCancel = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.MCD)).BeginInit();
     this.SuspendLayout();
     //
     // pBar
     //
     this.pBar.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.pBar.Location = new System.Drawing.Point(8, 120);
     this.pBar.Name = "pBar";
     this.pBar.Size = new System.Drawing.Size(512, 32);
     this.pBar.TabIndex = 0;
     //
     // lblDR
     //
     this.lblDR.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.lblDR.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.lblDR.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.lblDR.Location = new System.Drawing.Point(8, 16);
     this.lblDR.Name = "lblDR";
     this.lblDR.Size = new System.Drawing.Size(648, 88);
     this.lblDR.TabIndex = 1;
     this.lblDR.Text = "Preparing for Disc Burn";
     //
     // Progress
     //
     this.Progress.Interval = 200;
     this.Progress.Tick += new System.EventHandler(this.Progress_Tick_1);
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.btnOK.Location = new System.Drawing.Point(248, 120);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(64, 8);
     this.btnOK.TabIndex = 2;
     this.btnOK.Text = "button1";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // MCD
     //
     this.MCD.Enabled = true;
     this.MCD.Location = new System.Drawing.Point(192, 8);
     this.MCD.Name = "MCD";
     this.MCD.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MCD.OcxState")));
     this.MCD.Size = new System.Drawing.Size(32, 32);
     this.MCD.TabIndex = 3;
     this.MCD.OnWriteDone += new AxMCDBURNERCONLib._DMCDBurnerEvents_OnWriteDoneEventHandler(this.MCD_OnWriteDone);
     this.MCD.OnEraseDone += new AxMCDBURNERCONLib._DMCDBurnerEvents_OnEraseDoneEventHandler(this.MCD_OnEraseDone);
     //
     // btnCancel
     //
     this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(166)), ((System.Byte)(162)), ((System.Byte)(157)));
     this.btnCancel.Cursor = System.Windows.Forms.Cursors.Default;
     this.btnCancel.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnCancel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.btnCancel.Location = new System.Drawing.Point(528, 112);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.btnCancel.Size = new System.Drawing.Size(135, 48);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = "Abort Burn";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // frmBurn
     //
     this.AcceptButton = this.btnOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(166)), ((System.Byte)(162)), ((System.Byte)(157)));
     this.ClientSize = new System.Drawing.Size(674, 168);
     this.ControlBox = false;
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.MCD);
     this.Controls.Add(this.pBar);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.lblDR);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.Name = "frmBurn";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Burning Recordings to Disc...please wait";
     this.Load += new System.EventHandler(this.frmBurn_Load);
     ((System.ComponentModel.ISupportInitialize)(this.MCD)).EndInit();
     this.ResumeLayout(false);
 }
Пример #3
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();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmHardCopy));
     this.pnlBurner = new System.Windows.Forms.Panel();
     this.MCD = new AxMCDBURNERCONLib.AxMCDBurner();
     this.lblStudents = new System.Windows.Forms.Label();
     this.Frame2 = new System.Windows.Forms.Panel();
     this.lblSizeOnDVD = new System.Windows.Forms.Label();
     this.Label6 = new System.Windows.Forms.Label();
     this.Picture2 = new System.Windows.Forms.PictureBox();
     this.Picture1 = new System.Windows.Forms.PictureBox();
     this.lblAvailableSpace = new System.Windows.Forms.Label();
     this.cmdAddAll = new System.Windows.Forms.Button();
     this.cmdRemoveOne = new System.Windows.Forms.Button();
     this.cmdRemoveAll = new System.Windows.Forms.Button();
     this.cmdBurn = new System.Windows.Forms.Button();
     this.cmdAddOne = new System.Windows.Forms.Button();
     this.cboBurners = new System.Windows.Forms.ComboBox();
     this.Label4 = new System.Windows.Forms.Label();
     this.cbUsers = new System.Windows.Forms.ComboBox();
     this.Frame1 = new System.Windows.Forms.Panel();
     this.lblSizeOnMediaHawk = new System.Windows.Forms.Label();
     this.Picture4 = new System.Windows.Forms.PictureBox();
     this.lvDVD = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.tvVSS = new System.Windows.Forms.TreeView();
     this.Picture3 = new System.Windows.Forms.PictureBox();
     this.imgL1 = new System.Windows.Forms.ImageList(this.components);
     this.imgButtons = new System.Windows.Forms.ImageList(this.components);
     this.RefreshScreen = new System.Windows.Forms.Timer(this.components);
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.tmEraseDone = new System.Windows.Forms.Timer(this.components);
     this.pnlBurner.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MCD)).BeginInit();
     this.Frame2.SuspendLayout();
     this.Frame1.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlBurner
     //
     this.pnlBurner.Controls.Add(this.MCD);
     this.pnlBurner.Controls.Add(this.lblStudents);
     this.pnlBurner.Controls.Add(this.Frame2);
     this.pnlBurner.Controls.Add(this.Picture2);
     this.pnlBurner.Controls.Add(this.Picture1);
     this.pnlBurner.Controls.Add(this.lblAvailableSpace);
     this.pnlBurner.Controls.Add(this.cmdAddAll);
     this.pnlBurner.Controls.Add(this.cmdRemoveOne);
     this.pnlBurner.Controls.Add(this.cmdRemoveAll);
     this.pnlBurner.Controls.Add(this.cmdBurn);
     this.pnlBurner.Controls.Add(this.cmdAddOne);
     this.pnlBurner.Controls.Add(this.cboBurners);
     this.pnlBurner.Controls.Add(this.Label4);
     this.pnlBurner.Controls.Add(this.cbUsers);
     this.pnlBurner.Controls.Add(this.Frame1);
     this.pnlBurner.Controls.Add(this.Picture4);
     this.pnlBurner.Controls.Add(this.lvDVD);
     this.pnlBurner.Controls.Add(this.tvVSS);
     this.pnlBurner.Controls.Add(this.Picture3);
     this.pnlBurner.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlBurner.Location = new System.Drawing.Point(0, 0);
     this.pnlBurner.Name = "pnlBurner";
     this.pnlBurner.Size = new System.Drawing.Size(880, 638);
     this.pnlBurner.TabIndex = 50;
     //
     // MCD
     //
     this.MCD.ContainingControl = this;
     this.MCD.Enabled = true;
     this.MCD.Location = new System.Drawing.Point(376, 32);
     this.MCD.Name = "MCD";
     this.MCD.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MCD.OcxState")));
     this.MCD.Size = new System.Drawing.Size(32, 32);
     this.MCD.TabIndex = 71;
     this.MCD.OnEraseDone += new AxMCDBURNERCONLib._DMCDBurnerEvents_OnEraseDoneEventHandler(this.MCD_OnEraseDone);
     //
     // lblStudents
     //
     this.lblStudents.AutoSize = true;
     this.lblStudents.BackColor = System.Drawing.Color.Transparent;
     this.lblStudents.Cursor = System.Windows.Forms.Cursors.Default;
     this.lblStudents.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblStudents.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.lblStudents.Location = new System.Drawing.Point(16, 8);
     this.lblStudents.Name = "lblStudents";
     this.lblStudents.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblStudents.Size = new System.Drawing.Size(80, 21);
     this.lblStudents.TabIndex = 64;
     this.lblStudents.Text = "Select a User";
     //
     // Frame2
     //
     this.Frame2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(102)), ((System.Byte)(100)), ((System.Byte)(97)));
     this.Frame2.Controls.Add(this.lblSizeOnDVD);
     this.Frame2.Controls.Add(this.Label6);
     this.Frame2.Cursor = System.Windows.Forms.Cursors.Default;
     this.Frame2.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Frame2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Frame2.Location = new System.Drawing.Point(544, 496);
     this.Frame2.Name = "Frame2";
     this.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame2.Size = new System.Drawing.Size(316, 36);
     this.Frame2.TabIndex = 60;
     //
     // lblSizeOnDVD
     //
     this.lblSizeOnDVD.BackColor = System.Drawing.Color.Transparent;
     this.lblSizeOnDVD.Cursor = System.Windows.Forms.Cursors.Default;
     this.lblSizeOnDVD.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblSizeOnDVD.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.lblSizeOnDVD.Location = new System.Drawing.Point(-8, 0);
     this.lblSizeOnDVD.Name = "lblSizeOnDVD";
     this.lblSizeOnDVD.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblSizeOnDVD.Size = new System.Drawing.Size(329, 33);
     this.lblSizeOnDVD.TabIndex = 27;
     this.lblSizeOnDVD.Text = "lblSizeOnDVD";
     this.lblSizeOnDVD.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // Label6
     //
     this.Label6.BackColor = System.Drawing.Color.Transparent;
     this.Label6.Cursor = System.Windows.Forms.Cursors.Default;
     this.Label6.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label6.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.Label6.Location = new System.Drawing.Point(8, 0);
     this.Label6.Name = "Label6";
     this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label6.Size = new System.Drawing.Size(329, 33);
     this.Label6.TabIndex = 28;
     this.Label6.Text = "Label6";
     this.Label6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // Picture2
     //
     this.Picture2.BackColor = System.Drawing.SystemColors.Window;
     this.Picture2.Cursor = System.Windows.Forms.Cursors.Default;
     this.Picture2.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Picture2.ForeColor = System.Drawing.SystemColors.WindowText;
     this.Picture2.Image = ((System.Drawing.Image)(resources.GetObject("Picture2.Image")));
     this.Picture2.Location = new System.Drawing.Point(536, 64);
     this.Picture2.Name = "Picture2";
     this.Picture2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Picture2.Size = new System.Drawing.Size(323, 99);
     this.Picture2.TabIndex = 58;
     this.Picture2.TabStop = false;
     //
     // Picture1
     //
     this.Picture1.BackColor = System.Drawing.SystemColors.Window;
     this.Picture1.Cursor = System.Windows.Forms.Cursors.Default;
     this.Picture1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Picture1.ForeColor = System.Drawing.SystemColors.WindowText;
     this.Picture1.Image = ((System.Drawing.Image)(resources.GetObject("Picture1.Image")));
     this.Picture1.Location = new System.Drawing.Point(16, 64);
     this.Picture1.Name = "Picture1";
     this.Picture1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Picture1.Size = new System.Drawing.Size(323, 99);
     this.Picture1.TabIndex = 57;
     this.Picture1.TabStop = false;
     //
     // lblAvailableSpace
     //
     this.lblAvailableSpace.BackColor = System.Drawing.Color.Transparent;
     this.lblAvailableSpace.Cursor = System.Windows.Forms.Cursors.Default;
     this.lblAvailableSpace.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblAvailableSpace.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.lblAvailableSpace.Location = new System.Drawing.Point(544, 544);
     this.lblAvailableSpace.Name = "lblAvailableSpace";
     this.lblAvailableSpace.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblAvailableSpace.Size = new System.Drawing.Size(320, 57);
     this.lblAvailableSpace.TabIndex = 56;
     this.lblAvailableSpace.Text = "lblAvailableSpace";
     this.lblAvailableSpace.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // cmdAddAll
     //
     this.cmdAddAll.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(166)), ((System.Byte)(162)), ((System.Byte)(157)));
     this.cmdAddAll.Cursor = System.Windows.Forms.Cursors.Default;
     this.cmdAddAll.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdAddAll.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cmdAddAll.Image = ((System.Drawing.Image)(resources.GetObject("cmdAddAll.Image")));
     this.cmdAddAll.Location = new System.Drawing.Point(376, 264);
     this.cmdAddAll.Name = "cmdAddAll";
     this.cmdAddAll.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdAddAll.Size = new System.Drawing.Size(135, 48);
     this.cmdAddAll.TabIndex = 55;
     this.cmdAddAll.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdAddAll.Click += new System.EventHandler(this.cmdAddAll_Click);
     this.cmdAddAll.MouseUp += new System.Windows.Forms.MouseEventHandler(this.cmdAddAll_MouseMove);
     this.cmdAddAll.MouseEnter += new System.EventHandler(this.cmdAddAll_MouseEnter);
     this.cmdAddAll.MouseMove += new System.Windows.Forms.MouseEventHandler(this.cmdAddAll_MouseMove);
     this.cmdAddAll.MouseLeave += new System.EventHandler(this.ClearMouse);
     this.cmdAddAll.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cmdAddAll_MouseDown);
     //
     // cmdRemoveOne
     //
     this.cmdRemoveOne.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(166)), ((System.Byte)(162)), ((System.Byte)(157)));
     this.cmdRemoveOne.Cursor = System.Windows.Forms.Cursors.Default;
     this.cmdRemoveOne.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdRemoveOne.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cmdRemoveOne.Image = ((System.Drawing.Image)(resources.GetObject("cmdRemoveOne.Image")));
     this.cmdRemoveOne.Location = new System.Drawing.Point(376, 344);
     this.cmdRemoveOne.Name = "cmdRemoveOne";
     this.cmdRemoveOne.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdRemoveOne.Size = new System.Drawing.Size(135, 48);
     this.cmdRemoveOne.TabIndex = 54;
     this.cmdRemoveOne.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdRemoveOne.Click += new System.EventHandler(this.cmdRemoveOne_Click);
     this.cmdRemoveOne.MouseUp += new System.Windows.Forms.MouseEventHandler(this.cmdRemoveOne_MouseMove);
     this.cmdRemoveOne.MouseEnter += new System.EventHandler(this.cmdRemoveOne_MouseEnter);
     this.cmdRemoveOne.MouseMove += new System.Windows.Forms.MouseEventHandler(this.cmdRemoveOne_MouseMove);
     this.cmdRemoveOne.MouseLeave += new System.EventHandler(this.ClearMouse);
     this.cmdRemoveOne.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cmdRemoveOne_MouseDown);
     //
     // cmdRemoveAll
     //
     this.cmdRemoveAll.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(166)), ((System.Byte)(162)), ((System.Byte)(157)));
     this.cmdRemoveAll.Cursor = System.Windows.Forms.Cursors.Default;
     this.cmdRemoveAll.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdRemoveAll.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cmdRemoveAll.Image = ((System.Drawing.Image)(resources.GetObject("cmdRemoveAll.Image")));
     this.cmdRemoveAll.Location = new System.Drawing.Point(376, 400);
     this.cmdRemoveAll.Name = "cmdRemoveAll";
     this.cmdRemoveAll.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdRemoveAll.Size = new System.Drawing.Size(135, 48);
     this.cmdRemoveAll.TabIndex = 53;
     this.cmdRemoveAll.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdRemoveAll.Click += new System.EventHandler(this.cmdRemoveAll_Click);
     this.cmdRemoveAll.MouseUp += new System.Windows.Forms.MouseEventHandler(this.cmdRemoveAll_MouseMove);
     this.cmdRemoveAll.MouseEnter += new System.EventHandler(this.cmdRemoveAll_MouseEnter);
     this.cmdRemoveAll.MouseMove += new System.Windows.Forms.MouseEventHandler(this.cmdRemoveAll_MouseMove);
     this.cmdRemoveAll.MouseLeave += new System.EventHandler(this.ClearMouse);
     this.cmdRemoveAll.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cmdRemoveAll_MouseDown);
     //
     // cmdBurn
     //
     this.cmdBurn.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(166)), ((System.Byte)(162)), ((System.Byte)(157)));
     this.cmdBurn.Cursor = System.Windows.Forms.Cursors.Default;
     this.cmdBurn.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdBurn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cmdBurn.Image = ((System.Drawing.Image)(resources.GetObject("cmdBurn.Image")));
     this.cmdBurn.Location = new System.Drawing.Point(376, 544);
     this.cmdBurn.Name = "cmdBurn";
     this.cmdBurn.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdBurn.Size = new System.Drawing.Size(138, 59);
     this.cmdBurn.TabIndex = 52;
     this.cmdBurn.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdBurn.Click += new System.EventHandler(this.cmdBurn_Click);
     this.cmdBurn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.cmdBurn_MouseMove);
     this.cmdBurn.MouseEnter += new System.EventHandler(this.cmdBurn_MouseEnter);
     this.cmdBurn.MouseMove += new System.Windows.Forms.MouseEventHandler(this.cmdBurn_MouseMove);
     this.cmdBurn.MouseLeave += new System.EventHandler(this.ClearMouse);
     this.cmdBurn.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cmdBurn_MouseDown);
     //
     // cmdAddOne
     //
     this.cmdAddOne.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(166)), ((System.Byte)(162)), ((System.Byte)(157)));
     this.cmdAddOne.Cursor = System.Windows.Forms.Cursors.Default;
     this.cmdAddOne.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmdAddOne.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cmdAddOne.Image = ((System.Drawing.Image)(resources.GetObject("cmdAddOne.Image")));
     this.cmdAddOne.Location = new System.Drawing.Point(376, 208);
     this.cmdAddOne.Name = "cmdAddOne";
     this.cmdAddOne.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cmdAddOne.Size = new System.Drawing.Size(135, 48);
     this.cmdAddOne.TabIndex = 51;
     this.cmdAddOne.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdAddOne.Click += new System.EventHandler(this.cmdAddOne_Click);
     this.cmdAddOne.MouseUp += new System.Windows.Forms.MouseEventHandler(this.cmdAddOne_MouseMove);
     this.cmdAddOne.MouseEnter += new System.EventHandler(this.cmdAddOne_MouseEnter);
     this.cmdAddOne.MouseMove += new System.Windows.Forms.MouseEventHandler(this.cmdAddOne_MouseMove);
     this.cmdAddOne.MouseLeave += new System.EventHandler(this.ClearMouse);
     this.cmdAddOne.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cmdAddOne_MouseDown);
     //
     // cboBurners
     //
     this.cboBurners.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(236)), ((System.Byte)(233)));
     this.cboBurners.Cursor = System.Windows.Forms.Cursors.Default;
     this.cboBurners.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboBurners.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cboBurners.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.cboBurners.Location = new System.Drawing.Point(16, 576);
     this.cboBurners.Name = "cboBurners";
     this.cboBurners.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cboBurners.Size = new System.Drawing.Size(320, 24);
     this.cboBurners.TabIndex = 65;
     this.cboBurners.SelectedIndexChanged += new System.EventHandler(this.cboBurners_SelectedIndexChanged);
     //
     // Label4
     //
     this.Label4.AutoSize = true;
     this.Label4.BackColor = System.Drawing.Color.Transparent;
     this.Label4.Cursor = System.Windows.Forms.Cursors.Default;
     this.Label4.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label4.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.Label4.Location = new System.Drawing.Point(16, 552);
     this.Label4.Name = "Label4";
     this.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Label4.Size = new System.Drawing.Size(223, 21);
     this.Label4.TabIndex = 68;
     this.Label4.Text = "Select Media to Copy Recordings to: ";
     //
     // cbUsers
     //
     this.cbUsers.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(240)), ((System.Byte)(236)), ((System.Byte)(233)));
     this.cbUsers.Cursor = System.Windows.Forms.Cursors.Default;
     this.cbUsers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbUsers.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cbUsers.ForeColor = System.Drawing.SystemColors.WindowText;
     this.cbUsers.Location = new System.Drawing.Point(16, 32);
     this.cbUsers.Name = "cbUsers";
     this.cbUsers.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.cbUsers.Size = new System.Drawing.Size(320, 24);
     this.cbUsers.Sorted = true;
     this.cbUsers.TabIndex = 63;
     this.cbUsers.SelectedIndexChanged += new System.EventHandler(this.cbUsers_SelectedIndexChanged);
     //
     // Frame1
     //
     this.Frame1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(102)), ((System.Byte)(100)), ((System.Byte)(97)));
     this.Frame1.Controls.Add(this.lblSizeOnMediaHawk);
     this.Frame1.Cursor = System.Windows.Forms.Cursors.Default;
     this.Frame1.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Frame1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Frame1.Location = new System.Drawing.Point(16, 496);
     this.Frame1.Name = "Frame1";
     this.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Frame1.Size = new System.Drawing.Size(316, 36);
     this.Frame1.TabIndex = 62;
     //
     // lblSizeOnMediaHawk
     //
     this.lblSizeOnMediaHawk.BackColor = System.Drawing.Color.Transparent;
     this.lblSizeOnMediaHawk.Cursor = System.Windows.Forms.Cursors.Default;
     this.lblSizeOnMediaHawk.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblSizeOnMediaHawk.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.lblSizeOnMediaHawk.Location = new System.Drawing.Point(-14, 0);
     this.lblSizeOnMediaHawk.Name = "lblSizeOnMediaHawk";
     this.lblSizeOnMediaHawk.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblSizeOnMediaHawk.Size = new System.Drawing.Size(329, 33);
     this.lblSizeOnMediaHawk.TabIndex = 24;
     this.lblSizeOnMediaHawk.Text = "lblSizeOnMediaHawk";
     this.lblSizeOnMediaHawk.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // Picture4
     //
     this.Picture4.BackColor = System.Drawing.SystemColors.Control;
     this.Picture4.Cursor = System.Windows.Forms.Cursors.Default;
     this.Picture4.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Picture4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Picture4.Image = ((System.Drawing.Image)(resources.GetObject("Picture4.Image")));
     this.Picture4.Location = new System.Drawing.Point(536, 488);
     this.Picture4.Name = "Picture4";
     this.Picture4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Picture4.Size = new System.Drawing.Size(330, 50);
     this.Picture4.TabIndex = 59;
     this.Picture4.TabStop = false;
     //
     // lvDVD
     //
     this.lvDVD.Alignment = System.Windows.Forms.ListViewAlignment.Left;
     this.lvDVD.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(239)), ((System.Byte)(235)), ((System.Byte)(231)));
     this.lvDVD.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                             this.columnHeader1});
     this.lvDVD.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lvDVD.FullRowSelect = true;
     this.lvDVD.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lvDVD.HideSelection = false;
     this.lvDVD.LabelWrap = false;
     this.lvDVD.Location = new System.Drawing.Point(536, 176);
     this.lvDVD.Name = "lvDVD";
     this.lvDVD.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lvDVD.Size = new System.Drawing.Size(328, 304);
     this.lvDVD.TabIndex = 70;
     this.lvDVD.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 311;
     //
     // tvVSS
     //
     this.tvVSS.AllowDrop = true;
     this.tvVSS.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(239)), ((System.Byte)(235)), ((System.Byte)(231)));
     this.tvVSS.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tvVSS.ForeColor = System.Drawing.SystemColors.WindowText;
     this.tvVSS.HideSelection = false;
     this.tvVSS.HotTracking = true;
     this.tvVSS.ImageIndex = -1;
     this.tvVSS.Indent = 19;
     this.tvVSS.Location = new System.Drawing.Point(16, 176);
     this.tvVSS.Name = "tvVSS";
     this.tvVSS.SelectedImageIndex = -1;
     this.tvVSS.Size = new System.Drawing.Size(328, 304);
     this.tvVSS.TabIndex = 69;
     this.tvVSS.DoubleClick += new System.EventHandler(this.tvVSS_DoubleClick);
     //
     // Picture3
     //
     this.Picture3.BackColor = System.Drawing.SystemColors.Control;
     this.Picture3.Cursor = System.Windows.Forms.Cursors.Default;
     this.Picture3.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Picture3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Picture3.Image = ((System.Drawing.Image)(resources.GetObject("Picture3.Image")));
     this.Picture3.Location = new System.Drawing.Point(16, 488);
     this.Picture3.Name = "Picture3";
     this.Picture3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.Picture3.Size = new System.Drawing.Size(330, 50);
     this.Picture3.TabIndex = 61;
     this.Picture3.TabStop = false;
     //
     // imgL1
     //
     this.imgL1.ImageSize = new System.Drawing.Size(16, 16);
     this.imgL1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgL1.ImageStream")));
     this.imgL1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imgButtons
     //
     this.imgButtons.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imgButtons.ImageSize = new System.Drawing.Size(135, 50);
     this.imgButtons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgButtons.ImageStream")));
     this.imgButtons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // RefreshScreen
     //
     this.RefreshScreen.Interval = 1000;
     this.RefreshScreen.Tick += new System.EventHandler(this.RefreshScreen_Tick);
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 616);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(880, 22);
     this.statusBar1.TabIndex = 51;
     //
     // tmEraseDone
     //
     this.tmEraseDone.Interval = 1000;
     this.tmEraseDone.Tick += new System.EventHandler(this.tmEraseDone_Tick);
     //
     // frmHardCopy
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(166)), ((System.Byte)(162)), ((System.Byte)(157)));
     this.ClientSize = new System.Drawing.Size(880, 638);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.pnlBurner);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmHardCopy";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Oyster Hard Copy";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmHardCopy_Closing);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmHardCopy_MouseMove);
     this.pnlBurner.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.MCD)).EndInit();
     this.Frame2.ResumeLayout(false);
     this.Frame1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #4
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();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmBurnRecordings));
     this.lbBurn = new System.Windows.Forms.Label();
     this.pBar = new System.Windows.Forms.ProgressBar();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnOK = new System.Windows.Forms.Button();
     this.Progress = new System.Windows.Forms.Timer(this.components);
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.MCD = new AxMCDBURNERCONLib.AxMCDBurner();
     ((System.ComponentModel.ISupportInitialize)(this.MCD)).BeginInit();
     this.SuspendLayout();
     //
     // lbBurn
     //
     this.lbBurn.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lbBurn.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.lbBurn.Location = new System.Drawing.Point(8, 8);
     this.lbBurn.Name = "lbBurn";
     this.lbBurn.Size = new System.Drawing.Size(608, 64);
     this.lbBurn.TabIndex = 0;
     this.lbBurn.Text = "Loading Image for Burn Process...please wait";
     //
     // pBar
     //
     this.pBar.Location = new System.Drawing.Point(0, 80);
     this.pBar.Name = "pBar";
     this.pBar.Size = new System.Drawing.Size(456, 32);
     this.pBar.TabIndex = 1;
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(464, 80);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(144, 32);
     this.btnCancel.TabIndex = 2;
     this.btnCancel.Text = "Cancel Burn";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOK
     //
     this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOK.Location = new System.Drawing.Point(336, 80);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(80, 16);
     this.btnOK.TabIndex = 3;
     this.btnOK.Text = "button1";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // Progress
     //
     this.Progress.Interval = 200;
     this.Progress.Tick += new System.EventHandler(this.Progress_Tick);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // MCD
     //
     this.MCD.Enabled = true;
     this.MCD.Location = new System.Drawing.Point(496, 16);
     this.MCD.Name = "MCD";
     this.MCD.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MCD.OcxState")));
     this.MCD.Size = new System.Drawing.Size(32, 32);
     this.MCD.TabIndex = 4;
     //
     // frmBurnRecordings
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(166)), ((System.Byte)(162)), ((System.Byte)(157)));
     this.ClientSize = new System.Drawing.Size(610, 120);
     this.Controls.Add(this.MCD);
     this.Controls.Add(this.pBar);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.lbBurn);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmBurnRecordings";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Burning Recordings to Disc...please wait";
     this.Load += new System.EventHandler(this.frmBurnRecordings_Load);
     ((System.ComponentModel.ISupportInitialize)(this.MCD)).EndInit();
     this.ResumeLayout(false);
 }
Пример #5
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();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmHardDisc));
     this.gbOptions = new System.Windows.Forms.GroupBox();
     this.rbDownload = new System.Windows.Forms.RadioButton();
     this.rbOysterHardDisc = new System.Windows.Forms.RadioButton();
     this.rbBurnDisc = new System.Windows.Forms.RadioButton();
     this.gbBurnDisc = new System.Windows.Forms.GroupBox();
     this.cbBurner = new System.Windows.Forms.ComboBox();
     this.cbNotes = new System.Windows.Forms.CheckBox();
     this.cbFileAttachments = new System.Windows.Forms.CheckBox();
     this.rbXML = new System.Windows.Forms.RadioButton();
     this.rbText = new System.Windows.Forms.RadioButton();
     this.btnSelectFolder = new System.Windows.Forms.Button();
     this.tbDestination = new System.Windows.Forms.TextBox();
     this.lbBurner = new System.Windows.Forms.Label();
     this.lbSelectDestination = new System.Windows.Forms.Label();
     this.lbEstimatedSize = new System.Windows.Forms.Label();
     this.tbEstimatedSize = new System.Windows.Forms.TextBox();
     this.tbAvailableStorage = new System.Windows.Forms.TextBox();
     this.lbAvailableStorage = new System.Windows.Forms.Label();
     this.tbDiscSpace = new System.Windows.Forms.TextBox();
     this.lbDiscSpace = new System.Windows.Forms.Label();
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
     this.tmBurnDisc = new System.Windows.Forms.Timer(this.components);
     this.MCDB = new AxMCDBURNERCONLib.AxMCDBurner();
     this.mnuMain = new System.Windows.Forms.MainMenu();
     this.miFile = new System.Windows.Forms.MenuItem();
     this.miEraseDisc = new System.Windows.Forms.MenuItem();
     this.miQuickErase = new System.Windows.Forms.MenuItem();
     this.miFullErase = new System.Windows.Forms.MenuItem();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.miEjectDisc = new System.Windows.Forms.MenuItem();
     this.miLoadDisc = new System.Windows.Forms.MenuItem();
     this.tmEraseDone = new System.Windows.Forms.Timer(this.components);
     this.tmrLaunch = new System.Windows.Forms.Timer(this.components);
     this.gbOptions.SuspendLayout();
     this.gbBurnDisc.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MCDB)).BeginInit();
     this.SuspendLayout();
     //
     // gbOptions
     //
     this.gbOptions.Controls.Add(this.rbDownload);
     this.gbOptions.Controls.Add(this.rbOysterHardDisc);
     this.gbOptions.Controls.Add(this.rbBurnDisc);
     this.gbOptions.Controls.Add(this.gbBurnDisc);
     this.gbOptions.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gbOptions.Location = new System.Drawing.Point(4, 9);
     this.gbOptions.Name = "gbOptions";
     this.gbOptions.Size = new System.Drawing.Size(497, 315);
     this.gbOptions.TabIndex = 0;
     this.gbOptions.TabStop = false;
     this.gbOptions.Text = "Please choose a storage option";
     //
     // rbDownload
     //
     this.rbDownload.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbDownload.Location = new System.Drawing.Point(15, 54);
     this.rbDownload.Name = "rbDownload";
     this.rbDownload.Size = new System.Drawing.Size(413, 24);
     this.rbDownload.TabIndex = 2;
     this.rbDownload.Text = "I want to download recording session(s) to a local drive";
     this.rbDownload.CheckedChanged += new System.EventHandler(this.rbOysterOptions_CheckedChanged);
     //
     // rbOysterHardDisc
     //
     this.rbOysterHardDisc.Checked = true;
     this.rbOysterHardDisc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbOysterHardDisc.Location = new System.Drawing.Point(16, 22);
     this.rbOysterHardDisc.Name = "rbOysterHardDisc";
     this.rbOysterHardDisc.Size = new System.Drawing.Size(218, 24);
     this.rbOysterHardDisc.TabIndex = 1;
     this.rbOysterHardDisc.TabStop = true;
     this.rbOysterHardDisc.Text = "I want to create an Oyster Disc";
     this.rbOysterHardDisc.CheckedChanged += new System.EventHandler(this.rbOysterOptions_CheckedChanged);
     //
     // rbBurnDisc
     //
     this.rbBurnDisc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbBurnDisc.Location = new System.Drawing.Point(15, 86);
     this.rbBurnDisc.Name = "rbBurnDisc";
     this.rbBurnDisc.Size = new System.Drawing.Size(277, 24);
     this.rbBurnDisc.TabIndex = 0;
     this.rbBurnDisc.Text = "I want to burn recording session(s) to CD/DVD";
     this.rbBurnDisc.CheckedChanged += new System.EventHandler(this.rbOysterOptions_CheckedChanged);
     //
     // gbBurnDisc
     //
     this.gbBurnDisc.Controls.Add(this.cbBurner);
     this.gbBurnDisc.Controls.Add(this.cbNotes);
     this.gbBurnDisc.Controls.Add(this.cbFileAttachments);
     this.gbBurnDisc.Controls.Add(this.rbXML);
     this.gbBurnDisc.Controls.Add(this.rbText);
     this.gbBurnDisc.Controls.Add(this.btnSelectFolder);
     this.gbBurnDisc.Controls.Add(this.tbDestination);
     this.gbBurnDisc.Controls.Add(this.lbBurner);
     this.gbBurnDisc.Controls.Add(this.lbSelectDestination);
     this.gbBurnDisc.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gbBurnDisc.Location = new System.Drawing.Point(15, 121);
     this.gbBurnDisc.Name = "gbBurnDisc";
     this.gbBurnDisc.Size = new System.Drawing.Size(467, 186);
     this.gbBurnDisc.TabIndex = 3;
     this.gbBurnDisc.TabStop = false;
     this.gbBurnDisc.Text = "Oyster Disc";
     //
     // cbBurner
     //
     this.cbBurner.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbBurner.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cbBurner.Location = new System.Drawing.Point(185, 23);
     this.cbBurner.Name = "cbBurner";
     this.cbBurner.Size = new System.Drawing.Size(195, 21);
     this.cbBurner.TabIndex = 9;
     this.cbBurner.SelectedValueChanged += new System.EventHandler(this.cbBurner_SelectedValueChanged);
     //
     // cbNotes
     //
     this.cbNotes.Checked = true;
     this.cbNotes.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbNotes.Enabled = false;
     this.cbNotes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cbNotes.Location = new System.Drawing.Point(16, 90);
     this.cbNotes.Name = "cbNotes";
     this.cbNotes.Size = new System.Drawing.Size(294, 22);
     this.cbNotes.TabIndex = 6;
     this.cbNotes.Text = "I want to include all Recording Session Notes";
     this.cbNotes.CheckedChanged += new System.EventHandler(this.cbNotes_CheckedChanged);
     //
     // cbFileAttachments
     //
     this.cbFileAttachments.Checked = true;
     this.cbFileAttachments.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbFileAttachments.Enabled = false;
     this.cbFileAttachments.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cbFileAttachments.Location = new System.Drawing.Point(16, 56);
     this.cbFileAttachments.Name = "cbFileAttachments";
     this.cbFileAttachments.Size = new System.Drawing.Size(362, 22);
     this.cbFileAttachments.TabIndex = 5;
     this.cbFileAttachments.Text = "I want to include all Recording Session File Attachments.";
     this.cbFileAttachments.CheckedChanged += new System.EventHandler(this.cbFileAttachments_CheckedChanged);
     //
     // rbXML
     //
     this.rbXML.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbXML.Location = new System.Drawing.Point(236, 113);
     this.rbXML.Name = "rbXML";
     this.rbXML.Size = new System.Drawing.Size(154, 26);
     this.rbXML.TabIndex = 8;
     this.rbXML.Text = "Save Notes as XML File";
     this.rbXML.Visible = false;
     //
     // rbText
     //
     this.rbText.Checked = true;
     this.rbText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.rbText.Location = new System.Drawing.Point(69, 113);
     this.rbText.Name = "rbText";
     this.rbText.Size = new System.Drawing.Size(147, 26);
     this.rbText.TabIndex = 7;
     this.rbText.TabStop = true;
     this.rbText.Text = "Save Notes as Text File";
     this.rbText.Visible = false;
     //
     // btnSelectFolder
     //
     this.btnSelectFolder.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnSelectFolder.Location = new System.Drawing.Point(393, 24);
     this.btnSelectFolder.Name = "btnSelectFolder";
     this.btnSelectFolder.Size = new System.Drawing.Size(32, 21);
     this.btnSelectFolder.TabIndex = 4;
     this.btnSelectFolder.Text = "...";
     this.btnSelectFolder.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSelectFolder.Visible = false;
     this.btnSelectFolder.Click += new System.EventHandler(this.btnSelectFolder_Click);
     //
     // tbDestination
     //
     this.tbDestination.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tbDestination.Location = new System.Drawing.Point(184, 24);
     this.tbDestination.Name = "tbDestination";
     this.tbDestination.ReadOnly = true;
     this.tbDestination.Size = new System.Drawing.Size(194, 20);
     this.tbDestination.TabIndex = 10;
     this.tbDestination.TabStop = false;
     this.tbDestination.Text = "tbDestination";
     this.tbDestination.Visible = false;
     this.tbDestination.TextChanged += new System.EventHandler(this.tbDestination_TextChanged);
     //
     // lbBurner
     //
     this.lbBurner.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lbBurner.Location = new System.Drawing.Point(18, 24);
     this.lbBurner.Name = "lbBurner";
     this.lbBurner.Size = new System.Drawing.Size(158, 19);
     this.lbBurner.TabIndex = 8;
     this.lbBurner.Text = "Select a CD/DVD Burner Drive";
     this.lbBurner.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lbBurner.Click += new System.EventHandler(this.lbBurner_Click);
     //
     // lbSelectDestination
     //
     this.lbSelectDestination.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lbSelectDestination.Location = new System.Drawing.Point(17, 24);
     this.lbSelectDestination.Name = "lbSelectDestination";
     this.lbSelectDestination.Size = new System.Drawing.Size(155, 19);
     this.lbSelectDestination.TabIndex = 12;
     this.lbSelectDestination.Text = "Select Destination Folder";
     this.lbSelectDestination.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lbSelectDestination.Visible = false;
     //
     // lbEstimatedSize
     //
     this.lbEstimatedSize.Location = new System.Drawing.Point(17, 340);
     this.lbEstimatedSize.Name = "lbEstimatedSize";
     this.lbEstimatedSize.Size = new System.Drawing.Size(274, 15);
     this.lbEstimatedSize.TabIndex = 2;
     this.lbEstimatedSize.Text = "How much data am I bringing from the server?";
     //
     // tbEstimatedSize
     //
     this.tbEstimatedSize.Location = new System.Drawing.Point(297, 337);
     this.tbEstimatedSize.Name = "tbEstimatedSize";
     this.tbEstimatedSize.ReadOnly = true;
     this.tbEstimatedSize.Size = new System.Drawing.Size(204, 20);
     this.tbEstimatedSize.TabIndex = 0;
     this.tbEstimatedSize.TabStop = false;
     this.tbEstimatedSize.Text = "tbEstimatedSize";
     //
     // tbAvailableStorage
     //
     this.tbAvailableStorage.Location = new System.Drawing.Point(297, 368);
     this.tbAvailableStorage.Name = "tbAvailableStorage";
     this.tbAvailableStorage.ReadOnly = true;
     this.tbAvailableStorage.Size = new System.Drawing.Size(203, 20);
     this.tbAvailableStorage.TabIndex = 0;
     this.tbAvailableStorage.TabStop = false;
     this.tbAvailableStorage.Text = "tbAvailableStorage";
     //
     // lbAvailableStorage
     //
     this.lbAvailableStorage.Location = new System.Drawing.Point(17, 371);
     this.lbAvailableStorage.Name = "lbAvailableStorage";
     this.lbAvailableStorage.Size = new System.Drawing.Size(275, 15);
     this.lbAvailableStorage.TabIndex = 4;
     this.lbAvailableStorage.Text = "How much data can my destination folder hold?";
     //
     // tbDiscSpace
     //
     this.tbDiscSpace.Location = new System.Drawing.Point(296, 399);
     this.tbDiscSpace.Name = "tbDiscSpace";
     this.tbDiscSpace.ReadOnly = true;
     this.tbDiscSpace.Size = new System.Drawing.Size(204, 20);
     this.tbDiscSpace.TabIndex = 7;
     this.tbDiscSpace.TabStop = false;
     this.tbDiscSpace.Text = "tbDiscSpace";
     //
     // lbDiscSpace
     //
     this.lbDiscSpace.Location = new System.Drawing.Point(17, 402);
     this.lbDiscSpace.Name = "lbDiscSpace";
     this.lbDiscSpace.Size = new System.Drawing.Size(264, 15);
     this.lbDiscSpace.TabIndex = 6;
     this.lbDiscSpace.Text = "How much data can my Disc hold?";
     //
     // btnOK
     //
     this.btnOK.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnOK.Location = new System.Drawing.Point(264, 442);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(225, 23);
     this.btnOK.TabIndex = 9;
     this.btnOK.Text = "Create Oyster Disc";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(29, 442);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(225, 23);
     this.btnCancel.TabIndex = 10;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 474);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
                                                                                   this.statusBarPanel1});
     this.statusBar1.ShowPanels = true;
     this.statusBar1.Size = new System.Drawing.Size(505, 22);
     this.statusBar1.SizingGrip = false;
     this.statusBar1.TabIndex = 1;
     this.statusBar1.Text = "Create an Oyster Hard Disc";
     //
     // statusBarPanel1
     //
     this.statusBarPanel1.Text = "statusBarPanel1";
     this.statusBarPanel1.Width = 518;
     //
     // tmBurnDisc
     //
     this.tmBurnDisc.Enabled = true;
     this.tmBurnDisc.Interval = 250;
     this.tmBurnDisc.Tick += new System.EventHandler(this.tmBurnDisc_Tick);
     //
     // MCDB
     //
     this.MCDB.Enabled = true;
     this.MCDB.Location = new System.Drawing.Point(0, 422);
     this.MCDB.Name = "MCDB";
     this.MCDB.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MCDB.OcxState")));
     this.MCDB.Size = new System.Drawing.Size(32, 32);
     this.MCDB.TabIndex = 28;
     this.MCDB.OnWriteDone += new AxMCDBURNERCONLib._DMCDBurnerEvents_OnWriteDoneEventHandler(this.MCDB_OnWriteDone);
     this.MCDB.OnEraseDone += new AxMCDBURNERCONLib._DMCDBurnerEvents_OnEraseDoneEventHandler(this.MCDB_OnEraseDone);
     //
     // mnuMain
     //
     this.mnuMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                             this.miFile});
     //
     // miFile
     //
     this.miFile.Index = 0;
     this.miFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                            this.miEraseDisc,
                                                                            this.menuItem1,
                                                                            this.miEjectDisc,
                                                                            this.miLoadDisc});
     this.miFile.Text = "&File";
     this.miFile.Popup += new System.EventHandler(this.miFile_Popup);
     //
     // miEraseDisc
     //
     this.miEraseDisc.Index = 0;
     this.miEraseDisc.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                 this.miQuickErase,
                                                                                 this.miFullErase});
     this.miEraseDisc.Text = "Erase Disc";
     //
     // miQuickErase
     //
     this.miQuickErase.Index = 0;
     this.miQuickErase.Text = "Quick";
     this.miQuickErase.Click += new System.EventHandler(this.miQuickErase_Click);
     //
     // miFullErase
     //
     this.miFullErase.Index = 1;
     this.miFullErase.Text = "Full";
     this.miFullErase.Click += new System.EventHandler(this.miFullErase_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 1;
     this.menuItem1.Text = "-";
     //
     // miEjectDisc
     //
     this.miEjectDisc.Index = 2;
     this.miEjectDisc.Text = "E&ject Disc";
     this.miEjectDisc.Click += new System.EventHandler(this.miEjectDisc_Click);
     //
     // miLoadDisc
     //
     this.miLoadDisc.Index = 3;
     this.miLoadDisc.Text = "&Load Disc";
     this.miLoadDisc.Click += new System.EventHandler(this.miLoadDisc_Click);
     //
     // tmEraseDone
     //
     this.tmEraseDone.Tick += new System.EventHandler(this.tmEraseDone_Tick);
     //
     // tmrLaunch
     //
     this.tmrLaunch.Interval = 500;
     this.tmrLaunch.Tick += new System.EventHandler(this.tmrLaunch_Tick);
     //
     // frmHardDisc
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(505, 496);
     this.Controls.Add(this.MCDB);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.tbDiscSpace);
     this.Controls.Add(this.lbDiscSpace);
     this.Controls.Add(this.tbAvailableStorage);
     this.Controls.Add(this.lbAvailableStorage);
     this.Controls.Add(this.tbEstimatedSize);
     this.Controls.Add(this.lbEstimatedSize);
     this.Controls.Add(this.gbOptions);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.Menu = this.mnuMain;
     this.Name = "frmHardDisc";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmHardDisc";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmHardDisc_Closing);
     this.Load += new System.EventHandler(this.frmHardDisc_Load);
     this.GiveFeedback += new System.Windows.Forms.GiveFeedbackEventHandler(this.frmHardDisc_GiveFeedback);
     this.gbOptions.ResumeLayout(false);
     this.gbBurnDisc.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MCDB)).EndInit();
     this.ResumeLayout(false);
 }