?? frmclientmanage.designer.cs
字號:
//
this.txtCPhone.Location = new System.Drawing.Point(320, 97);
this.txtCPhone.Name = "txtCPhone";
this.txtCPhone.Size = new System.Drawing.Size(100, 21);
this.txtCPhone.TabIndex = 6;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(261, 101);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 16;
this.label8.Text = "聯系電話";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(72, 101);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 14;
this.label9.Text = "所在區域";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(261, 74);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 12;
this.label6.Text = "客戶類別";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(72, 74);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 10;
this.label7.Text = "所屬行業";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(261, 47);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 8;
this.label4.Text = "客戶來源";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(72, 47);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 6;
this.label5.Text = "客戶等級";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(84, 182);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 5;
this.label3.Text = "備注";
//
// txtCName
//
this.txtCName.Location = new System.Drawing.Point(320, 16);
this.txtCName.Name = "txtCName";
this.txtCName.Size = new System.Drawing.Size(100, 21);
this.txtCName.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(261, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 3;
this.label2.Text = "客戶名稱";
//
// txtClientCode
//
this.txtClientCode.Location = new System.Drawing.Point(130, 16);
this.txtClientCode.Name = "txtClientCode";
this.txtClientCode.ReadOnly = true;
this.txtClientCode.Size = new System.Drawing.Size(100, 21);
this.txtClientCode.TabIndex = 2;
//
// cboxCStep
//
this.cboxCStep.FormattingEnabled = true;
this.cboxCStep.Items.AddRange(new object[] {
"重要客戶",
"普通客戶",
"次要客戶"});
this.cboxCStep.Location = new System.Drawing.Point(130, 44);
this.cboxCStep.Name = "cboxCStep";
this.cboxCStep.Size = new System.Drawing.Size(100, 20);
this.cboxCStep.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(72, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "客戶編號";
//
// errorCFax
//
this.errorCFax.ContainerControl = this;
//
// errorCPhone
//
this.errorCPhone.ContainerControl = this;
//
// errorCPostCode
//
this.errorCPostCode.ContainerControl = this;
//
// errorCEmail
//
this.errorCEmail.ContainerControl = this;
//
// frmClientManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(514, 428);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dgvClientInfo);
this.Controls.Add(this.bindingNavigator1);
this.MaximizeBox = false;
this.Name = "frmClientManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "客戶資料管理";
this.Load += new System.EventHandler(this.frmClientManage_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvClientInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorCFax)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorCPhone)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorCPostCode)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorCEmail)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripButton tsbtnSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.DataGridView dgvClientInfo;
private System.Windows.Forms.BindingNavigator bindingNavigator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripButton tsbtnDel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox tscboxCondition;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripTextBox tstxtKeyWord;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton tsbtnLook;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtCName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtClientCode;
private System.Windows.Forms.ComboBox cboxCStep;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtCPostCode;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtCFax;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtCPhone;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtCEmail;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox txtCAddress;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ComboBox cboxCType;
private System.Windows.Forms.ComboBox cboxCTrade;
private System.Windows.Forms.ComboBox cboxCRoot;
private System.Windows.Forms.TextBox txtCRemark;
private System.Windows.Forms.ComboBox cboxCArea;
private System.Windows.Forms.ErrorProvider errorCFax;
private System.Windows.Forms.ErrorProvider errorCPhone;
private System.Windows.Forms.ErrorProvider errorCPostCode;
private System.Windows.Forms.ErrorProvider errorCEmail;
private System.Windows.Forms.ToolStripButton tsbtnRClient;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -