📄 crbrowseform.designer.cs
字号:
namespace DaFanRongMIS.ViewController.CashRegister
{
partial class CRBrowseForm
{
/// <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(CRBrowseForm));
this.txtHostName = new System.Windows.Forms.TextBox();
this.btnCheck = new System.Windows.Forms.Button();
this.CRGB1 = new System.Windows.Forms.GroupBox();
this.txtCRName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lvCR = new System.Windows.Forms.ListView();
this.CRGB2 = new System.Windows.Forms.GroupBox();
this.tbUpdate = new System.Windows.Forms.ToolStripButton();
this.tbAdd = new System.Windows.Forms.ToolStripButton();
this.TB = new System.Windows.Forms.ToolStrip();
this.tbDelete = new System.Windows.Forms.ToolStripButton();
this.tbPrint = new System.Windows.Forms.ToolStripButton();
this.tbExit = new System.Windows.Forms.ToolStripButton();
this.CRGB1.SuspendLayout();
this.CRGB2.SuspendLayout();
this.TB.SuspendLayout();
this.SuspendLayout();
//
// txtHostName
//
this.txtHostName.Location = new System.Drawing.Point(375, 29);
this.txtHostName.Name = "txtHostName";
this.txtHostName.Size = new System.Drawing.Size(128, 21);
this.txtHostName.TabIndex = 4;
//
// btnCheck
//
this.btnCheck.Location = new System.Drawing.Point(607, 27);
this.btnCheck.Name = "btnCheck";
this.btnCheck.Size = new System.Drawing.Size(75, 23);
this.btnCheck.TabIndex = 5;
this.btnCheck.Text = "查 询";
this.btnCheck.UseVisualStyleBackColor = true;
this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
//
// CRGB1
//
this.CRGB1.Controls.Add(this.txtCRName);
this.CRGB1.Controls.Add(this.btnCheck);
this.CRGB1.Controls.Add(this.txtHostName);
this.CRGB1.Controls.Add(this.label2);
this.CRGB1.Controls.Add(this.label1);
this.CRGB1.Location = new System.Drawing.Point(19, 37);
this.CRGB1.Name = "CRGB1";
this.CRGB1.Size = new System.Drawing.Size(754, 67);
this.CRGB1.TabIndex = 4;
this.CRGB1.TabStop = false;
this.CRGB1.Text = "查询条件";
//
// txtCRName
//
this.txtCRName.Location = new System.Drawing.Point(80, 29);
this.txtCRName.Name = "txtCRName";
this.txtCRName.Size = new System.Drawing.Size(113, 21);
this.txtCRName.TabIndex = 6;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(288, 33);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "主机名称";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "收银机名称";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lvCR
//
this.lvCR.AllowColumnReorder = true;
this.lvCR.FullRowSelect = true;
this.lvCR.GridLines = true;
this.lvCR.Location = new System.Drawing.Point(11, 19);
this.lvCR.Name = "lvCR";
this.lvCR.Size = new System.Drawing.Size(733, 310);
this.lvCR.TabIndex = 0;
this.lvCR.UseCompatibleStateImageBehavior = false;
this.lvCR.View = System.Windows.Forms.View.Details;
//
// CRGB2
//
this.CRGB2.Controls.Add(this.lvCR);
this.CRGB2.Location = new System.Drawing.Point(19, 110);
this.CRGB2.Name = "CRGB2";
this.CRGB2.Size = new System.Drawing.Size(754, 338);
this.CRGB2.TabIndex = 5;
this.CRGB2.TabStop = false;
this.CRGB2.Text = "显示";
//
// tbUpdate
//
this.tbUpdate.Image = ((System.Drawing.Image)(resources.GetObject("tbUpdate.Image")));
this.tbUpdate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbUpdate.Name = "tbUpdate";
this.tbUpdate.Size = new System.Drawing.Size(49, 22);
this.tbUpdate.Text = "修改";
this.tbUpdate.Click += new System.EventHandler(this.tbUpdate_Click);
//
// tbAdd
//
this.tbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tbAdd.Image")));
this.tbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbAdd.Name = "tbAdd";
this.tbAdd.Size = new System.Drawing.Size(49, 22);
this.tbAdd.Text = "添加";
this.tbAdd.ToolTipText = "添加信息";
this.tbAdd.Click += new System.EventHandler(this.tbAdd_Click);
//
// TB
//
this.TB.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tbAdd,
this.tbUpdate,
this.tbDelete,
this.tbPrint,
this.tbExit});
this.TB.Location = new System.Drawing.Point(0, 0);
this.TB.Name = "TB";
this.TB.Size = new System.Drawing.Size(788, 25);
this.TB.TabIndex = 3;
this.TB.Text = "toolStrip1";
//
// tbDelete
//
this.tbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tbDelete.Image")));
this.tbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbDelete.Name = "tbDelete";
this.tbDelete.Size = new System.Drawing.Size(49, 22);
this.tbDelete.Text = "删除";
this.tbDelete.ToolTipText = "删除信息";
this.tbDelete.Click += new System.EventHandler(this.tbDelete_Click);
//
// tbPrint
//
this.tbPrint.Image = ((System.Drawing.Image)(resources.GetObject("tbPrint.Image")));
this.tbPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbPrint.Name = "tbPrint";
this.tbPrint.Size = new System.Drawing.Size(49, 22);
this.tbPrint.Text = "打印";
//
// tbExit
//
this.tbExit.Image = ((System.Drawing.Image)(resources.GetObject("tbExit.Image")));
this.tbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tbExit.Name = "tbExit";
this.tbExit.Size = new System.Drawing.Size(49, 22);
this.tbExit.Text = "退出";
this.tbExit.Click += new System.EventHandler(this.tbExit_Click);
//
// CRBrowseForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(788, 466);
this.Controls.Add(this.CRGB1);
this.Controls.Add(this.CRGB2);
this.Controls.Add(this.TB);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CRBrowseForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "收银机信息显示";
this.Load += new System.EventHandler(this.CRBrowseForm_Load);
this.CRGB1.ResumeLayout(false);
this.CRGB1.PerformLayout();
this.CRGB2.ResumeLayout(false);
this.TB.ResumeLayout(false);
this.TB.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtHostName;
private System.Windows.Forms.Button btnCheck;
private System.Windows.Forms.GroupBox CRGB1;
private System.Windows.Forms.TextBox txtCRName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListView lvCR;
private System.Windows.Forms.GroupBox CRGB2;
private System.Windows.Forms.ToolStripButton tbUpdate;
private System.Windows.Forms.ToolStripButton tbAdd;
private System.Windows.Forms.ToolStrip TB;
private System.Windows.Forms.ToolStripButton tbDelete;
private System.Windows.Forms.ToolStripButton tbPrint;
private System.Windows.Forms.ToolStripButton tbExit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -