📄 frmmagazinepenalty.designer.cs
字号:
this.groupBox1.Controls.Add(this.txtMoney);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(429, 76);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "罚款信息";
//
// radMagazineLose
//
this.radMagazineLose.AutoSize = true;
this.radMagazineLose.Location = new System.Drawing.Point(334, 24);
this.radMagazineLose.Name = "radMagazineLose";
this.radMagazineLose.Size = new System.Drawing.Size(71, 16);
this.radMagazineLose.TabIndex = 12;
this.radMagazineLose.Text = "期刊丢失";
this.radMagazineLose.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(257, 24);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(71, 16);
this.radioButton1.TabIndex = 11;
this.radioButton1.Text = "期刊损坏";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radLose
//
this.radLose.AutoSize = true;
this.radLose.Location = new System.Drawing.Point(180, 24);
this.radLose.Name = "radLose";
this.radLose.Size = new System.Drawing.Size(71, 16);
this.radLose.TabIndex = 10;
this.radLose.Text = "书籍丢失";
this.radLose.UseVisualStyleBackColor = true;
//
// radMangle
//
this.radMangle.AutoSize = true;
this.radMangle.Location = new System.Drawing.Point(103, 24);
this.radMangle.Name = "radMangle";
this.radMangle.Size = new System.Drawing.Size(71, 16);
this.radMangle.TabIndex = 9;
this.radMangle.Text = "书籍损坏";
this.radMangle.UseVisualStyleBackColor = true;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(138, 61);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(17, 12);
this.label6.TabIndex = 8;
this.label6.Text = "元";
//
// txtYing
//
this.txtYing.Location = new System.Drawing.Point(93, 55);
this.txtYing.Name = "txtYing";
this.txtYing.Size = new System.Drawing.Size(39, 21);
this.txtYing.TabIndex = 7;
//
// libmoney
//
this.libmoney.AutoSize = true;
this.libmoney.Location = new System.Drawing.Point(28, 61);
this.libmoney.Name = "libmoney";
this.libmoney.Size = new System.Drawing.Size(59, 12);
this.libmoney.TabIndex = 6;
this.libmoney.Text = "应付金额:";
this.libmoney.Click += new System.EventHandler(this.label6_Click);
//
// lib
//
this.lib.AutoSize = true;
this.lib.Location = new System.Drawing.Point(178, 61);
this.lib.Name = "lib";
this.lib.Size = new System.Drawing.Size(65, 12);
this.lib.TabIndex = 5;
this.lib.Text = "付款金额:";
//
// libAmerce
//
this.libAmerce.AutoSize = true;
this.libAmerce.Location = new System.Drawing.Point(28, 26);
this.libAmerce.Name = "libAmerce";
this.libAmerce.Size = new System.Drawing.Size(59, 12);
this.libAmerce.TabIndex = 3;
this.libAmerce.Text = "罚款原因:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(297, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 2;
this.label2.Text = "元";
//
// txtMoney
//
this.txtMoney.AcceptsTab = true;
this.txtMoney.Location = new System.Drawing.Point(249, 52);
this.txtMoney.Name = "txtMoney";
this.txtMoney.Size = new System.Drawing.Size(33, 21);
this.txtMoney.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 0;
//
// frmMagazinePenalty
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(452, 309);
this.Controls.Add(this.btuPrice);
this.Controls.Add(this.btuPenalty);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(460, 343);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(460, 343);
this.Name = "frmMagazinePenalty";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "罚款信息";
this.Load += new System.EventHandler(this.frmMagazinePenalty_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btuPrice;
private System.Windows.Forms.Button btuPenalty;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox txtAdmin;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtID;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtReaderID;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtMoney;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label libAmerce;
private System.Windows.Forms.Label lib;
private System.Windows.Forms.Label libmoney;
private System.Windows.Forms.TextBox txtYing;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.RadioButton radMagazineLose;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radLose;
private System.Windows.Forms.RadioButton radMangle;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -