📄 frmpenaltyinfo.designer.cs
字号:
// radMagazine
//
this.radMagazine.AutoSize = true;
this.radMagazine.Location = new System.Drawing.Point(161, 20);
this.radMagazine.Name = "radMagazine";
this.radMagazine.Size = new System.Drawing.Size(71, 16);
this.radMagazine.TabIndex = 2;
this.radMagazine.Text = "期刊信息";
this.radMagazine.UseVisualStyleBackColor = true;
//
// radBook
//
this.radBook.AutoSize = true;
this.radBook.Checked = true;
this.radBook.Location = new System.Drawing.Point(38, 20);
this.radBook.Name = "radBook";
this.radBook.Size = new System.Drawing.Size(71, 16);
this.radBook.TabIndex = 1;
this.radBook.TabStop = true;
this.radBook.Text = "图书信息";
this.radBook.UseVisualStyleBackColor = true;
//
// lstBookInfo
//
this.lstBookInfo.Location = new System.Drawing.Point(38, 56);
this.lstBookInfo.Name = "lstBookInfo";
this.lstBookInfo.Size = new System.Drawing.Size(224, 158);
this.lstBookInfo.TabIndex = 0;
this.lstBookInfo.UseCompatibleStateImageBehavior = false;
//
// topfrmPenaltyInfo
//
this.topfrmPenaltyInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.topbtnBooksPenalty,
this.topdel,
this.topF5,
this.topClose});
this.topfrmPenaltyInfo.Location = new System.Drawing.Point(0, 0);
this.topfrmPenaltyInfo.Name = "topfrmPenaltyInfo";
this.topfrmPenaltyInfo.Size = new System.Drawing.Size(662, 25);
this.topfrmPenaltyInfo.TabIndex = 0;
this.topfrmPenaltyInfo.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
//
// topbtnBooksPenalty
//
this.topbtnBooksPenalty.Image = ((System.Drawing.Image)(resources.GetObject("topbtnBooksPenalty.Image")));
this.topbtnBooksPenalty.ImageTransparentColor = System.Drawing.Color.Magenta;
this.topbtnBooksPenalty.Name = "topbtnBooksPenalty";
this.topbtnBooksPenalty.Size = new System.Drawing.Size(49, 22);
this.topbtnBooksPenalty.Text = "罚款";
this.topbtnBooksPenalty.Click += new System.EventHandler(this.topbtnBooksPenalty_Click);
//
// topdel
//
this.topdel.Image = ((System.Drawing.Image)(resources.GetObject("topdel.Image")));
this.topdel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.topdel.Name = "topdel";
this.topdel.Size = new System.Drawing.Size(49, 22);
this.topdel.Text = "删除";
this.topdel.Click += new System.EventHandler(this.topdel_Click);
//
// topF5
//
this.topF5.Image = ((System.Drawing.Image)(resources.GetObject("topF5.Image")));
this.topF5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.topF5.Name = "topF5";
this.topF5.Size = new System.Drawing.Size(49, 22);
this.topF5.Text = "刷新";
this.topF5.Click += new System.EventHandler(this.topF5_Click);
//
// topClose
//
this.topClose.Image = ((System.Drawing.Image)(resources.GetObject("topClose.Image")));
this.topClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.topClose.Name = "topClose";
this.topClose.Size = new System.Drawing.Size(49, 22);
this.topClose.Text = "退出";
this.topClose.Click += new System.EventHandler(this.topClose_Click);
//
// libCondition
//
this.libCondition.AutoSize = true;
this.libCondition.Location = new System.Drawing.Point(131, 43);
this.libCondition.Name = "libCondition";
this.libCondition.Size = new System.Drawing.Size(53, 12);
this.libCondition.TabIndex = 1;
this.libCondition.Text = "查询条件";
//
// comCondition
//
this.comCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comCondition.FormattingEnabled = true;
this.comCondition.Location = new System.Drawing.Point(184, 40);
this.comCondition.Name = "comCondition";
this.comCondition.Size = new System.Drawing.Size(125, 20);
this.comCondition.TabIndex = 2;
this.comCondition.ContextMenuStripChanged += new System.EventHandler(this.comCondition_ContextMenuStripChanged);
this.comCondition.TextChanged += new System.EventHandler(this.comCondition_TextChanged);
//
// datGrview
//
this.datGrview.DataMember = "";
this.datGrview.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.datGrview.Location = new System.Drawing.Point(16, 85);
this.datGrview.Name = "datGrview";
this.datGrview.Size = new System.Drawing.Size(622, 287);
this.datGrview.TabIndex = 5;
//
// libReaderID
//
this.libReaderID.AutoSize = true;
this.libReaderID.Location = new System.Drawing.Point(346, 43);
this.libReaderID.Name = "libReaderID";
this.libReaderID.Size = new System.Drawing.Size(53, 12);
this.libReaderID.TabIndex = 6;
this.libReaderID.Text = "读者编号";
//
// txtReaderID
//
this.txtReaderID.Location = new System.Drawing.Point(399, 38);
this.txtReaderID.Name = "txtReaderID";
this.txtReaderID.Size = new System.Drawing.Size(132, 21);
this.txtReaderID.TabIndex = 7;
this.txtReaderID.TextChanged += new System.EventHandler(this.txtReaderID_TextChanged);
//
// frmPenaltyInfo
//
this.ClientSize = new System.Drawing.Size(662, 396);
this.Controls.Add(this.txtReaderID);
this.Controls.Add(this.libReaderID);
this.Controls.Add(this.datGrview);
this.Controls.Add(this.comCondition);
this.Controls.Add(this.libCondition);
this.Controls.Add(this.topfrmPenaltyInfo);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimizeBox = false;
this.Name = "frmPenaltyInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "罚款管理";
this.Load += new System.EventHandler(this.frmPenaltyInfo_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.topfrmPenaltyInfo.ResumeLayout(false);
this.topfrmPenaltyInfo.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.datGrview)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btuEsc;
private System.Windows.Forms.Button btuOK;
private System.Windows.Forms.TextBox txtBarcode;
private System.Windows.Forms.TextBox txtMember;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton radLose;
private System.Windows.Forms.RadioButton radMangle;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListView lstReaderInfo;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.ListView lstBookInfo;
private System.Windows.Forms.RadioButton radMagazine;
private System.Windows.Forms.RadioButton radBook;
private System.Windows.Forms.ToolStrip topfrmPenaltyInfo;
private System.Windows.Forms.ToolStripButton topbtnBooksPenalty;
private System.Windows.Forms.ToolStripButton topdel;
private System.Windows.Forms.ToolStripButton topF5;
private System.Windows.Forms.ToolStripButton topClose;
private System.Windows.Forms.Label libCondition;
private System.Windows.Forms.ComboBox comCondition;
private System.Windows.Forms.DataGrid datGrview;
private System.Windows.Forms.Label libReaderID;
private System.Windows.Forms.TextBox txtReaderID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -