📄 mbookmaker.cs.bak
字号:
// label5
//
this.label5.Location = new System.Drawing.Point(16, 144);
this.label5.Name = "label5";
this.label5.TabIndex = 5;
this.label5.Text = "出版发行:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label4
//
this.label4.Location = new System.Drawing.Point(16, 112);
this.label4.Name = "label4";
this.label4.TabIndex = 4;
this.label4.Text = "作品类型:";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label3
//
this.label3.Location = new System.Drawing.Point(16, 80);
this.label3.Name = "label3";
this.label3.TabIndex = 3;
this.label3.Text = "出版日期:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Location = new System.Drawing.Point(16, 48);
this.label2.Name = "label2";
this.label2.TabIndex = 2;
this.label2.Text = "作者:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label1
//
this.label1.Location = new System.Drawing.Point(16, 16);
this.label1.Name = "label1";
this.label1.TabIndex = 0;
this.label1.Text = "书名:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// tabCover
//
this.tabCover.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tabCover.Controls.Add(this.lbDefCover);
this.tabCover.Controls.Add(this.btDefCover);
this.tabCover.Controls.Add(this.btSelCover);
this.tabCover.Controls.Add(this.pbPreview);
this.tabCover.Location = new System.Drawing.Point(4, 24);
this.tabCover.Name = "tabCover";
this.tabCover.Size = new System.Drawing.Size(464, 220);
this.tabCover.TabIndex = 1;
this.tabCover.Text = "2-封面图片";
//
// lbDefCover
//
this.lbDefCover.Location = new System.Drawing.Point(192, 120);
this.lbDefCover.Name = "lbDefCover";
this.lbDefCover.Size = new System.Drawing.Size(256, 80);
this.lbDefCover.TabIndex = 2;
//
// btDefCover
//
this.btDefCover.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btDefCover.Location = new System.Drawing.Point(192, 80);
this.btDefCover.Name = "btDefCover";
this.btDefCover.Size = new System.Drawing.Size(75, 24);
this.btDefCover.TabIndex = 1;
this.btDefCover.Text = "缺省封面";
this.btDefCover.Click += new System.EventHandler(this.btDefCover_Click);
//
// btSelCover
//
this.btSelCover.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btSelCover.Location = new System.Drawing.Point(192, 48);
this.btSelCover.Name = "btSelCover";
this.btSelCover.Size = new System.Drawing.Size(75, 24);
this.btSelCover.TabIndex = 0;
this.btSelCover.Text = "选择封面";
this.btSelCover.Click += new System.EventHandler(this.btSelCover_Click);
//
// pbPreview
//
this.pbPreview.Location = new System.Drawing.Point(8, 8);
this.pbPreview.Name = "pbPreview";
this.pbPreview.Size = new System.Drawing.Size(176, 208);
this.pbPreview.TabIndex = 0;
this.pbPreview.TabStop = false;
//
// tabText
//
this.tabText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tabText.Controls.Add(this.btPaste);
this.tabText.Controls.Add(this.lbModified);
this.tabText.Controls.Add(this.btAddFile);
this.tabText.Controls.Add(this.btDelChap);
this.tabText.Controls.Add(this.btRenChap);
this.tabText.Controls.Add(this.btAddChap);
this.tabText.Controls.Add(this.tbText);
this.tabText.Controls.Add(this.tbCurrChapStr);
this.tabText.Controls.Add(this.lbChapters);
this.tabText.Location = new System.Drawing.Point(4, 24);
this.tabText.Name = "tabText";
this.tabText.Size = new System.Drawing.Size(464, 220);
this.tabText.TabIndex = 2;
this.tabText.Text = "3-目录内容";
//
// btPaste
//
this.btPaste.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btPaste.Location = new System.Drawing.Point(264, 160);
this.btPaste.Name = "btPaste";
this.btPaste.Size = new System.Drawing.Size(48, 24);
this.btPaste.TabIndex = 7;
this.btPaste.Text = "粘贴";
this.btPaste.Click += new System.EventHandler(this.btPaste_Click);
//
// lbModified
//
this.lbModified.Location = new System.Drawing.Point(368, 160);
this.lbModified.Name = "lbModified";
this.lbModified.Size = new System.Drawing.Size(80, 23);
this.lbModified.TabIndex = 8;
this.lbModified.Text = "内容已经改变";
this.lbModified.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lbModified.Visible = false;
//
// btAddFile
//
this.btAddFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btAddFile.Location = new System.Drawing.Point(176, 160);
this.btAddFile.Name = "btAddFile";
this.btAddFile.Size = new System.Drawing.Size(72, 24);
this.btAddFile.TabIndex = 6;
this.btAddFile.Text = "添加文件";
this.btAddFile.Click += new System.EventHandler(this.btAddFile_Click);
//
// btDelChap
//
this.btDelChap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btDelChap.Location = new System.Drawing.Point(120, 184);
this.btDelChap.Name = "btDelChap";
this.btDelChap.Size = new System.Drawing.Size(48, 24);
this.btDelChap.TabIndex = 4;
this.btDelChap.Text = "删除";
this.btDelChap.Click += new System.EventHandler(this.btDelChap_Click);
//
// btRenChap
//
this.btRenChap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btRenChap.Location = new System.Drawing.Point(64, 184);
this.btRenChap.Name = "btRenChap";
this.btRenChap.Size = new System.Drawing.Size(48, 24);
this.btRenChap.TabIndex = 3;
this.btRenChap.Text = "改名";
this.btRenChap.Click += new System.EventHandler(this.btRenChap_Click);
//
// btAddChap
//
this.btAddChap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btAddChap.Location = new System.Drawing.Point(8, 184);
this.btAddChap.Name = "btAddChap";
this.btAddChap.Size = new System.Drawing.Size(48, 24);
this.btAddChap.TabIndex = 2;
this.btAddChap.Text = "添加";
this.btAddChap.Click += new System.EventHandler(this.btAddChap_Click);
//
// tbText
//
this.tbText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbText.Location = new System.Drawing.Point(176, 8);
this.tbText.Multiline = true;
this.tbText.Name = "tbText";
this.tbText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.tbText.Size = new System.Drawing.Size(280, 144);
this.tbText.TabIndex = 5;
this.tbText.Text = "";
this.tbText.TextChanged += new System.EventHandler(this.tbText_TextChanged);
//
// tbCurrChapStr
//
this.tbCurrChapStr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbCurrChapStr.Location = new System.Drawing.Point(8, 152);
this.tbCurrChapStr.MaxLength = 255;
this.tbCurrChapStr.Name = "tbCurrChapStr";
this.tbCurrChapStr.Size = new System.Drawing.Size(160, 21);
this.tbCurrChapStr.TabIndex = 1;
this.tbCurrChapStr.Text = "";
//
// lbChapters
//
this.lbChapters.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbChapters.ItemHeight = 12;
this.lbChapters.Location = new System.Drawing.Point(8, 8);
this.lbChapters.Name = "lbChapters";
this.lbChapters.Size = new System.Drawing.Size(160, 146);
this.lbChapters.TabIndex = 0;
this.lbChapters.SelectedIndexChanged += new System.EventHandler(this.lbChapters_SelectedIndexChanged);
//
// tabImage
//
this.tabImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tabImage.Controls.Add(this.btJpgClear);
this.tabImage.Controls.Add(this.btJpgAdd);
this.tabImage.Controls.Add(this.btJpgDel);
this.tabImage.Controls.Add(this.checkUserText);
this.tabImage.Controls.Add(this.tbMhText);
this.tabImage.Controls.Add(this.lbJpgFile);
this.tabImage.Controls.Add(this.btMhDelChap);
this.tabImage.Controls.Add(this.btMhRenChap);
this.tabImage.Controls.Add(this.btMhAddChap);
this.tabImage.Controls.Add(this.tbMhCurrChapStr);
this.tabImage.Controls.Add(this.lbMhChapters);
this.tabImage.Controls.Add(this.checkUserChap);
this.tabImage.Controls.Add(this.button1);
this.tabImage.Controls.Add(this.button2);
this.tabImage.Location = new System.Drawing.Point(4, 24);
this.tabImage.Name = "tabImage";
this.tabImage.Size = new System.Drawing.Size(464, 220);
this.tabImage.TabIndex = 5;
this.tabImage.Text = "3-目录图片";
//
// btJpgClear
//
this.btJpgClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btJpgClear.Location = new System.Drawing.Point(304, 97);
this.btJpgClear.Name = "btJpgClear";
this.btJpgClear.Size = new System.Drawing.Size(48, 24);
this.btJpgClear.TabIndex = 15;
this.btJpgClear.Text = "清除";
this.btJpgClear.Click += new System.EventHandler(this.btJpgClear_Click);
//
// btJpgAdd
//
this.btJpgAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btJpgAdd.Location = new System.Drawing.Point(192, 96);
this.btJpgAdd.Name = "btJpgAdd";
this.btJpgAdd.Size = new System.Drawing.Size(48, 24);
this.btJpgAdd.TabIndex = 14;
this.btJpgAdd.Text = "添加";
this.btJpgAdd.Click += new System.EventHandler(this.btJpgAdd_Click);
//
// btJpgDel
//
this.btJpgDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btJpgDel.Location = new System.Drawing.Point(248, 96);
this.btJpgDel.Name = "btJpgDel";
this.btJpgDel.Size = new System.Drawing.Size(48, 24);
this.btJpgDel.TabIndex = 13;
this.btJpgDel.Text = "删除";
this.btJpgDel.Click += new System.EventHandler(this.btJpgDel_Click);
//
// checkUserText
//
this.checkUserText.Location = new System.Drawing.Point(104, 8);
this.checkUserText.Name = "checkUserText";
this.checkUserText.Size = new System.Drawing.Size(88, 24);
this.checkUserText.TabIndex = 12;
this.checkUserText.Text = "使用文字→";
this.checkUserText.CheckedChanged += new System.EventHandler(this.checkUserText_CheckedChanged);
//
// tbMhText
//
this.tbMhText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbMhText.Enabled = false;
this.tbMhText.Location = new System.Drawing.Point(192, 8);
this.tbMhText.MaxLength = 255;
this.tbMhText.Multiline = true;
this.tbMhText.Name = "tbMhText";
this.tbMhText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tbMhText.Size = new System.Drawing.Size(264, 80);
this.tbMhText.TabIndex = 11;
this.tbMhText.Text = "";
//
// lbJpgFile
//
this.lbJpgFile.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbJpgFile.ItemHeight = 12;
this.lbJpgFile.Location = new System.Drawing.Point(192, 120);
this.lbJpgFile.Name = "lbJpgFile";
this.lbJpgFile.Size = new System.Drawing.Size(264, 98);
this.lbJpgFile.Sorted = true;
this.lbJpgFile.TabIndex = 10;
this.lbJpgFile.SelectedIndexChanged += new System.EventHandler(this.lbJpgFile_SelectedIndexChanged);
//
// btMhDelChap
//
this.btMhDelChap.Enabled = false;
this.btMhDelChap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btMhDelChap.Location = new System.Drawing.Point(120, 192);
this.btMhDelChap.Name = "btMhDelChap";
this.btMhDelChap.Size = new System.Drawing.Size(48, 24);
this.btMhDelChap.TabIndex = 9;
this.btMhDelChap.Text = "删除";
//
// btMhRenChap
//
this.btMhRenChap.Enabled = false;
this.btMhRenChap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btMhRenChap.Location = new System.Drawing.Point(64, 192);
this.btMhRenChap.Name = "btMhRenChap";
this.btMhRenChap.Size = new System.Drawing.Size(48, 24);
this.btMhRenChap.TabIndex = 8;
this.btMhRenChap.Text = "改名";
//
// btMhAddChap
//
this.btMhAddChap.Enabled = false;
this.btMhAddChap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btMhAddChap.Location = new System.Drawing.Point(8, 192);
this.btMhAddChap.Name = "btMhAddChap";
this.btMhAddChap.Size = new System.Drawing.Size(48, 24);
this.btMhAddChap.TabIndex = 7;
this.btMhAddChap.Text = "添加";
this.btMhAddChap.Click += new System.EventHandler(this.btMhAddChap_Click);
//
// tbMhCurrChapStr
//
this.tbMhCurrChapStr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbMhCurrChapStr.Enabled = false;
this.tbMhCurrChapStr.Location = new System.Drawing.Point(8, 168);
this.tbMhCurrChapStr.MaxLength = 255;
this.tbMhCurrChapStr.Name = "tbMhCurrChapStr";
this.tbMhCurrChapStr.Size = new System.Drawing.Size(176, 21);
this.tbMhCurrChapStr.TabIndex = 6;
this.tbMhCurrChapStr.Text = "";
//
// lbMhChapters
//
this.lbMhChapters.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lbMhChapters.Enabled = false;
this.lbMhChapters.ItemHeight = 12;
this.lbMhChapters.Location = new System.Drawing.Point(8, 32);
this.lbMhChapters.Name = "lbMhChapters";
this.lbMhChapters.Size = new System.Drawing.Size(176, 134);
this.lbMhChapters.TabIndex = 5;
this.lbMhChapters.SelectedIndexChanged += new System.EventHandler(this.lbMhChapters_SelectedIndexChanged);
//
// checkUserChap
//
this.checkUserChap.Location = new System.Drawing.Point(8, 8);
this.checkUserChap.Name = "checkUserChap";
this.checkUserChap.Size = new System.Drawing.Size(88, 24);
this.checkUserChap.TabIndex = 0;
this.checkUserChap.Text = "使用目录↓";
this.checkUserChap.CheckedChanged += new System.EventHandler(this.checkUserChap_CheckedChanged);
//
// button1
//
this.button1.Enabled = false;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(120, 192);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(48, 24);
this.button1.TabIndex = 9;
this.button1.Text = "删除";
//
// button2
//
this.button2.Enabled = false;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Location = new System.Drawing.Point(8, 192);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(48, 24);
this.button2.TabIndex = 7;
this.button2.Text = "添加";
//
// tabMake
//
this.tabMake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tabMake.Controls.Add(this.btGO);
this.tabMake.Controls.Add(this.pbar);
this.tabMake.Controls.Add(this.lbCheckList);
this.tabMake.Location = new System.Drawing.Point(4, 24);
this.tabMake.Name = "tabMake";
this.tabMake.Size = new System.Drawing.Size(464, 220);
this.tabMake.TabIndex = 3;
this.tabMake.Text = "4-确认制作";
//
// btGO
//
this.btGO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btGO.Location = new System.Drawing.Point(184, 184);
this.btGO.Name = "btGO";
this.btGO.Size = new System.Drawing.Size(72, 24);
this.btGO.TabIndex = 2;
this.btGO.Text = "开始制作";
this.btGO.Click += new System.EventHandler(this.btGO_Click);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -