📄 frmmain.designer.cs
字号:
this.label12.TabIndex = 2;
this.label12.Text = "当前停用:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(5, 347);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(59, 12);
this.label11.TabIndex = 2;
this.label11.Text = "当前预定:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(6, 322);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(59, 12);
this.label10.TabIndex = 2;
this.label10.Text = "当前占用:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 292);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(59, 12);
this.label9.TabIndex = 2;
this.label9.Text = "当前可供:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 266);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(59, 12);
this.label8.TabIndex = 2;
this.label8.Text = "房间总数:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(5, 200);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 1;
this.label7.Text = "已收押金:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 176);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 12);
this.label1.TabIndex = 1;
this.label1.Text = "总金额:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(5, 152);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 12);
this.label6.TabIndex = 1;
this.label6.Text = "在住时间:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(5, 128);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 1;
this.label5.Text = "入住时间:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(5, 104);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 1;
this.label4.Text = "所在区域:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(5, 80);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 1;
this.label3.Text = "房间电话:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(5, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 12);
this.label2.TabIndex = 1;
this.label2.Text = "预设单价:";
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Location = new System.Drawing.Point(5, 32);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(59, 12);
this.lblName.TabIndex = 1;
this.lblName.Text = "宾客姓名:";
//
// lblSum
//
this.lblSum.BackColor = System.Drawing.Color.YellowGreen;
this.lblSum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblSum.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblSum.ImageIndex = 3;
this.lblSum.Location = new System.Drawing.Point(0, 235);
this.lblSum.Name = "lblSum";
this.lblSum.Size = new System.Drawing.Size(160, 25);
this.lblSum.TabIndex = 0;
this.lblSum.Text = "总房态";
this.lblSum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblType
//
this.lblType.BackColor = System.Drawing.Color.LimeGreen;
this.lblType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblType.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblType.Location = new System.Drawing.Point(0, 0);
this.lblType.Name = "lblType";
this.lblType.Size = new System.Drawing.Size(160, 25);
this.lblType.TabIndex = 0;
this.lblType.Text = "客房信息";
this.lblType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbpH
//
this.tbpH.Controls.Add(this.btnReset);
this.tbpH.Controls.Add(this.btnSet);
this.tbpH.Controls.Add(this.label14);
this.tbpH.Controls.Add(this.lsvRemind);
this.tbpH.Location = new System.Drawing.Point(4, 21);
this.tbpH.Name = "tbpH";
this.tbpH.Padding = new System.Windows.Forms.Padding(3);
this.tbpH.Size = new System.Drawing.Size(121, 347);
this.tbpH.TabIndex = 1;
this.tbpH.Text = "提醒";
this.tbpH.UseVisualStyleBackColor = true;
//
// btnReset
//
this.btnReset.Location = new System.Drawing.Point(10, 361);
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(60, 25);
this.btnReset.TabIndex = 2;
this.btnReset.Text = "刷新(&R)";
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// btnSet
//
this.btnSet.Location = new System.Drawing.Point(76, 361);
this.btnSet.Name = "btnSet";
this.btnSet.Size = new System.Drawing.Size(60, 25);
this.btnSet.TabIndex = 2;
this.btnSet.Text = "设置(&S)";
this.btnSet.UseVisualStyleBackColor = true;
this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(36, 16);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 1;
this.label14.Text = "设定提醒";
//
// lsvRemind
//
this.lsvRemind.FullRowSelect = true;
this.lsvRemind.GridLines = true;
this.lsvRemind.Location = new System.Drawing.Point(0, 42);
this.lsvRemind.Name = "lsvRemind";
this.lsvRemind.Size = new System.Drawing.Size(158, 305);
this.lsvRemind.TabIndex = 0;
this.lsvRemind.UseCompatibleStateImageBehavior = false;
this.lsvRemind.View = System.Windows.Forms.View.Details;
//
// lblDateTime
//
this.lblDateTime.AutoSize = true;
this.lblDateTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblDateTime.Location = new System.Drawing.Point(47, 77);
this.lblDateTime.Name = "lblDateTime";
this.lblDateTime.Size = new System.Drawing.Size(42, 16);
this.lblDateTime.TabIndex = 1;
this.lblDateTime.Text = "时间";
//
// lblWeeb
//
this.lblWeeb.AutoSize = true;
this.lblWeeb.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblWeeb.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.lblWeeb.Location = new System.Drawing.Point(47, 51);
this.lblWeeb.Name = "lblWeeb";
this.lblWeeb.Size = new System.Drawing.Size(59, 16);
this.lblWeeb.TabIndex = 1;
this.lblWeeb.Text = "星期二";
//
// lblYear
//
this.lblYear.AutoSize = true;
this.lblYear.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblYear.Location = new System.Drawing.Point(26, 35);
this.lblYear.Name = "lblYear";
this.lblYear.Size = new System.Drawing.Size(89, 16);
this.lblYear.TabIndex = 1;
this.lblYear.Text = "2008-5-06";
//
// lblNowTime
//
this.lblNowTime.AutoSize = true;
this.lblNowTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblNowTime.ForeColor = System.Drawing.Color.Blue;
this.lblNowTime.Location = new System.Drawing.Point(39, 11);
this.lblNowTime.Name = "lblNowTime";
this.lblNowTime.Size = new System.Drawing.Size(76, 16);
this.lblNowTime.TabIndex = 0;
this.lblNowTime.Text = "当前时间";
//
// splitContainer3
//
this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
this.splitContainer3.Name = "splitContainer3";
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.Controls.Add(this.splitContainer4);
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.AutoScroll = true;
this.splitContainer3.Panel2.Controls.Add(this.lsvAccount);
this.splitContainer3.Panel2MinSize = 50;
this.splitContainer3.Size = new System.Drawing.Size(661, 475);
this.splitContainer3.SplitterDistance = 362;
this.splitContainer3.TabIndex = 0;
//
// splitContainer4
//
this.splitContainer4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer4.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer4.IsSplitterFixed = true;
this.splitContainer4.Location = new System.Drawing.Point(0, 0);
this.splitContainer4.Name = "splitContainer4";
th
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -