using DocumentFormat.OpenXml.Spreadsheet;
using DocumentFormat.OpenXml.Wordprocessing;
namespace CloudBuilder.AI.Gui
{
partial class AiBookOperationPage
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
contentPanel = new TableLayoutPanel();
tableLayoutPanel3 = new TableLayoutPanel();
tableLayoutPanel4 = new TableLayoutPanel();
kryptonHeader1 = new Krypton.Toolkit.KryptonHeader();
tabControl1 = new TabControl();
tabPage1 = new TabPage();
tableLayoutPanel5 = new TableLayoutPanel();
tableLayoutPanel1 = new TableLayoutPanel();
delBut = new Krypton.Toolkit.KryptonButton();
addBut = new Krypton.Toolkit.KryptonButton();
tableLayoutPanel6 = new TableLayoutPanel();
gridViewPagination = new CloudBuilder.Gui.GridViewPagination();
sentenceGv = new Krypton.Toolkit.KryptonDataGridView();
sentenceIndexCol = new DataGridViewTextBoxColumn();
dialogueIndcCol = new Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
personNameCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
sentenceContentCol = new DataGridViewTextBoxColumn();
genderCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
sentimentCol = new Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
sentenceStatusCol = new Krypton.Toolkit.KryptonDataGridViewComboBoxColumn();
dataGv = new Krypton.Toolkit.KryptonDataGridView();
chapterIndexCol = new DataGridViewTextBoxColumn();
titleCol = new DataGridViewTextBoxColumn();
contentCol = new DataGridViewTextBoxColumn();
statusCol = new DataGridViewTextBoxColumn();
tabPage2 = new TabPage();
tableLayoutPanel7 = new TableLayoutPanel();
kryptonDataGridView1 = new Krypton.Toolkit.KryptonDataGridView();
kryptonDataGridView2 = new Krypton.Toolkit.KryptonDataGridView();
tableLayoutPanel2 = new TableLayoutPanel();
statusCombo = new Krypton.Toolkit.KryptonComboBox();
guidLabel = new Krypton.Toolkit.KryptonLabel();
bookTypeLabel = new Krypton.Toolkit.KryptonLabel();
guidTxt = new Krypton.Toolkit.KryptonTextBox();
titleLabel = new Krypton.Toolkit.KryptonLabel();
titleTxt = new Krypton.Toolkit.KryptonTextBox();
authorLabel = new Krypton.Toolkit.KryptonLabel();
descriptionLabel = new Krypton.Toolkit.KryptonLabel();
filePathLabel = new Krypton.Toolkit.KryptonLabel();
descriptionTxt = new Krypton.Toolkit.KryptonTextBox();
authorTxt = new Krypton.Toolkit.KryptonTextBox();
filePathTxt = new Krypton.Toolkit.KryptonTextBox();
statusLabel = new Krypton.Toolkit.KryptonLabel();
bookTypeTxt = new Krypton.Toolkit.KryptonTextBox();
processPanel = new TableLayoutPanel();
processBut = new Krypton.Toolkit.KryptonButton();
extractNamesBut = new Krypton.Toolkit.KryptonButton();
uploadBut = new Krypton.Toolkit.KryptonButton();
kryptonPanel2 = new Krypton.Toolkit.KryptonPanel();
mainPanel = new TableLayoutPanel();
topPanel = new TableLayoutPanel();
searchPanel = new TableLayoutPanel();
createBut = new Krypton.Toolkit.KryptonButton();
resetBut = new Krypton.Toolkit.KryptonButton();
searchBut = new Krypton.Toolkit.KryptonButton();
guidSearchLabel = new Krypton.Toolkit.KryptonLabel();
guidSearchTxt = new Krypton.Toolkit.KryptonTextBox();
permissionNameSearchBut = new Krypton.Toolkit.ButtonSpecAny();
kryptonPanel1 = new Krypton.Toolkit.KryptonPanel();
bottomPanel = new TableLayoutPanel();
savePanel = new TableLayoutPanel();
cancelBut = new Krypton.Toolkit.KryptonButton();
saveBut = new Krypton.Toolkit.KryptonButton();
operationPanel = new TableLayoutPanel();
deleteBut = new Krypton.Toolkit.KryptonButton();
amendBut = new Krypton.Toolkit.KryptonButton();
contentPanel.SuspendLayout();
tableLayoutPanel3.SuspendLayout();
tableLayoutPanel4.SuspendLayout();
tabControl1.SuspendLayout();
tabPage1.SuspendLayout();
tableLayoutPanel5.SuspendLayout();
tableLayoutPanel1.SuspendLayout();
tableLayoutPanel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)sentenceGv).BeginInit();
((System.ComponentModel.ISupportInitialize)dataGv).BeginInit();
tabPage2.SuspendLayout();
tableLayoutPanel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)kryptonDataGridView1).BeginInit();
((System.ComponentModel.ISupportInitialize)kryptonDataGridView2).BeginInit();
tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)statusCombo).BeginInit();
processPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)kryptonPanel2).BeginInit();
mainPanel.SuspendLayout();
topPanel.SuspendLayout();
searchPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)kryptonPanel1).BeginInit();
bottomPanel.SuspendLayout();
savePanel.SuspendLayout();
operationPanel.SuspendLayout();
SuspendLayout();
//
// contentPanel
//
contentPanel.ColumnCount = 1;
contentPanel.ColumnStyles.Add(new ColumnStyle());
contentPanel.Controls.Add(tableLayoutPanel3, 0, 2);
contentPanel.Controls.Add(tableLayoutPanel2, 0, 0);
contentPanel.Controls.Add(kryptonPanel2, 0, 1);
contentPanel.Dock = DockStyle.Fill;
contentPanel.Location = new Point(3, 51);
contentPanel.Name = "contentPanel";
contentPanel.RowCount = 3;
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle());
contentPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
contentPanel.Size = new Size(1018, 672);
contentPanel.TabIndex = 3;
//
// tableLayoutPanel3
//
tableLayoutPanel3.BackColor = SystemColors.Control;
tableLayoutPanel3.ColumnCount = 1;
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel3.Controls.Add(tableLayoutPanel4, 0, 0);
tableLayoutPanel3.Dock = DockStyle.Fill;
tableLayoutPanel3.Location = new Point(3, 207);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 1;
tableLayoutPanel3.RowStyles.Add(new RowStyle());
tableLayoutPanel3.Size = new Size(1018, 462);
tableLayoutPanel3.TabIndex = 2;
//
// tableLayoutPanel4
//
tableLayoutPanel4.ColumnCount = 1;
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Controls.Add(kryptonHeader1, 0, 0);
tableLayoutPanel4.Controls.Add(tabControl1, 0, 1);
tableLayoutPanel4.Dock = DockStyle.Fill;
tableLayoutPanel4.Location = new Point(0, 0);
tableLayoutPanel4.Margin = new Padding(0);
tableLayoutPanel4.Name = "tableLayoutPanel4";
tableLayoutPanel4.RowCount = 2;
tableLayoutPanel4.RowStyles.Add(new RowStyle());
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.Size = new Size(1018, 463);
tableLayoutPanel4.TabIndex = 1;
//
// kryptonHeader1
//
kryptonHeader1.Dock = DockStyle.Top;
kryptonHeader1.Location = new Point(0, 0);
kryptonHeader1.Margin = new Padding(0);
kryptonHeader1.Name = "kryptonHeader1";
kryptonHeader1.Size = new Size(1018, 31);
kryptonHeader1.TabIndex = 0;
kryptonHeader1.Values.Description = "";
kryptonHeader1.Values.Heading = "小说明细";
kryptonHeader1.Values.Image = null;
//
// tabControl1
//
tabControl1.Controls.Add(tabPage1);
tabControl1.Controls.Add(tabPage2);
tabControl1.Dock = DockStyle.Fill;
tabControl1.Location = new Point(3, 34);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new Size(1012, 426);
tabControl1.TabIndex = 1;
//
// tabPage1
//
tabPage1.Controls.Add(tableLayoutPanel5);
tabPage1.Location = new Point(4, 24);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new Padding(3);
tabPage1.Size = new Size(1004, 398);
tabPage1.TabIndex = 0;
tabPage1.Text = "章节";
tabPage1.UseVisualStyleBackColor = true;
//
// tableLayoutPanel5
//
tableLayoutPanel5.ColumnCount = 1;
tableLayoutPanel5.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel5.Controls.Add(tableLayoutPanel1, 0, 1);
tableLayoutPanel5.Controls.Add(tableLayoutPanel6, 0, 0);
tableLayoutPanel5.Dock = DockStyle.Fill;
tableLayoutPanel5.Location = new Point(3, 3);
tableLayoutPanel5.Name = "tableLayoutPanel5";
tableLayoutPanel5.RowCount = 2;
tableLayoutPanel5.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel5.RowStyles.Add(new RowStyle());
tableLayoutPanel5.Size = new Size(998, 392);
tableLayoutPanel5.TabIndex = 0;
//
// tableLayoutPanel1
//
tableLayoutPanel1.AutoSize = true;
tableLayoutPanel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel1.ColumnCount = 2;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel1.Controls.Add(delBut, 1, 0);
tableLayoutPanel1.Controls.Add(addBut, 0, 0);
tableLayoutPanel1.Location = new Point(3, 358);
tableLayoutPanel1.Name = "tableLayoutPanel1";
tableLayoutPanel1.RowCount = 1;
tableLayoutPanel1.RowStyles.Add(new RowStyle());
tableLayoutPanel1.Size = new Size(92, 31);
tableLayoutPanel1.TabIndex = 0;
//
// delBut
//
delBut.Location = new Point(49, 3);
delBut.Name = "delBut";
delBut.Size = new Size(40, 25);
delBut.TabIndex = 2;
delBut.Values.Image = Properties.Resources.navigate_minus;
delBut.Values.Text = "";
delBut.Click += delBut_Click;
//
// addBut
//
addBut.Location = new Point(3, 3);
addBut.Name = "addBut";
addBut.Size = new Size(40, 25);
addBut.TabIndex = 1;
addBut.Values.Image = Properties.Resources.navigate_plus;
addBut.Values.Text = "";
addBut.Click += addBut_Click;
//
// tableLayoutPanel6
//
tableLayoutPanel6.ColumnCount = 2;
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 30F));
tableLayoutPanel6.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 70F));
tableLayoutPanel6.Controls.Add(gridViewPagination, 0, 1);
tableLayoutPanel6.Controls.Add(sentenceGv, 1, 0);
tableLayoutPanel6.Controls.Add(dataGv, 0, 0);
tableLayoutPanel6.Dock = DockStyle.Fill;
tableLayoutPanel6.Location = new Point(3, 3);
tableLayoutPanel6.Name = "tableLayoutPanel6";
tableLayoutPanel6.RowCount = 2;
tableLayoutPanel6.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel6.RowStyles.Add(new RowStyle());
tableLayoutPanel6.Size = new Size(992, 349);
tableLayoutPanel6.TabIndex = 1;
//
// gridViewPagination
//
gridViewPagination.AutoSizeMode = AutoSizeMode.GrowAndShrink;
gridViewPagination.CurrentPage = 0;
gridViewPagination.Dock = DockStyle.Fill;
gridViewPagination.Limit = 20;
gridViewPagination.Location = new Point(0, 319);
gridViewPagination.Margin = new Padding(0);
gridViewPagination.Name = "gridViewPagination";
gridViewPagination.Page = 0;
gridViewPagination.Size = new Size(297, 30);
gridViewPagination.TabIndex = 1000;
gridViewPagination.Total = 0;
//
// sentenceGv
//
sentenceGv.AllowUserToAddRows = false;
sentenceGv.AllowUserToDeleteRows = false;
sentenceGv.BorderStyle = BorderStyle.None;
sentenceGv.Columns.AddRange(new DataGridViewColumn[] { sentenceIndexCol, dialogueIndcCol, personNameCol, sentenceContentCol, genderCol, sentimentCol, sentenceStatusCol });
sentenceGv.Dock = DockStyle.Fill;
sentenceGv.Location = new Point(305, 0);
sentenceGv.Margin = new Padding(8, 0, 0, 0);
sentenceGv.Name = "sentenceGv";
tableLayoutPanel6.SetRowSpan(sentenceGv, 2);
sentenceGv.Size = new Size(687, 349);
sentenceGv.TabIndex = 4;
sentenceGv.CellDoubleClick += sentenceGv_CellDoubleClick;
//
// sentenceIndexCol
//
sentenceIndexCol.DataPropertyName = "ParagraphIndex";
sentenceIndexCol.HeaderText = "序号";
sentenceIndexCol.Name = "sentenceIndexCol";
//
// dialogueIndcCol
//
dialogueIndcCol.DataPropertyName = "DialogueIndc";
dataGridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.NullValue = false;
dialogueIndcCol.DefaultCellStyle = dataGridViewCellStyle1;
dialogueIndcCol.FalseValue = "Y";
dialogueIndcCol.HeaderText = "旁白?";
dialogueIndcCol.IndeterminateValue = null;
dialogueIndcCol.Name = "dialogueIndcCol";
dialogueIndcCol.TrueValue = "N";
//
// personNameCol
//
personNameCol.DataPropertyName = "PersonName";
personNameCol.DefaultCellStyle = dataGridViewCellStyle2;
personNameCol.HeaderText = "人名";
personNameCol.Name = "personNameCol";
personNameCol.Width = 100;
//
// sentenceContentCol
//
sentenceContentCol.DataPropertyName = "Content";
sentenceContentCol.HeaderText = "内容";
sentenceContentCol.Name = "sentenceContentCol";
sentenceContentCol.Width = 300;
//
// genderCol
//
genderCol.DataPropertyName = "Gender";
genderCol.DefaultCellStyle = dataGridViewCellStyle3;
genderCol.HeaderText = "性别";
genderCol.Name = "genderCol";
genderCol.Width = 100;
//
// sentimentCol
//
sentimentCol.DataPropertyName = "Sentiment";
sentimentCol.DefaultCellStyle = dataGridViewCellStyle4;
sentimentCol.HeaderText = "情感";
sentimentCol.Name = "sentimentCol";
sentimentCol.Width = 100;
//
// sentenceStatusCol
//
sentenceStatusCol.DataPropertyName = "Status";
sentenceStatusCol.DataSource = null;
sentenceStatusCol.DropDownWidth = 121;
sentenceStatusCol.HeaderText = "状态";
sentenceStatusCol.Name = "sentenceStatusCol";
sentenceStatusCol.Width = 100;
//
// dataGv
//
dataGv.AllowUserToAddRows = false;
dataGv.AllowUserToDeleteRows = false;
dataGv.BorderStyle = BorderStyle.None;
dataGv.Columns.AddRange(new DataGridViewColumn[] { chapterIndexCol, titleCol, contentCol, statusCol });
dataGv.Dock = DockStyle.Fill;
dataGv.Location = new Point(0, 0);
dataGv.Margin = new Padding(0);
dataGv.Name = "dataGv";
dataGv.Size = new Size(297, 319);
dataGv.TabIndex = 3;
dataGv.CellClick += dataGv_CellClick;
//
// chapterIndexCol
//
chapterIndexCol.DataPropertyName = "ChapterIndex";
chapterIndexCol.HeaderText = "序号";
chapterIndexCol.Name = "chapterIndexCol";
chapterIndexCol.Width = 80;
//
// titleCol
//
titleCol.DataPropertyName = "Title";
titleCol.HeaderText = "标题";
titleCol.Name = "titleCol";
titleCol.Width = 200;
//
// contentCol
//
contentCol.DataPropertyName = "Content";
contentCol.HeaderText = "内容";
contentCol.Name = "contentCol";
contentCol.Width = 160;
//
// statusCol
//
statusCol.DataPropertyName = "Status";
statusCol.HeaderText = "状态";
statusCol.Name = "statusCol";
statusCol.Width = 80;
//
// tabPage2
//
tabPage2.Controls.Add(tableLayoutPanel7);
tabPage2.Location = new Point(4, 24);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new Padding(3);
tabPage2.Size = new Size(1004, 398);
tabPage2.TabIndex = 1;
tabPage2.Text = "人物角色表";
tabPage2.UseVisualStyleBackColor = true;
//
// tableLayoutPanel7
//
tableLayoutPanel7.ColumnCount = 2;
tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel7.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
tableLayoutPanel7.Controls.Add(kryptonDataGridView1, 0, 0);
tableLayoutPanel7.Controls.Add(kryptonDataGridView2, 1, 0);
tableLayoutPanel7.Location = new Point(76, 31);
tableLayoutPanel7.Name = "tableLayoutPanel7";
tableLayoutPanel7.RowCount = 2;
tableLayoutPanel7.RowStyles.Add(new RowStyle(SizeType.Percent, 69.93671F));
tableLayoutPanel7.RowStyles.Add(new RowStyle(SizeType.Percent, 30.0632915F));
tableLayoutPanel7.Size = new Size(622, 316);
tableLayoutPanel7.TabIndex = 0;
//
// kryptonDataGridView1
//
kryptonDataGridView1.BorderStyle = BorderStyle.None;
kryptonDataGridView1.Location = new Point(3, 3);
kryptonDataGridView1.Name = "kryptonDataGridView1";
kryptonDataGridView1.Size = new Size(209, 173);
kryptonDataGridView1.TabIndex = 0;
//
// kryptonDataGridView2
//
kryptonDataGridView2.BorderStyle = BorderStyle.None;
kryptonDataGridView2.Location = new Point(314, 3);
kryptonDataGridView2.Name = "kryptonDataGridView2";
kryptonDataGridView2.Size = new Size(209, 173);
kryptonDataGridView2.TabIndex = 0;
//
// tableLayoutPanel2
//
tableLayoutPanel2.AutoSize = true;
tableLayoutPanel2.AutoSizeMode = AutoSizeMode.GrowAndShrink;
tableLayoutPanel2.ColumnCount = 5;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel2.Controls.Add(statusCombo, 3, 0);
tableLayoutPanel2.Controls.Add(guidLabel, 0, 0);
tableLayoutPanel2.Controls.Add(bookTypeLabel, 0, 4);
tableLayoutPanel2.Controls.Add(guidTxt, 1, 0);
tableLayoutPanel2.Controls.Add(titleLabel, 0, 1);
tableLayoutPanel2.Controls.Add(titleTxt, 1, 1);
tableLayoutPanel2.Controls.Add(authorLabel, 2, 1);
tableLayoutPanel2.Controls.Add(descriptionLabel, 0, 2);
tableLayoutPanel2.Controls.Add(filePathLabel, 0, 3);
tableLayoutPanel2.Controls.Add(descriptionTxt, 1, 2);
tableLayoutPanel2.Controls.Add(authorTxt, 3, 1);
tableLayoutPanel2.Controls.Add(filePathTxt, 1, 3);
tableLayoutPanel2.Controls.Add(statusLabel, 2, 0);
tableLayoutPanel2.Controls.Add(bookTypeTxt, 1, 4);
tableLayoutPanel2.Controls.Add(processPanel, 2, 3);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.Location = new Point(3, 3);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 5;
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle());
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
tableLayoutPanel2.Size = new Size(1018, 187);
tableLayoutPanel2.TabIndex = 0;
//
// statusCombo
//
statusCombo.Dock = DockStyle.Fill;
statusCombo.DropDownStyle = ComboBoxStyle.DropDownList;
statusCombo.DropDownWidth = 300;
statusCombo.IntegralHeight = false;
statusCombo.Location = new Point(446, 3);
statusCombo.Name = "statusCombo";
statusCombo.Size = new Size(326, 22);
statusCombo.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
statusCombo.TabIndex = 5;
//
// guidLabel
//
guidLabel.Location = new Point(3, 3);
guidLabel.Name = "guidLabel";
guidLabel.Size = new Size(65, 20);
guidLabel.TabIndex = 1;
guidLabel.Values.Text = "小说编号:";
//
// bookTypeLabel
//
bookTypeLabel.Location = new Point(3, 161);
bookTypeLabel.Name = "bookTypeLabel";
bookTypeLabel.Size = new Size(39, 20);
bookTypeLabel.TabIndex = 1;
bookTypeLabel.Values.Text = "类型:";
//
// guidTxt
//
guidTxt.Dock = DockStyle.Fill;
guidTxt.Location = new Point(74, 3);
guidTxt.MaxLength = 50;
guidTxt.Name = "guidTxt";
guidTxt.Size = new Size(300, 23);
guidTxt.TabIndex = 3;
//
// titleLabel
//
titleLabel.Location = new Point(3, 32);
titleLabel.Name = "titleLabel";
titleLabel.Size = new Size(39, 20);
titleLabel.TabIndex = 1;
titleLabel.Values.Text = "书名:";
//
// titleTxt
//
titleTxt.Dock = DockStyle.Fill;
titleTxt.Location = new Point(74, 32);
titleTxt.MaxLength = 500;
titleTxt.Name = "titleTxt";
titleTxt.Size = new Size(300, 23);
titleTxt.TabIndex = 3;
//
// authorLabel
//
authorLabel.Location = new Point(401, 32);
authorLabel.Margin = new Padding(24, 3, 3, 3);
authorLabel.Name = "authorLabel";
authorLabel.Size = new Size(39, 20);
authorLabel.TabIndex = 1;
authorLabel.Values.Text = "作者:";
//
// descriptionLabel
//
descriptionLabel.Location = new Point(3, 61);
descriptionLabel.Name = "descriptionLabel";
descriptionLabel.Size = new Size(39, 20);
descriptionLabel.TabIndex = 1;
descriptionLabel.Values.Text = "描述:";
//
// filePathLabel
//
filePathLabel.Location = new Point(3, 130);
filePathLabel.Name = "filePathLabel";
filePathLabel.Size = new Size(52, 20);
filePathLabel.TabIndex = 1;
filePathLabel.Values.Text = "文件名:";
//
// descriptionTxt
//
tableLayoutPanel2.SetColumnSpan(descriptionTxt, 3);
descriptionTxt.Dock = DockStyle.Fill;
descriptionTxt.Location = new Point(74, 61);
descriptionTxt.MaxLength = 500;
descriptionTxt.Multiline = true;
descriptionTxt.Name = "descriptionTxt";
descriptionTxt.Size = new Size(698, 63);
descriptionTxt.TabIndex = 3;
//
// authorTxt
//
authorTxt.Dock = DockStyle.Fill;
authorTxt.Location = new Point(446, 32);
authorTxt.MaxLength = 500;
authorTxt.Name = "authorTxt";
authorTxt.Size = new Size(326, 23);
authorTxt.TabIndex = 3;
//
// filePathTxt
//
filePathTxt.Location = new Point(74, 130);
filePathTxt.MaxLength = 50;
filePathTxt.Name = "filePathTxt";
filePathTxt.Size = new Size(300, 23);
filePathTxt.TabIndex = 3;
//
// statusLabel
//
statusLabel.Location = new Point(401, 3);
statusLabel.Margin = new Padding(24, 3, 3, 3);
statusLabel.Name = "statusLabel";
statusLabel.Size = new Size(39, 20);
statusLabel.TabIndex = 1;
statusLabel.Values.Text = "状态:";
//
// bookTypeTxt
//
bookTypeTxt.Location = new Point(74, 161);
bookTypeTxt.MaxLength = 50;
bookTypeTxt.Name = "bookTypeTxt";
bookTypeTxt.Size = new Size(300, 23);
bookTypeTxt.TabIndex = 3;
//
// processPanel
//
processPanel.AutoSize = true;
processPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
processPanel.ColumnCount = 4;
tableLayoutPanel2.SetColumnSpan(processPanel, 2);
processPanel.ColumnStyles.Add(new ColumnStyle());
processPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
processPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
processPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 80F));
processPanel.Controls.Add(processBut, 1, 0);
processPanel.Controls.Add(extractNamesBut, 2, 0);
processPanel.Controls.Add(uploadBut, 0, 0);
processPanel.Location = new Point(377, 127);
processPanel.Margin = new Padding(0);
processPanel.Name = "processPanel";
processPanel.RowCount = 1;
processPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
processPanel.Size = new Size(356, 31);
processPanel.TabIndex = 6;
//
// processBut
//
processBut.Location = new Point(95, 3);
processBut.Name = "processBut";
processBut.Size = new Size(86, 25);
processBut.TabIndex = 2;
processBut.Values.Image = Properties.Resources.MoveNext;
processBut.Values.Text = "拆分章节";
processBut.Click += processBut_Click;
//
// extractNamesBut
//
extractNamesBut.Location = new Point(187, 3);
extractNamesBut.Name = "extractNamesBut";
extractNamesBut.Size = new Size(86, 25);
extractNamesBut.TabIndex = 2;
extractNamesBut.Values.Image = Properties.Resources.MoveNext;
extractNamesBut.Values.Text = "识别人名";
extractNamesBut.Click += extractNamesBut_Click;
//
// uploadBut
//
uploadBut.Location = new Point(3, 3);
uploadBut.Name = "uploadBut";
uploadBut.Size = new Size(86, 25);
uploadBut.TabIndex = 2;
uploadBut.Values.Image = Properties.Resources.page_white_get;
uploadBut.Values.Text = "上传";
uploadBut.Click += uploadBut_Click;
//
// kryptonPanel2
//
kryptonPanel2.Dock = DockStyle.Fill;
kryptonPanel2.Location = new Point(3, 196);
kryptonPanel2.Name = "kryptonPanel2";
kryptonPanel2.Size = new Size(1018, 5);
kryptonPanel2.TabIndex = 1;
//
// mainPanel
//
mainPanel.ColumnCount = 1;
mainPanel.ColumnStyles.Add(new ColumnStyle());
mainPanel.Controls.Add(topPanel, 0, 0);
mainPanel.Controls.Add(kryptonPanel1, 0, 1);
mainPanel.Controls.Add(bottomPanel, 0, 3);
mainPanel.Controls.Add(contentPanel, 0, 2);
mainPanel.Dock = DockStyle.Fill;
mainPanel.Location = new Point(0, 0);
mainPanel.Name = "mainPanel";
mainPanel.RowCount = 4;
mainPanel.RowStyles.Add(new RowStyle());
mainPanel.RowStyles.Add(new RowStyle());
mainPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
mainPanel.RowStyles.Add(new RowStyle());
mainPanel.Size = new Size(1024, 800);
mainPanel.TabIndex = 1;
//
// topPanel
//
topPanel.AutoSize = true;
topPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
topPanel.ColumnCount = 3;
topPanel.ColumnStyles.Add(new ColumnStyle());
topPanel.ColumnStyles.Add(new ColumnStyle());
topPanel.ColumnStyles.Add(new ColumnStyle());
topPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
topPanel.Controls.Add(searchPanel, 3, 0);
topPanel.Controls.Add(guidSearchLabel, 0, 0);
topPanel.Controls.Add(guidSearchTxt, 1, 0);
topPanel.Dock = DockStyle.Fill;
topPanel.Location = new Point(3, 3);
topPanel.Name = "topPanel";
topPanel.RowCount = 1;
topPanel.RowStyles.Add(new RowStyle());
topPanel.Size = new Size(1018, 31);
topPanel.TabIndex = 0;
//
// searchPanel
//
searchPanel.AutoSize = true;
searchPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
searchPanel.ColumnCount = 3;
searchPanel.ColumnStyles.Add(new ColumnStyle());
searchPanel.ColumnStyles.Add(new ColumnStyle());
searchPanel.ColumnStyles.Add(new ColumnStyle());
searchPanel.Controls.Add(createBut, 2, 0);
searchPanel.Controls.Add(resetBut, 1, 0);
searchPanel.Controls.Add(searchBut, 0, 0);
searchPanel.Location = new Point(437, 0);
searchPanel.Margin = new Padding(60, 0, 0, 0);
searchPanel.Name = "searchPanel";
searchPanel.RowCount = 1;
searchPanel.RowStyles.Add(new RowStyle());
searchPanel.Size = new Size(288, 31);
searchPanel.TabIndex = 0;
//
// createBut
//
createBut.Location = new Point(195, 3);
createBut.Name = "createBut";
createBut.Size = new Size(90, 25);
createBut.TabIndex = 3;
createBut.Values.Image = Properties.Resources.create_16;
createBut.Values.Text = "新增(&C)";
createBut.Click += createBut_Click;
//
// resetBut
//
resetBut.Location = new Point(99, 3);
resetBut.Name = "resetBut";
resetBut.Size = new Size(90, 25);
resetBut.TabIndex = 2;
resetBut.Values.Image = Properties.Resources.reset_16;
resetBut.Values.Text = "重置(&R)";
resetBut.Click += resetBut_Click;
//
// searchBut
//
searchBut.Location = new Point(3, 3);
searchBut.Name = "searchBut";
searchBut.Size = new Size(90, 25);
searchBut.TabIndex = 1;
searchBut.Values.Image = Properties.Resources.search_16;
searchBut.Values.Text = "查询(&S)";
searchBut.Click += searchBut_Click;
//
// guidSearchLabel
//
guidSearchLabel.Location = new Point(3, 3);
guidSearchLabel.Name = "guidSearchLabel";
guidSearchLabel.Size = new Size(65, 20);
guidSearchLabel.TabIndex = 1;
guidSearchLabel.Values.Text = "小说编号:";
//
// guidSearchTxt
//
guidSearchTxt.ButtonSpecs.Add(permissionNameSearchBut);
guidSearchTxt.Location = new Point(74, 3);
guidSearchTxt.Name = "guidSearchTxt";
guidSearchTxt.Size = new Size(300, 23);
guidSearchTxt.TabIndex = 2;
//
// permissionNameSearchBut
//
permissionNameSearchBut.Type = Krypton.Toolkit.PaletteButtonSpecStyle.WorkspaceMaximize;
permissionNameSearchBut.UniqueName = "3a322a66645f4aff808be4720c638ad8";
permissionNameSearchBut.Click += permissionNameSearchBut_Click;
//
// kryptonPanel1
//
kryptonPanel1.Dock = DockStyle.Fill;
kryptonPanel1.Location = new Point(3, 40);
kryptonPanel1.Name = "kryptonPanel1";
kryptonPanel1.Size = new Size(1018, 5);
kryptonPanel1.TabIndex = 1;
//
// bottomPanel
//
bottomPanel.AutoSize = true;
bottomPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
bottomPanel.ColumnCount = 1;
bottomPanel.ColumnStyles.Add(new ColumnStyle());
bottomPanel.Controls.Add(savePanel, 0, 0);
bottomPanel.Controls.Add(operationPanel, 0, 1);
bottomPanel.Location = new Point(0, 726);
bottomPanel.Margin = new Padding(0);
bottomPanel.Name = "bottomPanel";
bottomPanel.RowCount = 2;
bottomPanel.RowStyles.Add(new RowStyle());
bottomPanel.RowStyles.Add(new RowStyle());
bottomPanel.Size = new Size(198, 74);
bottomPanel.TabIndex = 2;
//
// savePanel
//
savePanel.AutoSize = true;
savePanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
savePanel.ColumnCount = 2;
savePanel.ColumnStyles.Add(new ColumnStyle());
savePanel.ColumnStyles.Add(new ColumnStyle());
savePanel.Controls.Add(cancelBut, 1, 0);
savePanel.Controls.Add(saveBut, 0, 0);
savePanel.Location = new Point(3, 3);
savePanel.Name = "savePanel";
savePanel.RowCount = 1;
savePanel.RowStyles.Add(new RowStyle());
savePanel.Size = new Size(192, 31);
savePanel.TabIndex = 0;
//
// cancelBut
//
cancelBut.Location = new Point(99, 3);
cancelBut.Name = "cancelBut";
cancelBut.Size = new Size(90, 25);
cancelBut.TabIndex = 2;
cancelBut.Values.Image = Properties.Resources.cancel_16;
cancelBut.Values.Text = "取消(&L)";
cancelBut.Click += cancelBut_Click;
//
// saveBut
//
saveBut.Location = new Point(3, 3);
saveBut.Name = "saveBut";
saveBut.Size = new Size(90, 25);
saveBut.TabIndex = 1;
saveBut.Values.Image = Properties.Resources.save_16;
saveBut.Values.Text = "保存(&S)";
saveBut.Click += saveBut_Click;
//
// operationPanel
//
operationPanel.AutoSize = true;
operationPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
operationPanel.ColumnCount = 2;
operationPanel.ColumnStyles.Add(new ColumnStyle());
operationPanel.ColumnStyles.Add(new ColumnStyle());
operationPanel.Controls.Add(deleteBut, 1, 0);
operationPanel.Controls.Add(amendBut, 0, 0);
operationPanel.Location = new Point(3, 40);
operationPanel.Name = "operationPanel";
operationPanel.RowCount = 1;
operationPanel.RowStyles.Add(new RowStyle());
operationPanel.Size = new Size(192, 31);
operationPanel.TabIndex = 0;
//
// deleteBut
//
deleteBut.Location = new Point(99, 3);
deleteBut.Name = "deleteBut";
deleteBut.Size = new Size(90, 25);
deleteBut.TabIndex = 2;
deleteBut.Values.Image = Properties.Resources.delete_16;
deleteBut.Values.Text = "删除(&D)";
deleteBut.Click += deleteBut_Click;
//
// amendBut
//
amendBut.Location = new Point(3, 3);
amendBut.Name = "amendBut";
amendBut.Size = new Size(90, 25);
amendBut.TabIndex = 1;
amendBut.Values.Image = Properties.Resources.amend_16;
amendBut.Values.Text = "修改(&M)";
amendBut.Click += amendBut_Click;
//
// AiBookOperationPage
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(mainPanel);
Name = "AiBookOperationPage";
contentPanel.ResumeLayout(false);
contentPanel.PerformLayout();
tableLayoutPanel3.ResumeLayout(false);
tableLayoutPanel4.ResumeLayout(false);
tableLayoutPanel4.PerformLayout();
tabControl1.ResumeLayout(false);
tabPage1.ResumeLayout(false);
tableLayoutPanel5.ResumeLayout(false);
tableLayoutPanel5.PerformLayout();
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)sentenceGv).EndInit();
((System.ComponentModel.ISupportInitialize)dataGv).EndInit();
tabPage2.ResumeLayout(false);
tableLayoutPanel7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)kryptonDataGridView1).EndInit();
((System.ComponentModel.ISupportInitialize)kryptonDataGridView2).EndInit();
tableLayoutPanel2.ResumeLayout(false);
tableLayoutPanel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)statusCombo).EndInit();
processPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)kryptonPanel2).EndInit();
mainPanel.ResumeLayout(false);
mainPanel.PerformLayout();
topPanel.ResumeLayout(false);
topPanel.PerformLayout();
searchPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)kryptonPanel1).EndInit();
bottomPanel.ResumeLayout(false);
bottomPanel.PerformLayout();
savePanel.ResumeLayout(false);
operationPanel.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private TableLayoutPanel contentPanel;
private TableLayoutPanel tableLayoutPanel3;
private TableLayoutPanel tableLayoutPanel4;
private Krypton.Toolkit.KryptonHeader kryptonHeader1;
private TableLayoutPanel tableLayoutPanel2;
private Krypton.Toolkit.KryptonLabel guidLabel;
private Krypton.Toolkit.KryptonLabel descriptionLabel;
private Krypton.Toolkit.KryptonLabel bookTypeLabel;
private Krypton.Toolkit.KryptonTextBox guidTxt;
private Krypton.Toolkit.KryptonTextBox descriptionTxt;
private Krypton.Toolkit.KryptonPanel kryptonPanel2;
private TableLayoutPanel mainPanel;
private TableLayoutPanel topPanel;
private TableLayoutPanel searchPanel;
private Krypton.Toolkit.KryptonButton createBut;
private Krypton.Toolkit.KryptonButton resetBut;
private Krypton.Toolkit.KryptonButton searchBut;
private Krypton.Toolkit.KryptonLabel guidSearchLabel;
private Krypton.Toolkit.KryptonTextBox guidSearchTxt;
private Krypton.Toolkit.ButtonSpecAny permissionNameSearchBut;
private Krypton.Toolkit.KryptonPanel kryptonPanel1;
private TableLayoutPanel bottomPanel;
private TableLayoutPanel savePanel;
private Krypton.Toolkit.KryptonButton cancelBut;
private Krypton.Toolkit.KryptonButton saveBut;
private TableLayoutPanel operationPanel;
private Krypton.Toolkit.KryptonButton deleteBut;
private Krypton.Toolkit.KryptonButton amendBut;
private Krypton.Toolkit.KryptonLabel titleLabel;
private Krypton.Toolkit.KryptonTextBox titleTxt;
private Krypton.Toolkit.KryptonLabel authorLabel;
private Krypton.Toolkit.KryptonTextBox authorTxt;
private Krypton.Toolkit.KryptonLabel filePathLabel;
private Krypton.Toolkit.KryptonButton uploadBut;
private Krypton.Toolkit.KryptonTextBox filePathTxt;
private Krypton.Toolkit.KryptonLabel statusLabel;
private Krypton.Toolkit.KryptonComboBox statusCombo;
private TableLayoutPanel tableLayoutPanel1;
private Krypton.Toolkit.KryptonButton delBut;
private Krypton.Toolkit.KryptonButton addBut;
private TabControl tabControl1;
private TabPage tabPage1;
private TableLayoutPanel tableLayoutPanel5;
private TabPage tabPage2;
private Krypton.Toolkit.KryptonButton processBut;
private Krypton.Toolkit.KryptonTextBox bookTypeTxt;
private TableLayoutPanel processPanel;
private Krypton.Toolkit.KryptonButton extractNamesBut;
private TableLayoutPanel tableLayoutPanel7;
private Krypton.Toolkit.KryptonDataGridView kryptonDataGridView1;
private Krypton.Toolkit.KryptonDataGridView kryptonDataGridView2;
private TableLayoutPanel tableLayoutPanel6;
private CloudBuilder.Gui.GridViewPagination gridViewPagination;
private Krypton.Toolkit.KryptonDataGridView sentenceGv;
private DataGridViewTextBoxColumn sentenceIndexCol;
private Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn dialogueIndcCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn personNameCol;
private DataGridViewTextBoxColumn sentenceContentCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn genderCol;
private Krypton.Toolkit.KryptonDataGridViewTextBoxColumn sentimentCol;
private Krypton.Toolkit.KryptonDataGridViewComboBoxColumn sentenceStatusCol;
private Krypton.Toolkit.KryptonDataGridView dataGv;
private DataGridViewTextBoxColumn chapterIndexCol;
private DataGridViewTextBoxColumn titleCol;
private DataGridViewTextBoxColumn contentCol;
private DataGridViewTextBoxColumn statusCol;
}
}