namespace BooksManageSystem
{
partial class FrmBookListMaker
{
///
/// 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()
{
this.panel1 = new System.Windows.Forms.Panel();
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
this.btn_Add = new System.Windows.Forms.Button();
this.btn_OK = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dtp_Op_time = new System.Windows.Forms.DateTimePicker();
this.btn_AddChecked = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.btn_LoadList = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.btn_saveList = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.checkedListBox1);
this.panel1.Location = new System.Drawing.Point(7, 39);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(765, 416);
this.panel1.TabIndex = 4;
//
// checkedListBox1
//
this.checkedListBox1.BackColor = System.Drawing.Color.White;
this.checkedListBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.checkedListBox1.CheckOnClick = true;
this.checkedListBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.checkedListBox1.FormattingEnabled = true;
this.checkedListBox1.Location = new System.Drawing.Point(6, 3);
this.checkedListBox1.Name = "checkedListBox1";
this.checkedListBox1.Size = new System.Drawing.Size(754, 398);
this.checkedListBox1.TabIndex = 0;
//
// btn_Add
//
this.btn_Add.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.btn_Add.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Add.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Add.Location = new System.Drawing.Point(721, 1);
this.btn_Add.Name = "btn_Add";
this.btn_Add.Size = new System.Drawing.Size(20, 20);
this.btn_Add.TabIndex = 1;
this.btn_Add.Text = "+";
this.btn_Add.UseVisualStyleBackColor = false;
this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
//
// btn_OK
//
this.btn_OK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(108)))), ((int)(((byte)(123)))));
this.btn_OK.Enabled = false;
this.btn_OK.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_OK.ForeColor = System.Drawing.SystemColors.Window;
this.btn_OK.Location = new System.Drawing.Point(681, 27);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(91, 33);
this.btn_OK.TabIndex = 4;
this.btn_OK.Text = "确认";
this.btn_OK.UseVisualStyleBackColor = false;
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.SystemColors.Window;
this.textBox1.Location = new System.Drawing.Point(470, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(205, 21);
this.textBox1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(435, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 4;
this.label1.Text = "备注";
//
// dtp_Op_time
//
this.dtp_Op_time.CalendarMonthBackground = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(220)))), ((int)(((byte)(101)))));
this.dtp_Op_time.CustomFormat = "yyyy年MM月dd日 HH:mm:ss";
this.dtp_Op_time.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtp_Op_time.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_Op_time.Location = new System.Drawing.Point(470, 39);
this.dtp_Op_time.Name = "dtp_Op_time";
this.dtp_Op_time.Size = new System.Drawing.Size(205, 23);
this.dtp_Op_time.TabIndex = 3;
//
// btn_AddChecked
//
this.btn_AddChecked.BackColor = System.Drawing.Color.DodgerBlue;
this.btn_AddChecked.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_AddChecked.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_AddChecked.ForeColor = System.Drawing.Color.White;
this.btn_AddChecked.Location = new System.Drawing.Point(232, 10);
this.btn_AddChecked.Name = "btn_AddChecked";
this.btn_AddChecked.Size = new System.Drawing.Size(188, 35);
this.btn_AddChecked.TabIndex = 0;
this.btn_AddChecked.Text = "按勾选项目新建书单";
this.btn_AddChecked.UseVisualStyleBackColor = false;
this.btn_AddChecked.Click += new System.EventHandler(this.btn_AddChecked_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(3, 1);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 20);
this.label2.TabIndex = 5;
this.label2.Text = "书名";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(323, 1);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(37, 20);
this.label3.TabIndex = 6;
this.label3.Text = "数量";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(683, 1);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(37, 20);
this.label4.TabIndex = 7;
this.label4.Text = "操作";
//
// panel2
//
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.btn_Add);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.label3);
this.panel2.Location = new System.Drawing.Point(10, 6);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(758, 27);
this.panel2.TabIndex = 8;
//
// panel3
//
this.panel3.Controls.Add(this.btn_saveList);
this.panel3.Controls.Add(this.btn_LoadList);
this.panel3.Controls.Add(this.label6);
this.panel3.Controls.Add(this.btn_AddChecked);
this.panel3.Controls.Add(this.label5);
this.panel3.Controls.Add(this.btn_OK);
this.panel3.Controls.Add(this.dtp_Op_time);
this.panel3.Controls.Add(this.textBox1);
this.panel3.Controls.Add(this.label1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 461);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(784, 100);
this.panel3.TabIndex = 9;
//
// btn_LoadList
//
this.btn_LoadList.BackColor = System.Drawing.Color.DodgerBlue;
this.btn_LoadList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_LoadList.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_LoadList.ForeColor = System.Drawing.Color.White;
this.btn_LoadList.Location = new System.Drawing.Point(232, 51);
this.btn_LoadList.Name = "btn_LoadList";
this.btn_LoadList.Size = new System.Drawing.Size(91, 35);
this.btn_LoadList.TabIndex = 6;
this.btn_LoadList.Text = "载入书单";
this.btn_LoadList.UseVisualStyleBackColor = false;
this.btn_LoadList.Click += new System.EventHandler(this.btn_LoadList_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(10, 10);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(188, 80);
this.label6.TabIndex = 5;
this.label6.Text = "1.勾选书,点击蓝色按钮\r\n2.调整书的数量\r\n3.检查无误后写入备注信息\r\n4.点击“确认”按钮完成操作";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(435, 47);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 5;
this.label5.Text = "日期";
//
// btn_saveList
//
this.btn_saveList.BackColor = System.Drawing.Color.DodgerBlue;
this.btn_saveList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_saveList.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_saveList.ForeColor = System.Drawing.Color.White;
this.btn_saveList.Location = new System.Drawing.Point(329, 51);
this.btn_saveList.Name = "btn_saveList";
this.btn_saveList.Size = new System.Drawing.Size(91, 35);
this.btn_saveList.TabIndex = 7;
this.btn_saveList.Text = "保存书单";
this.btn_saveList.UseVisualStyleBackColor = false;
this.btn_saveList.Click += new System.EventHandler(this.btn_saveList_Click);
//
// FrmBookListMaker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(241)))));
this.ClientSize = new System.Drawing.Size(784, 561);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(800, 1080);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(800, 600);
this.Name = "FrmBookListMaker";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "批量购买清单编辑器";
this.SizeChanged += new System.EventHandler(this.FrmBookListMaker_SizeChanged);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btn_Add;
private System.Windows.Forms.Button btn_OK;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker dtp_Op_time;
private System.Windows.Forms.CheckedListBox checkedListBox1;
private System.Windows.Forms.Button btn_AddChecked;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btn_LoadList;
private System.Windows.Forms.Button btn_saveList;
}
}