📄 systemset_form.designer.cs
字号:
//
this.columnHeader33.Text = "部门名称";
this.columnHeader33.Width = 229;
//
// tabPage6
//
this.tabPage6.Controls.Add(this.button4);
this.tabPage6.Controls.Add(this.listView8);
this.tabPage6.Controls.Add(this.button5);
this.tabPage6.Controls.Add(this.panel2);
this.tabPage6.Controls.Add(this.button6);
this.tabPage6.Controls.Add(this.button7);
this.tabPage6.Location = new System.Drawing.Point(4, 21);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
this.tabPage6.Size = new System.Drawing.Size(663, 408);
this.tabPage6.TabIndex = 5;
this.tabPage6.Text = "计费设置";
this.tabPage6.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(506, 374);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(106, 23);
this.button4.TabIndex = 31;
this.button4.Text = "关闭";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// listView8
//
this.listView8.Location = new System.Drawing.Point(16, 177);
this.listView8.Name = "listView8";
this.listView8.Size = new System.Drawing.Size(631, 177);
this.listView8.TabIndex = 32;
this.listView8.UseCompatibleStateImageBehavior = false;
//
// button5
//
this.button5.Location = new System.Drawing.Point(349, 374);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(106, 23);
this.button5.TabIndex = 30;
this.button5.Text = "删除费率";
this.button5.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.Location = new System.Drawing.Point(16, 12);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(631, 159);
this.panel2.TabIndex = 27;
//
// button6
//
this.button6.Location = new System.Drawing.Point(192, 374);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(106, 23);
this.button6.TabIndex = 29;
this.button6.Text = "修改费率";
this.button6.UseVisualStyleBackColor = true;
//
// button7
//
this.button7.Location = new System.Drawing.Point(35, 374);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(106, 23);
this.button7.TabIndex = 28;
this.button7.Text = "添加费率";
this.button7.UseVisualStyleBackColor = true;
//
// tabPage7
//
this.tabPage7.Location = new System.Drawing.Point(4, 21);
this.tabPage7.Name = "tabPage7";
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
this.tabPage7.Size = new System.Drawing.Size(663, 408);
this.tabPage7.TabIndex = 6;
this.tabPage7.Text = "打印设置";
this.tabPage7.UseVisualStyleBackColor = true;
//
// tabPage8
//
this.tabPage8.Location = new System.Drawing.Point(4, 21);
this.tabPage8.Name = "tabPage8";
this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
this.tabPage8.Size = new System.Drawing.Size(663, 408);
this.tabPage8.TabIndex = 7;
this.tabPage8.Text = "数据管理";
this.tabPage8.UseVisualStyleBackColor = true;
//
// tabPage9
//
this.tabPage9.Controls.Add(this.label8);
this.tabPage9.Controls.Add(this.groupBox1);
this.tabPage9.Location = new System.Drawing.Point(4, 21);
this.tabPage9.Name = "tabPage9";
this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
this.tabPage9.Size = new System.Drawing.Size(663, 408);
this.tabPage9.TabIndex = 8;
this.tabPage9.Text = "预订设置";
this.tabPage9.UseVisualStyleBackColor = true;
this.tabPage9.Enter += new System.EventHandler(this.tabPage9_Enter);
//
// label8
//
this.label8.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.Red;
this.label8.Location = new System.Drawing.Point(6, 312);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(537, 23);
this.label8.TabIndex = 25;
this.label8.Text = "注:时段\'起始时间\'应小于\'终止时间\',且各个时段之间不允许有重复的时间区域存在!";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.listViewTime);
this.groupBox1.Controls.Add(this.btnSc);
this.groupBox1.Controls.Add(this.btnXg);
this.groupBox1.Controls.Add(this.btnZj);
this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
this.groupBox1.Location = new System.Drawing.Point(6, 36);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(641, 273);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "预定时间段设置";
//
// listViewTime
//
this.listViewTime.BackColor = System.Drawing.Color.WhiteSmoke;
this.listViewTime.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader38,
this.columnHeader39,
this.columnHeader40});
this.listViewTime.FullRowSelect = true;
this.listViewTime.GridLines = true;
this.listViewTime.Location = new System.Drawing.Point(6, 84);
this.listViewTime.Name = "listViewTime";
this.listViewTime.Size = new System.Drawing.Size(629, 183);
this.listViewTime.TabIndex = 3;
this.listViewTime.UseCompatibleStateImageBehavior = false;
this.listViewTime.View = System.Windows.Forms.View.Details;
//
// columnHeader38
//
this.columnHeader38.Text = "时段名字";
this.columnHeader38.Width = 209;
//
// columnHeader39
//
this.columnHeader39.Text = "起始时间";
this.columnHeader39.Width = 193;
//
// columnHeader40
//
this.columnHeader40.Text = "终止时间";
this.columnHeader40.Width = 222;
//
// btnSc
//
this.btnSc.Location = new System.Drawing.Point(254, 43);
this.btnSc.Name = "btnSc";
this.btnSc.Size = new System.Drawing.Size(75, 23);
this.btnSc.TabIndex = 2;
this.btnSc.Text = "删除";
this.btnSc.UseVisualStyleBackColor = true;
this.btnSc.Click += new System.EventHandler(this.button10_Click);
//
// btnXg
//
this.btnXg.Location = new System.Drawing.Point(150, 43);
this.btnXg.Name = "btnXg";
this.btnXg.Size = new System.Drawing.Size(75, 23);
this.btnXg.TabIndex = 1;
this.btnXg.Text = "修改";
this.btnXg.UseVisualStyleBackColor = true;
//
// btnZj
//
this.btnZj.Location = new System.Drawing.Point(46, 43);
this.btnZj.Name = "btnZj";
this.btnZj.Size = new System.Drawing.Size(75, 23);
this.btnZj.TabIndex = 0;
this.btnZj.Text = "增加";
this.btnZj.UseVisualStyleBackColor = true;
//
// SystemSet_Form
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(669, 450);
this.Controls.Add(this.tabControl1);
this.Name = "SystemSet_Form";
this.Text = "系统设置";
this.Load += new System.EventHandler(this.SystemSet_Form_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
this.tabPage5.ResumeLayout(false);
this.tabPage6.ResumeLayout(false);
this.tabPage9.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.TabPage tabPage7;
private System.Windows.Forms.TabPage tabPage8;
private System.Windows.Forms.TabPage tabPage9;
private System.Windows.Forms.ListView lsvBot;
private System.Windows.Forms.ListView lsvTop;
private System.Windows.Forms.Button btnDelCt;
private System.Windows.Forms.Button btnUpdateCt;
private System.Windows.Forms.Button btnPlInsert;
private System.Windows.Forms.Button btnDgInsert;
private System.Windows.Forms.Button btnRoomDz;
private System.Windows.Forms.Button btnDeleteRoom;
private System.Windows.Forms.Button btnUpdateRoom;
private System.Windows.Forms.Button btnInsertRoom;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboRoomType;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Button btnInsert;
private System.Windows.Forms.Button btnDeleteSp;
private System.Windows.Forms.Button btnUpdateSp;
private System.Windows.Forms.Button btnInserSp;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ListView listView2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.Button btnCZYDelete;
private System.Windows.Forms.Button btnCZYUpdate;
private System.Windows.Forms.Button btnCZYInsert;
private System.Windows.Forms.Button btnBmDelete;
private System.Windows.Forms.Button btnBmUpdate;
private System.Windows.Forms.Button btnBmInsert;
private System.Windows.Forms.ListView listViewOp;
private System.Windows.Forms.ListView listView6;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cboWaiterlevel;
private System.Windows.Forms.Button btnWaiterTc;
private System.Windows.Forms.Button btnWaiterDelete;
private System.Windows.Forms.Button btnWaiterUpdate;
private System.Windows.Forms.Button btnWaiterInsert;
private System.Windows.Forms.Button btnDjDelete;
private System.Windows.Forms.Button btnDjUpdate;
private System.Windows.Forms.Button btnDjinsert;
private Syste
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -