📄 frmwarrantinfo.designer.cs
字号:
namespace property.view.WarrantInfo
{
partial class frmWarrantInfo
{
/// <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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.txtGoodMoney = new System.Windows.Forms.TextBox();
this.txtLenMoney = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.bntSave = new System.Windows.Forms.Button();
this.BntEsce = new System.Windows.Forms.Button();
this.bntSelectSubject = new System.Windows.Forms.Button();
this.DataGridWarratn = new System.Windows.Forms.DataGridView();
this.radId = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.txtWarrrntID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.DatePick = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DataGridWarratn)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.linkLabel1);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtGoodMoney);
this.groupBox1.Controls.Add(this.txtLenMoney);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.bntSave);
this.groupBox1.Controls.Add(this.BntEsce);
this.groupBox1.Controls.Add(this.bntSelectSubject);
this.groupBox1.Controls.Add(this.DataGridWarratn);
this.groupBox1.Controls.Add(this.radId);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Controls.Add(this.txtWarrrntID);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.DatePick);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.groupBox1.Location = new System.Drawing.Point(12, 24);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(552, 318);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "凭证录入";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(237, 114);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(53, 12);
this.linkLabel1.TabIndex = 18;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "取消凭证";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(25, 114);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(185, 12);
this.label6.TabIndex = 17;
this.label6.Text = "借方金额/货方金额/只能填一项\r\n";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(435, 80);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(0, 12);
this.label5.TabIndex = 16;
//
// txtGoodMoney
//
this.txtGoodMoney.Location = new System.Drawing.Point(308, 77);
this.txtGoodMoney.Name = "txtGoodMoney";
this.txtGoodMoney.Size = new System.Drawing.Size(121, 21);
this.txtGoodMoney.TabIndex = 15;
this.txtGoodMoney.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGoodMoney_KeyPress);
//
// txtLenMoney
//
this.txtLenMoney.Location = new System.Drawing.Point(96, 80);
this.txtLenMoney.Name = "txtLenMoney";
this.txtLenMoney.Size = new System.Drawing.Size(122, 21);
this.txtLenMoney.TabIndex = 14;
this.txtLenMoney.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLenMoney_KeyPress);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(237, 83);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 13;
this.label4.Text = "贷方金额:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 83);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 12;
this.label3.Text = "借方金额:";
//
// bntSave
//
this.bntSave.Location = new System.Drawing.Point(441, 109);
this.bntSave.Name = "bntSave";
this.bntSave.Size = new System.Drawing.Size(89, 23);
this.bntSave.TabIndex = 11;
this.bntSave.Text = "保存(&S)";
this.bntSave.UseVisualStyleBackColor = true;
this.bntSave.Click += new System.EventHandler(this.bntSave_Click);
//
// BntEsce
//
this.BntEsce.Location = new System.Drawing.Point(441, 72);
this.BntEsce.Name = "BntEsce";
this.BntEsce.Size = new System.Drawing.Size(89, 23);
this.BntEsce.TabIndex = 10;
this.BntEsce.Text = "退出(&B)";
this.BntEsce.UseVisualStyleBackColor = true;
this.BntEsce.Click += new System.EventHandler(this.BntEsce_Click);
//
// bntSelectSubject
//
this.bntSelectSubject.Location = new System.Drawing.Point(340, 109);
this.bntSelectSubject.Name = "bntSelectSubject";
this.bntSelectSubject.Size = new System.Drawing.Size(80, 23);
this.bntSelectSubject.TabIndex = 7;
this.bntSelectSubject.Text = "科目检索(&D)";
this.bntSelectSubject.UseVisualStyleBackColor = true;
this.bntSelectSubject.Click += new System.EventHandler(this.bntSelectSubject_Click);
//
// DataGridWarratn
//
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.Format = "C2";
dataGridViewCellStyle1.NullValue = null;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DataGridWarratn.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.DataGridWarratn.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DataGridWarratn.Location = new System.Drawing.Point(11, 143);
this.DataGridWarratn.Name = "DataGridWarratn";
this.DataGridWarratn.ReadOnly = true;
this.DataGridWarratn.RowTemplate.Height = 23;
this.DataGridWarratn.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DataGridWarratn.Size = new System.Drawing.Size(535, 150);
this.DataGridWarratn.TabIndex = 6;
this.DataGridWarratn.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// radId
//
this.radId.AutoSize = true;
this.radId.Location = new System.Drawing.Point(490, 34);
this.radId.Name = "radId";
this.radId.Size = new System.Drawing.Size(47, 16);
this.radId.TabIndex = 5;
this.radId.TabStop = true;
this.radId.Text = "自动";
this.radId.UseVisualStyleBackColor = true;
this.radId.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(437, 34);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(47, 16);
this.radioButton1.TabIndex = 4;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "手动";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// txtWarrrntID
//
this.txtWarrrntID.Enabled = false;
this.txtWarrrntID.Location = new System.Drawing.Point(308, 29);
this.txtWarrrntID.Multiline = true;
this.txtWarrrntID.Name = "txtWarrrntID";
this.txtWarrrntID.Size = new System.Drawing.Size(112, 21);
this.txtWarrrntID.TabIndex = 3;
this.txtWarrrntID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtWarrrntID_KeyPress);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(237, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "凭证编号:";
//
// DatePick
//
this.DatePick.CustomFormat = "yy-mm-dd";
this.DatePick.Location = new System.Drawing.Point(96, 27);
this.DatePick.Name = "DatePick";
this.DatePick.Size = new System.Drawing.Size(122, 21);
this.DatePick.TabIndex = 1;
this.DatePick.Value = new System.DateTime(2006, 12, 16, 0, 0, 0, 0);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "凭证日期:";
//
// frmWarrantInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(598, 375);
this.Controls.Add(this.groupBox1);
this.Name = "frmWarrantInfo";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "凭证录入";
this.Load += new System.EventHandler(this.frmWarrantInfo_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DataGridWarratn)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView DataGridWarratn;
private System.Windows.Forms.RadioButton radId;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.TextBox txtWarrrntID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker DatePick;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button BntEsce;
private System.Windows.Forms.Button bntSelectSubject;
private System.Windows.Forms.Button bntSave;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtGoodMoney;
private System.Windows.Forms.TextBox txtLenMoney;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.LinkLabel linkLabel1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -