📄 mbookmaker.cs
字号:
this.tbSaveTo.TabIndex = 14;
this.tbSaveTo.Text = "";
//
// tbPublisher
//
this.tbPublisher.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbPublisher.Location = new System.Drawing.Point(120, 144);
this.tbPublisher.MaxLength = 50;
this.tbPublisher.Name = "tbPublisher";
this.tbPublisher.Size = new System.Drawing.Size(112, 21);
this.tbPublisher.TabIndex = 13;
this.tbPublisher.Text = "(无)";
this.tbPublisher.Enter += new System.EventHandler(this.TB_FocusOn);
//
// tbAuthor
//
this.tbAuthor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbAuthor.Location = new System.Drawing.Point(120, 48);
this.tbAuthor.MaxLength = 50;
this.tbAuthor.Name = "tbAuthor";
this.tbAuthor.Size = new System.Drawing.Size(112, 21);
this.tbAuthor.TabIndex = 10;
this.tbAuthor.Text = "(无名氏)";
this.tbAuthor.Enter += new System.EventHandler(this.TB_FocusOn);
//
// tbTitle
//
this.tbTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbTitle.Location = new System.Drawing.Point(120, 16);
this.tbTitle.MaxLength = 50;
this.tbTitle.Name = "tbTitle";
this.tbTitle.Size = new System.Drawing.Size(112, 21);
this.tbTitle.TabIndex = 8;
this.tbTitle.Text = "(未命名)";
this.tbTitle.Enter += new System.EventHandler(this.TB_FocusOn);
//
// lbInfo
//
this.lbInfo.Location = new System.Drawing.Point(240, 96);
this.lbInfo.Name = "lbInfo";
this.lbInfo.Size = new System.Drawing.Size(192, 72);
this.lbInfo.TabIndex = 7;
//
// label6
//
this.label6.Location = new System.Drawing.Point(16, 176);
this.label6.Name = "label6";
this.label6.TabIndex = 6;
this.label6.Text = "保存至:";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// 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 = "";
this.tbMhText.TextChanged += new System.EventHandler(this.tbMhText_TextChanged);
//
// 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;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -