123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563 |
- namespace LYFZ.DiscBurner
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
- this.devicesComboBox = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.supportedMediaLabel = new System.Windows.Forms.Label();
- this.backgroundBurnWorker = new System.ComponentModel.BackgroundWorker();
- this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
- this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
- this.labeltotalMediaSize = new System.Windows.Forms.Label();
- this.labelTotalSize = new System.Windows.Forms.Label();
- this.progressBarCapacity = new System.Windows.Forms.ProgressBar();
- this.buttonFormat = new System.Windows.Forms.Button();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPageBurn = new System.Windows.Forms.TabPage();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.labelStatusText = new System.Windows.Forms.Label();
- this.statusProgressBar = new System.Windows.Forms.ProgressBar();
- this.labelMediaType = new System.Windows.Forms.Label();
- this.buttonDetectMedia = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.cbxSpeedList = new System.Windows.Forms.ComboBox();
- this.label4 = new System.Windows.Forms.Label();
- this.comboBoxVerification = new System.Windows.Forms.ComboBox();
- this.labelVerification = new System.Windows.Forms.Label();
- this.buttonBurn = new System.Windows.Forms.Button();
- this.checkBoxEject = new System.Windows.Forms.CheckBox();
- this.checkBoxCloseMedia = new System.Windows.Forms.CheckBox();
- this.textBoxLabel = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.buttonRemoveFiles = new System.Windows.Forms.Button();
- this.buttonAddFolders = new System.Windows.Forms.Button();
- this.buttonAddFiles = new System.Windows.Forms.Button();
- this.listBoxFiles = new System.Windows.Forms.ListBox();
- this.tabPageFormat = new System.Windows.Forms.TabPage();
- this.checkBoxQuickFormat = new System.Windows.Forms.CheckBox();
- this.checkBoxEjectFormat = new System.Windows.Forms.CheckBox();
- this.formatProgressBar = new System.Windows.Forms.ProgressBar();
- this.labelFormatStatusText = new System.Windows.Forms.Label();
- this.backgroundFormatWorker = new System.ComponentModel.BackgroundWorker();
- this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
- this.label3 = new System.Windows.Forms.Label();
- this.buttonEjectMedia = new System.Windows.Forms.Button();
- this.tabControl1.SuspendLayout();
- this.tabPageBurn.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.tabPageFormat.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
- this.SuspendLayout();
- //
- // devicesComboBox
- //
- this.devicesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.devicesComboBox.FormattingEnabled = true;
- this.devicesComboBox.Location = new System.Drawing.Point(36, 9);
- this.devicesComboBox.Name = "devicesComboBox";
- this.devicesComboBox.Size = new System.Drawing.Size(234, 20);
- this.devicesComboBox.TabIndex = 1;
- this.devicesComboBox.SelectedIndexChanged += new System.EventHandler(this.devicesComboBox_SelectedIndexChanged);
- this.devicesComboBox.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.devicesComboBox_Format);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(362, 12);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(59, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "支持媒体:";
- //
- // supportedMediaLabel
- //
- this.supportedMediaLabel.Location = new System.Drawing.Point(421, 12);
- this.supportedMediaLabel.Name = "supportedMediaLabel";
- this.supportedMediaLabel.Size = new System.Drawing.Size(411, 49);
- this.supportedMediaLabel.TabIndex = 3;
- //
- // backgroundBurnWorker
- //
- this.backgroundBurnWorker.WorkerReportsProgress = true;
- this.backgroundBurnWorker.WorkerSupportsCancellation = true;
- this.backgroundBurnWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundBurnWorker_DoWork);
- this.backgroundBurnWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundBurnWorker_ProgressChanged);
- this.backgroundBurnWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundBurnWorker_RunWorkerCompleted);
- //
- // openFileDialog
- //
- this.openFileDialog.Filter = "All Files (*.*)|*.*";
- //
- // labeltotalMediaSize
- //
- this.labeltotalMediaSize.AutoSize = true;
- this.labeltotalMediaSize.Location = new System.Drawing.Point(10, 204);
- this.labeltotalMediaSize.Name = "labeltotalMediaSize";
- this.labeltotalMediaSize.Size = new System.Drawing.Size(77, 12);
- this.labeltotalMediaSize.TabIndex = 6;
- this.labeltotalMediaSize.Text = "文件大小 0MB";
- //
- // labelTotalSize
- //
- this.labelTotalSize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.labelTotalSize.Location = new System.Drawing.Point(605, 205);
- this.labelTotalSize.Name = "labelTotalSize";
- this.labelTotalSize.Size = new System.Drawing.Size(186, 12);
- this.labelTotalSize.TabIndex = 7;
- this.labelTotalSize.Text = "光盘容量 0MB";
- this.labelTotalSize.TextAlign = System.Drawing.ContentAlignment.TopRight;
- //
- // progressBarCapacity
- //
- this.progressBarCapacity.BackColor = System.Drawing.Color.WhiteSmoke;
- this.progressBarCapacity.Cursor = System.Windows.Forms.Cursors.WaitCursor;
- this.errorProvider1.SetIconPadding(this.progressBarCapacity, 2);
- this.progressBarCapacity.Location = new System.Drawing.Point(8, 191);
- this.progressBarCapacity.Name = "progressBarCapacity";
- this.progressBarCapacity.Size = new System.Drawing.Size(783, 10);
- this.progressBarCapacity.Step = 1;
- this.progressBarCapacity.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
- this.progressBarCapacity.TabIndex = 8;
- this.progressBarCapacity.UseWaitCursor = true;
- //
- // buttonFormat
- //
- this.buttonFormat.Location = new System.Drawing.Point(352, 97);
- this.buttonFormat.Name = "buttonFormat";
- this.buttonFormat.Size = new System.Drawing.Size(83, 27);
- this.buttonFormat.TabIndex = 10;
- this.buttonFormat.Text = "格式化光盘";
- this.buttonFormat.UseVisualStyleBackColor = true;
- this.buttonFormat.Click += new System.EventHandler(this.buttonFormat_Click);
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPageBurn);
- this.tabControl1.Controls.Add(this.tabPageFormat);
- this.tabControl1.Location = new System.Drawing.Point(8, 54);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(824, 496);
- this.tabControl1.TabIndex = 11;
- this.tabControl1.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl1_Selecting);
- //
- // tabPageBurn
- //
- this.tabPageBurn.Controls.Add(this.groupBox2);
- this.tabPageBurn.Controls.Add(this.groupBox1);
- this.tabPageBurn.Location = new System.Drawing.Point(4, 22);
- this.tabPageBurn.Name = "tabPageBurn";
- this.tabPageBurn.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageBurn.Size = new System.Drawing.Size(816, 470);
- this.tabPageBurn.TabIndex = 0;
- this.tabPageBurn.Text = "刻录";
- this.tabPageBurn.UseVisualStyleBackColor = true;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.labelStatusText);
- this.groupBox2.Controls.Add(this.statusProgressBar);
- this.groupBox2.Controls.Add(this.labelMediaType);
- this.groupBox2.Controls.Add(this.buttonDetectMedia);
- this.groupBox2.Location = new System.Drawing.Point(10, 308);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(799, 156);
- this.groupBox2.TabIndex = 10;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "所选的刻录设备:";
- //
- // labelStatusText
- //
- this.labelStatusText.Location = new System.Drawing.Point(8, 68);
- this.labelStatusText.Name = "labelStatusText";
- this.labelStatusText.Size = new System.Drawing.Size(783, 20);
- this.labelStatusText.TabIndex = 7;
- this.labelStatusText.Text = "状态...";
- this.labelStatusText.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- //
- // statusProgressBar
- //
- this.statusProgressBar.BackColor = System.Drawing.Color.WhiteSmoke;
- this.statusProgressBar.Location = new System.Drawing.Point(6, 94);
- this.statusProgressBar.Name = "statusProgressBar";
- this.statusProgressBar.Size = new System.Drawing.Size(785, 32);
- this.statusProgressBar.TabIndex = 8;
- //
- // labelMediaType
- //
- this.labelMediaType.Location = new System.Drawing.Point(117, 20);
- this.labelMediaType.Name = "labelMediaType";
- this.labelMediaType.Size = new System.Drawing.Size(512, 37);
- this.labelMediaType.TabIndex = 10;
- this.labelMediaType.Text = "请按“检测刻录设备”按钮,检查设备是否能正常刻录";
- //
- // buttonDetectMedia
- //
- this.buttonDetectMedia.Location = new System.Drawing.Point(12, 18);
- this.buttonDetectMedia.Name = "buttonDetectMedia";
- this.buttonDetectMedia.Size = new System.Drawing.Size(98, 26);
- this.buttonDetectMedia.TabIndex = 9;
- this.buttonDetectMedia.Text = "检测刻录设备";
- this.buttonDetectMedia.UseVisualStyleBackColor = true;
- this.buttonDetectMedia.Click += new System.EventHandler(this.buttonDetectMedia_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.cbxSpeedList);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.comboBoxVerification);
- this.groupBox1.Controls.Add(this.labelVerification);
- this.groupBox1.Controls.Add(this.buttonBurn);
- this.groupBox1.Controls.Add(this.checkBoxEject);
- this.groupBox1.Controls.Add(this.labeltotalMediaSize);
- this.groupBox1.Controls.Add(this.checkBoxCloseMedia);
- this.groupBox1.Controls.Add(this.labelTotalSize);
- this.groupBox1.Controls.Add(this.textBoxLabel);
- this.groupBox1.Controls.Add(this.progressBarCapacity);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.buttonRemoveFiles);
- this.groupBox1.Controls.Add(this.buttonAddFolders);
- this.groupBox1.Controls.Add(this.buttonAddFiles);
- this.groupBox1.Controls.Add(this.listBoxFiles);
- this.groupBox1.Location = new System.Drawing.Point(10, 6);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(799, 296);
- this.groupBox1.TabIndex = 7;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "要刻录的文件";
- //
- // cbxSpeedList
- //
- this.cbxSpeedList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbxSpeedList.FormattingEnabled = true;
- this.cbxSpeedList.Items.AddRange(new object[] {
- "高速",
- "正常",
- "低速"});
- this.cbxSpeedList.Location = new System.Drawing.Point(489, 228);
- this.cbxSpeedList.Name = "cbxSpeedList";
- this.cbxSpeedList.Size = new System.Drawing.Size(96, 20);
- this.cbxSpeedList.TabIndex = 9;
- this.cbxSpeedList.SelectedIndexChanged += new System.EventHandler(this.cbxSpeedList_SelectedIndexChanged);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(426, 232);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 12);
- this.label4.TabIndex = 8;
- this.label4.Text = "写入速度:";
- //
- // comboBoxVerification
- //
- this.comboBoxVerification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBoxVerification.FormattingEnabled = true;
- this.comboBoxVerification.Items.AddRange(new object[] {
- "无 ",
- "快速 ",
- "完全"});
- this.comboBoxVerification.Location = new System.Drawing.Point(636, 228);
- this.comboBoxVerification.Name = "comboBoxVerification";
- this.comboBoxVerification.Size = new System.Drawing.Size(72, 20);
- this.comboBoxVerification.TabIndex = 9;
- this.comboBoxVerification.SelectedIndexChanged += new System.EventHandler(this.comboBoxVerification_SelectedIndexChanged);
- //
- // labelVerification
- //
- this.labelVerification.AutoSize = true;
- this.labelVerification.Location = new System.Drawing.Point(597, 232);
- this.labelVerification.Name = "labelVerification";
- this.labelVerification.Size = new System.Drawing.Size(35, 12);
- this.labelVerification.TabIndex = 8;
- this.labelVerification.Text = "验证:";
- //
- // buttonBurn
- //
- this.buttonBurn.Enabled = false;
- this.errorProvider1.SetIconAlignment(this.buttonBurn, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
- this.buttonBurn.Location = new System.Drawing.Point(714, 228);
- this.buttonBurn.Name = "buttonBurn";
- this.buttonBurn.Size = new System.Drawing.Size(77, 55);
- this.buttonBurn.TabIndex = 6;
- this.buttonBurn.Text = "刻 录";
- this.buttonBurn.UseVisualStyleBackColor = true;
- this.buttonBurn.Click += new System.EventHandler(this.buttonBurn_Click);
- //
- // checkBoxEject
- //
- this.checkBoxEject.AutoSize = true;
- this.checkBoxEject.Checked = true;
- this.checkBoxEject.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBoxEject.Location = new System.Drawing.Point(328, 230);
- this.checkBoxEject.Name = "checkBoxEject";
- this.checkBoxEject.Size = new System.Drawing.Size(84, 16);
- this.checkBoxEject.TabIndex = 7;
- this.checkBoxEject.Text = "完成后弹出";
- this.checkBoxEject.UseVisualStyleBackColor = true;
- //
- // checkBoxCloseMedia
- //
- this.checkBoxCloseMedia.AutoSize = true;
- this.checkBoxCloseMedia.Checked = true;
- this.checkBoxCloseMedia.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBoxCloseMedia.Location = new System.Drawing.Point(227, 230);
- this.checkBoxCloseMedia.Name = "checkBoxCloseMedia";
- this.checkBoxCloseMedia.Size = new System.Drawing.Size(96, 16);
- this.checkBoxCloseMedia.TabIndex = 6;
- this.checkBoxCloseMedia.Text = "禁止追加刻录";
- this.checkBoxCloseMedia.UseVisualStyleBackColor = true;
- //
- // textBoxLabel
- //
- this.textBoxLabel.Location = new System.Drawing.Point(54, 262);
- this.textBoxLabel.Name = "textBoxLabel";
- this.textBoxLabel.Size = new System.Drawing.Size(657, 21);
- this.textBoxLabel.TabIndex = 5;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(16, 265);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(35, 12);
- this.label2.TabIndex = 4;
- this.label2.Text = "卷标:";
- //
- // buttonRemoveFiles
- //
- this.buttonRemoveFiles.Location = new System.Drawing.Point(153, 225);
- this.buttonRemoveFiles.Name = "buttonRemoveFiles";
- this.buttonRemoveFiles.Size = new System.Drawing.Size(65, 25);
- this.buttonRemoveFiles.TabIndex = 3;
- this.buttonRemoveFiles.Text = "删除";
- this.buttonRemoveFiles.UseVisualStyleBackColor = true;
- this.buttonRemoveFiles.Click += new System.EventHandler(this.buttonRemoveFiles_Click);
- //
- // buttonAddFolders
- //
- this.buttonAddFolders.Location = new System.Drawing.Point(81, 225);
- this.buttonAddFolders.Name = "buttonAddFolders";
- this.buttonAddFolders.Size = new System.Drawing.Size(65, 25);
- this.buttonAddFolders.TabIndex = 2;
- this.buttonAddFolders.Text = "添加目录";
- this.buttonAddFolders.UseVisualStyleBackColor = true;
- this.buttonAddFolders.Click += new System.EventHandler(this.buttonAddFolders_Click);
- //
- // buttonAddFiles
- //
- this.buttonAddFiles.Location = new System.Drawing.Point(10, 225);
- this.buttonAddFiles.Name = "buttonAddFiles";
- this.buttonAddFiles.Size = new System.Drawing.Size(65, 25);
- this.buttonAddFiles.TabIndex = 1;
- this.buttonAddFiles.Text = "添加文件";
- this.buttonAddFiles.UseVisualStyleBackColor = true;
- this.buttonAddFiles.Click += new System.EventHandler(this.buttonAddFiles_Click);
- //
- // listBoxFiles
- //
- this.listBoxFiles.BackColor = System.Drawing.Color.White;
- this.listBoxFiles.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.listBoxFiles.FormattingEnabled = true;
- this.listBoxFiles.ItemHeight = 24;
- this.listBoxFiles.Location = new System.Drawing.Point(8, 18);
- this.listBoxFiles.Name = "listBoxFiles";
- this.listBoxFiles.Size = new System.Drawing.Size(783, 172);
- this.listBoxFiles.TabIndex = 0;
- this.listBoxFiles.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.listBoxFiles_DrawItem);
- this.listBoxFiles.SelectedIndexChanged += new System.EventHandler(this.listBoxFiles_SelectedIndexChanged);
- //
- // tabPageFormat
- //
- this.tabPageFormat.Controls.Add(this.checkBoxQuickFormat);
- this.tabPageFormat.Controls.Add(this.checkBoxEjectFormat);
- this.tabPageFormat.Controls.Add(this.formatProgressBar);
- this.tabPageFormat.Controls.Add(this.labelFormatStatusText);
- this.tabPageFormat.Controls.Add(this.buttonFormat);
- this.tabPageFormat.Location = new System.Drawing.Point(4, 22);
- this.tabPageFormat.Name = "tabPageFormat";
- this.tabPageFormat.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageFormat.Size = new System.Drawing.Size(816, 470);
- this.tabPageFormat.TabIndex = 1;
- this.tabPageFormat.Text = "光盘擦除";
- this.tabPageFormat.UseVisualStyleBackColor = true;
- //
- // checkBoxQuickFormat
- //
- this.checkBoxQuickFormat.AutoSize = true;
- this.checkBoxQuickFormat.Checked = true;
- this.checkBoxQuickFormat.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBoxQuickFormat.Location = new System.Drawing.Point(351, 48);
- this.checkBoxQuickFormat.Name = "checkBoxQuickFormat";
- this.checkBoxQuickFormat.Size = new System.Drawing.Size(84, 16);
- this.checkBoxQuickFormat.TabIndex = 14;
- this.checkBoxQuickFormat.Text = "快速格式化";
- this.checkBoxQuickFormat.UseVisualStyleBackColor = true;
- //
- // checkBoxEjectFormat
- //
- this.checkBoxEjectFormat.AutoSize = true;
- this.checkBoxEjectFormat.Checked = true;
- this.checkBoxEjectFormat.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBoxEjectFormat.Location = new System.Drawing.Point(351, 26);
- this.checkBoxEjectFormat.Name = "checkBoxEjectFormat";
- this.checkBoxEjectFormat.Size = new System.Drawing.Size(84, 16);
- this.checkBoxEjectFormat.TabIndex = 12;
- this.checkBoxEjectFormat.Text = "完成后弹出";
- this.checkBoxEjectFormat.UseVisualStyleBackColor = true;
- //
- // formatProgressBar
- //
- this.formatProgressBar.BackColor = System.Drawing.Color.WhiteSmoke;
- this.formatProgressBar.Location = new System.Drawing.Point(28, 205);
- this.formatProgressBar.Name = "formatProgressBar";
- this.formatProgressBar.Size = new System.Drawing.Size(749, 20);
- this.formatProgressBar.TabIndex = 13;
- //
- // labelFormatStatusText
- //
- this.labelFormatStatusText.Location = new System.Drawing.Point(28, 148);
- this.labelFormatStatusText.Name = "labelFormatStatusText";
- this.labelFormatStatusText.Size = new System.Drawing.Size(749, 51);
- this.labelFormatStatusText.TabIndex = 11;
- this.labelFormatStatusText.Text = "状态...";
- this.labelFormatStatusText.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- //
- // backgroundFormatWorker
- //
- this.backgroundFormatWorker.WorkerReportsProgress = true;
- this.backgroundFormatWorker.WorkerSupportsCancellation = true;
- this.backgroundFormatWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundFormatWorker_DoWork);
- this.backgroundFormatWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundFormatWorker_ProgressChanged);
- this.backgroundFormatWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundFormatWorker_RunWorkerCompleted);
- //
- // errorProvider1
- //
- this.errorProvider1.ContainerControl = this;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 12);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(29, 12);
- this.label3.TabIndex = 2;
- this.label3.Text = "设备";
- //
- // buttonEjectMedia
- //
- this.buttonEjectMedia.Location = new System.Drawing.Point(274, 7);
- this.buttonEjectMedia.Name = "buttonEjectMedia";
- this.buttonEjectMedia.Size = new System.Drawing.Size(65, 23);
- this.buttonEjectMedia.TabIndex = 3;
- this.buttonEjectMedia.Text = "弹出";
- this.buttonEjectMedia.UseVisualStyleBackColor = true;
- this.buttonEjectMedia.Click += new System.EventHandler(this.buttonEjectMedia_Click);
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(844, 561);
- this.Controls.Add(this.devicesComboBox);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.supportedMediaLabel);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.buttonEjectMedia);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(860, 600);
- this.MinimumSize = new System.Drawing.Size(860, 600);
- this.Name = "MainForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "CD/DVD光盘刻录精灵—利亚方舟 V18.11.17";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
- this.Load += new System.EventHandler(this.MainForm_Load);
- this.tabControl1.ResumeLayout(false);
- this.tabPageBurn.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.tabPageFormat.ResumeLayout(false);
- this.tabPageFormat.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ComboBox devicesComboBox;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label supportedMediaLabel;
- private System.ComponentModel.BackgroundWorker backgroundBurnWorker;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
- private System.Windows.Forms.OpenFileDialog openFileDialog;
- private System.Windows.Forms.Label labeltotalMediaSize;
- private System.Windows.Forms.Label labelTotalSize;
- private System.Windows.Forms.ProgressBar progressBarCapacity;
- private System.Windows.Forms.Button buttonFormat;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPageBurn;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.CheckBox checkBoxEject;
- private System.Windows.Forms.CheckBox checkBoxCloseMedia;
- private System.Windows.Forms.TextBox textBoxLabel;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button buttonRemoveFiles;
- private System.Windows.Forms.Button buttonAddFolders;
- private System.Windows.Forms.Button buttonAddFiles;
- private System.Windows.Forms.ListBox listBoxFiles;
- private System.Windows.Forms.Button buttonBurn;
- private System.Windows.Forms.TabPage tabPageFormat;
- private System.ComponentModel.BackgroundWorker backgroundFormatWorker;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Label labelStatusText;
- private System.Windows.Forms.ProgressBar statusProgressBar;
- private System.Windows.Forms.CheckBox checkBoxEjectFormat;
- private System.Windows.Forms.ProgressBar formatProgressBar;
- private System.Windows.Forms.Label labelFormatStatusText;
- private System.Windows.Forms.CheckBox checkBoxQuickFormat;
- private System.Windows.Forms.Label labelMediaType;
- private System.Windows.Forms.Button buttonDetectMedia;
- private System.Windows.Forms.ComboBox comboBoxVerification;
- private System.Windows.Forms.Label labelVerification;
- private System.Windows.Forms.ErrorProvider errorProvider1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button buttonEjectMedia;
- private System.Windows.Forms.ComboBox cbxSpeedList;
- private System.Windows.Forms.Label label4;
- }
- }
|