📄 telephoneform.designer.cs
字号:
namespace MyHotel
{
partial class TelephoneForm
{
/// <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.Windows.Forms.Label 入住日期Label;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TelephoneForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
this.通话时间TextBox = new System.Windows.Forms.TextBox();
this.新增Button = new System.Windows.Forms.Button();
this.旅客话费表DataGridView = new System.Windows.Forms.DataGridView();
this.保存Button = new System.Windows.Forms.Button();
this.打印Button = new System.Windows.Forms.Button();
this.说明TextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.金额TextBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.酒店房号ComboBox = new System.Windows.Forms.ComboBox();
this.旅客姓名ComboBox = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.类别ComboBox = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
入住日期Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.旅客话费表DataGridView)).BeginInit();
this.SuspendLayout();
//
// 入住日期Label
//
入住日期Label.AutoSize = true;
入住日期Label.Location = new System.Drawing.Point(6, 40);
入住日期Label.Name = "入住日期Label";
入住日期Label.Size = new System.Drawing.Size(65, 12);
入住日期Label.TabIndex = 61;
入住日期Label.Text = "通话时间:";
//
// printDocument1
//
this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
//
// printPreviewDialog1
//
this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
this.printPreviewDialog1.Enabled = true;
this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
this.printPreviewDialog1.Name = "printPreviewDialog1";
this.printPreviewDialog1.Visible = false;
//
// 通话时间TextBox
//
this.通话时间TextBox.Location = new System.Drawing.Point(81, 37);
this.通话时间TextBox.Name = "通话时间TextBox";
this.通话时间TextBox.Size = new System.Drawing.Size(168, 21);
this.通话时间TextBox.TabIndex = 72;
this.通话时间TextBox.Text = "2007年10月23日13点";
//
// 新增Button
//
this.新增Button.Image = ((System.Drawing.Image)(resources.GetObject("新增Button.Image")));
this.新增Button.Location = new System.Drawing.Point(438, 8);
this.新增Button.Name = "新增Button";
this.新增Button.Size = new System.Drawing.Size(100, 25);
this.新增Button.TabIndex = 71;
this.新增Button.Text = "新增";
this.新增Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.新增Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.新增Button.UseVisualStyleBackColor = true;
this.新增Button.Click += new System.EventHandler(this.新增Button_Click);
//
// 旅客话费表DataGridView
//
this.旅客话费表DataGridView.BackgroundColor = System.Drawing.SystemColors.MenuHighlight;
this.旅客话费表DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.旅客话费表DataGridView.Location = new System.Drawing.Point(2, 91);
this.旅客话费表DataGridView.Name = "旅客话费表DataGridView";
this.旅客话费表DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Green;
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Yellow;
this.旅客话费表DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle1;
this.旅客话费表DataGridView.RowTemplate.Height = 23;
this.旅客话费表DataGridView.Size = new System.Drawing.Size(538, 321);
this.旅客话费表DataGridView.TabIndex = 70;
//
// 保存Button
//
this.保存Button.Image = ((System.Drawing.Image)(resources.GetObject("保存Button.Image")));
this.保存Button.Location = new System.Drawing.Point(438, 62);
this.保存Button.Name = "保存Button";
this.保存Button.Size = new System.Drawing.Size(100, 25);
this.保存Button.TabIndex = 67;
this.保存Button.Text = "保存";
this.保存Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.保存Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.保存Button.UseVisualStyleBackColor = true;
this.保存Button.Click += new System.EventHandler(this.保存Button_Click);
//
// 打印Button
//
this.打印Button.Image = ((System.Drawing.Image)(resources.GetObject("打印Button.Image")));
this.打印Button.Location = new System.Drawing.Point(438, 35);
this.打印Button.Name = "打印Button";
this.打印Button.Size = new System.Drawing.Size(100, 25);
this.打印Button.TabIndex = 66;
this.打印Button.Text = "打印";
this.打印Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.打印Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.打印Button.UseVisualStyleBackColor = true;
this.打印Button.Click += new System.EventHandler(this.打印Button_Click);
//
// 说明TextBox
//
this.说明TextBox.Location = new System.Drawing.Point(294, 64);
this.说明TextBox.Name = "说明TextBox";
this.说明TextBox.Size = new System.Drawing.Size(138, 21);
this.说明TextBox.TabIndex = 65;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(257, 67);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 64;
this.label4.Text = "说明:";
//
// 金额TextBox
//
this.金额TextBox.Location = new System.Drawing.Point(81, 64);
this.金额TextBox.Name = "金额TextBox";
this.金额TextBox.Size = new System.Drawing.Size(168, 21);
this.金额TextBox.TabIndex = 63;
this.金额TextBox.Text = "78.00";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 68);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 62;
this.label3.Text = "金额:";
//
// 酒店房号ComboBox
//
this.酒店房号ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.酒店房号ComboBox.FormattingEnabled = true;
this.酒店房号ComboBox.Location = new System.Drawing.Point(81, 11);
this.酒店房号ComboBox.Name = "酒店房号ComboBox";
this.酒店房号ComboBox.Size = new System.Drawing.Size(168, 20);
this.酒店房号ComboBox.TabIndex = 60;
this.酒店房号ComboBox.SelectedIndexChanged += new System.EventHandler(this.酒店房号ComboBox_SelectedIndexChanged);
//
// 旅客姓名ComboBox
//
this.旅客姓名ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.旅客姓名ComboBox.FormattingEnabled = true;
this.旅客姓名ComboBox.Location = new System.Drawing.Point(328, 11);
this.旅客姓名ComboBox.Name = "旅客姓名ComboBox";
this.旅客姓名ComboBox.Size = new System.Drawing.Size(104, 20);
this.旅客姓名ComboBox.TabIndex = 59;
this.旅客姓名ComboBox.SelectedIndexChanged += new System.EventHandler(this.旅客姓名ComboBox_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(257, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 58;
this.label2.Text = "旅客姓名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 14);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 57;
this.label1.Text = "酒店房号:";
//
// 类别ComboBox
//
this.类别ComboBox.FormattingEnabled = true;
this.类别ComboBox.Items.AddRange(new object[] {
"国际长途",
"国内长途",
"市话"});
this.类别ComboBox.Location = new System.Drawing.Point(326, 37);
this.类别ComboBox.Name = "类别ComboBox";
this.类别ComboBox.Size = new System.Drawing.Size(106, 20);
this.类别ComboBox.TabIndex = 74;
this.类别ComboBox.Text = "国际长途";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(257, 40);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 73;
this.label5.Text = "类别:";
//
// TelephoneForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.ClientSize = new System.Drawing.Size(540, 414);
this.Controls.Add(this.类别ComboBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.通话时间TextBox);
this.Controls.Add(this.新增Button);
this.Controls.Add(this.旅客话费表DataGridView);
this.Controls.Add(this.保存Button);
this.Controls.Add(this.打印Button);
this.Controls.Add(this.说明TextBox);
this.Controls.Add(this.label4);
this.Controls.Add(this.金额TextBox);
this.Controls.Add(this.label3);
this.Controls.Add(入住日期Label);
this.Controls.Add(this.酒店房号ComboBox);
this.Controls.Add(this.旅客姓名ComboBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "TelephoneForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "登记旅客话费信息";
this.Load += new System.EventHandler(this.TelephoneForm_Load);
((System.ComponentModel.ISupportInitialize)(this.旅客话费表DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Drawing.Printing.PrintDocument printDocument1;
private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
private System.Windows.Forms.TextBox 通话时间TextBox;
private System.Windows.Forms.Button 新增Button;
private System.Windows.Forms.DataGridView 旅客话费表DataGridView;
private System.Windows.Forms.Button 保存Button;
private System.Windows.Forms.Button 打印Button;
private System.Windows.Forms.TextBox 说明TextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox 金额TextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox 酒店房号ComboBox;
private System.Windows.Forms.ComboBox 旅客姓名ComboBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox 类别ComboBox;
private System.Windows.Forms.Label label5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -