namespace BooksManageSystem
{
partial class FrmEditOP
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmEditOP));
this.dtp_datetime = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txt_bookname = new System.Windows.Forms.TextBox();
this.txt_op = new System.Windows.Forms.TextBox();
this.txt_opCount = new System.Windows.Forms.TextBox();
this.txt_oper = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.btn_OK = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// dtp_datetime
//
this.dtp_datetime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtp_datetime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtp_datetime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_datetime.Location = new System.Drawing.Point(71, 15);
this.dtp_datetime.Name = "dtp_datetime";
this.dtp_datetime.Size = new System.Drawing.Size(159, 23);
this.dtp_datetime.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(12, 53);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 17);
this.label1.TabIndex = 1;
this.label1.Text = "书籍名称";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(12, 85);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 17);
this.label2.TabIndex = 2;
this.label2.Text = "变更操作";
//
// txt_bookname
//
this.txt_bookname.Enabled = false;
this.txt_bookname.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_bookname.Location = new System.Drawing.Point(71, 48);
this.txt_bookname.Name = "txt_bookname";
this.txt_bookname.Size = new System.Drawing.Size(159, 23);
this.txt_bookname.TabIndex = 4;
//
// txt_op
//
this.txt_op.Enabled = false;
this.txt_op.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_op.Location = new System.Drawing.Point(71, 81);
this.txt_op.Name = "txt_op";
this.txt_op.Size = new System.Drawing.Size(100, 23);
this.txt_op.TabIndex = 5;
//
// txt_opCount
//
this.txt_opCount.Enabled = false;
this.txt_opCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_opCount.Location = new System.Drawing.Point(71, 114);
this.txt_opCount.Name = "txt_opCount";
this.txt_opCount.Size = new System.Drawing.Size(100, 23);
this.txt_opCount.TabIndex = 6;
//
// txt_oper
//
this.txt_oper.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_oper.Location = new System.Drawing.Point(71, 147);
this.txt_oper.Name = "txt_oper";
this.txt_oper.Size = new System.Drawing.Size(100, 23);
this.txt_oper.TabIndex = 7;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(12, 117);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 17);
this.label3.TabIndex = 8;
this.label3.Text = "变更数量";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(36, 149);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(32, 17);
this.label4.TabIndex = 9;
this.label4.Text = "备注";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(12, 21);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 17);
this.label5.TabIndex = 10;
this.label5.Text = "变更时间";
//
// btn_OK
//
this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_OK.Location = new System.Drawing.Point(71, 186);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(75, 23);
this.btn_OK.TabIndex = 11;
this.btn_OK.Text = "修改";
this.btn_OK.UseVisualStyleBackColor = true;
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
//
// FrmEditOP
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(265, 233);
this.Controls.Add(this.btn_OK);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.txt_oper);
this.Controls.Add(this.txt_opCount);
this.Controls.Add(this.txt_op);
this.Controls.Add(this.txt_bookname);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.dtp_datetime);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmEditOP";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "修改操作记录";
this.Load += new System.EventHandler(this.FrmEditOP_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DateTimePicker dtp_datetime;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_bookname;
private System.Windows.Forms.TextBox txt_op;
private System.Windows.Forms.TextBox txt_opCount;
private System.Windows.Forms.TextBox txt_oper;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btn_OK;
}
}