📄 frmmagazineupdate.designer.cs
字号:
namespace UI
{
partial class frmMagazineUpdate
{
/// <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(frmMagazineUpdate));
this.btnCancel = new System.Windows.Forms.Button();
this.btnOk = new System.Windows.Forms.Button();
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.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(348, 167);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(89, 36);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(348, 123);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(89, 36);
this.btnOk.TabIndex = 4;
this.btnOk.Text = "修改";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(8, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(334, 309);
this.tabControl1.TabIndex = 3;
//
// 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(271, 20);
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(117, 86);
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(117, 152);
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(117, 218);
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(117, 185);
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(117, 53);
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(117, 119);
this.txtNewsroom.Name = "txtNewsroom";
this.txtNewsroom.Size = new System.Drawing.Size(148, 21);
this.txtNewsroom.TabIndex = 22;
//
// txtBarCode
//
this.txtBarCode.Enabled = false;
this.txtBarCode.Location = new System.Drawing.Point(117, 20);
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(64, 89);
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(64, 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(64, 188);
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(61, 155);
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(64, 122);
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(61, 56);
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(61, 23);
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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -