📄 frmaddnewmagazine.designer.cs
字号:
namespace UI
{
partial class frmAddNewMagazine
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddNewMagazine));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label4 = new System.Windows.Forms.Label();
this.cboType = new System.Windows.Forms.TextBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.txtAllIssue = new System.Windows.Forms.TextBox();
this.txtIssue = new System.Windows.Forms.TextBox();
this.txtMagazineName = new System.Windows.Forms.TextBox();
this.txtNewsroom = new System.Windows.Forms.TextBox();
this.txtBarCode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.rabFou = new System.Windows.Forms.RadioButton();
this.rabShi = new System.Windows.Forms.RadioButton();
this.txtMBorrowMoney = new System.Windows.Forms.TextBox();
this.libMBorrowMoney = new System.Windows.Forms.Label();
this.txtLivingNum = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.datStorageDate = new System.Windows.Forms.DateTimePicker();
this.txtBorrowNum = new System.Windows.Forms.TextBox();
this.txtSynopsis = new System.Windows.Forms.TextBox();
this.txtStorageNum = new System.Windows.Forms.TextBox();
this.txtOP = new System.Windows.Forms.TextBox();
this.txtPrice = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.btnOk = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(334, 309);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.cboType);
this.tabPage1.Controls.Add(this.dateTimePicker1);
this.tabPage1.Controls.Add(this.txtAllIssue);
this.tabPage1.Controls.Add(this.txtIssue);
this.tabPage1.Controls.Add(this.txtMagazineName);
this.tabPage1.Controls.Add(this.txtNewsroom);
this.tabPage1.Controls.Add(this.txtBarCode);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label9);
this.tabPage1.Controls.Add(this.label8);
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(326, 284);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "基本信息1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(256, 18);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 30;
this.label4.Text = "例M0001";
//
// cboType
//
this.cboType.Location = new System.Drawing.Point(102, 81);
this.cboType.Name = "cboType";
this.cboType.Size = new System.Drawing.Size(147, 21);
this.cboType.TabIndex = 29;
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(103, 148);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(146, 21);
this.dateTimePicker1.TabIndex = 28;
//
// txtAllIssue
//
this.txtAllIssue.Location = new System.Drawing.Point(102, 221);
this.txtAllIssue.Name = "txtAllIssue";
this.txtAllIssue.Size = new System.Drawing.Size(148, 21);
this.txtAllIssue.TabIndex = 27;
//
// txtIssue
//
this.txtIssue.Location = new System.Drawing.Point(102, 183);
this.txtIssue.Name = "txtIssue";
this.txtIssue.Size = new System.Drawing.Size(148, 21);
this.txtIssue.TabIndex = 26;
//
// txtMagazineName
//
this.txtMagazineName.Location = new System.Drawing.Point(102, 48);
this.txtMagazineName.Name = "txtMagazineName";
this.txtMagazineName.Size = new System.Drawing.Size(148, 21);
this.txtMagazineName.TabIndex = 23;
//
// txtNewsroom
//
this.txtNewsroom.Location = new System.Drawing.Point(102, 114);
this.txtNewsroom.Name = "txtNewsroom";
this.txtNewsroom.Size = new System.Drawing.Size(148, 21);
this.txtNewsroom.TabIndex = 22;
//
// txtBarCode
//
this.txtBarCode.Location = new System.Drawing.Point(102, 18);
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.Size = new System.Drawing.Size(148, 21);
this.txtBarCode.TabIndex = 20;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(49, 81);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 19;
this.label3.Text = "类型:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(49, 221);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(47, 12);
this.label9.TabIndex = 17;
this.label9.Text = "总期号:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(49, 183);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(35, 12);
this.label8.TabIndex = 16;
this.label8.Text = "期号:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(49, 147);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 15;
this.label7.Text = "所属年度:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(49, 117);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 12);
this.label5.TabIndex = 13;
this.label5.Text = "编辑部:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(49, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 10;
this.label2.Text = "期刊名称:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(49, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 9;
this.label1.Text = "期刊编号:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.rabFou);
this.tabPage2.Controls.Add(this.rabShi);
this.tabPage2.Controls.Add(this.txtMBorrowMoney);
this.tabPage2.Controls.Add(this.libMBorrowMoney);
this.tabPage2.Controls.Add(this.txtLivingNum);
this.tabPage2.Controls.Add(this.label18);
this.tabPage2.Controls.Add(this.datStorageDate);
this.tabPage2.Controls.Add(this.txtBorrowNum);
this.tabPage2.Controls.Add(this.txtSynopsis);
this.tabPage2.Controls.Add(this.txtStorageNum);
this.tabPage2.Controls.Add(this.txtOP);
this.tabPage2.Controls.Add(this.txtPrice);
this.tabPage2.Controls.Add(this.label17);
this.tabPage2.Controls.Add(this.label16);
this.tabPage2.Controls.Add(this.label15);
this.tabPage2.Controls.Add(this.label14);
this.tabPage2.Controls.Add(this.label13);
this.tabPage2.Controls.Add(this.label12);
this.tabPage2.Controls.Add(this.label11);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -