?? frmclientmanage.designer.cs
字號:
this.tscboxCondition.Size = new System.Drawing.Size(100, 25);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(41, 22);
this.toolStripLabel2.Text = "關鍵字";
//
// tstxtKeyWord
//
this.tstxtKeyWord.Name = "tstxtKeyWord";
this.tstxtKeyWord.Size = new System.Drawing.Size(100, 25);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// tsbtnLook
//
this.tsbtnLook.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnLook.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnLook.Image")));
this.tsbtnLook.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnLook.Name = "tsbtnLook";
this.tsbtnLook.Size = new System.Drawing.Size(23, 22);
this.tsbtnLook.Text = "查找";
this.tsbtnLook.Click += new System.EventHandler(this.tsbtnLook_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
//
// tsbtnRClient
//
this.tsbtnRClient.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnRClient.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRClient.Image")));
this.tsbtnRClient.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnRClient.Name = "tsbtnRClient";
this.tsbtnRClient.Size = new System.Drawing.Size(23, 22);
this.tsbtnRClient.Text = "聯系客戶";
this.tsbtnRClient.Click += new System.EventHandler(this.tsbtnRClient_Click);
//
// tsbtnExit
//
this.tsbtnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExit.Name = "tsbtnExit";
this.tsbtnExit.Size = new System.Drawing.Size(23, 22);
this.tsbtnExit.Text = "退出";
this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboxCArea);
this.groupBox1.Controls.Add(this.cboxCType);
this.groupBox1.Controls.Add(this.cboxCTrade);
this.groupBox1.Controls.Add(this.cboxCRoot);
this.groupBox1.Controls.Add(this.txtCRemark);
this.groupBox1.Controls.Add(this.txtCEmail);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.txtCAddress);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.txtCPostCode);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.txtCFax);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.txtCPhone);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtCName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtClientCode);
this.groupBox1.Controls.Add(this.cboxCStep);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(8, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(494, 206);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "客戶基本資料";
//
// cboxCArea
//
this.cboxCArea.FormattingEnabled = true;
this.cboxCArea.Location = new System.Drawing.Point(130, 98);
this.cboxCArea.Name = "cboxCArea";
this.cboxCArea.Size = new System.Drawing.Size(100, 20);
this.cboxCArea.TabIndex = 5;
//
// cboxCType
//
this.cboxCType.FormattingEnabled = true;
this.cboxCType.Items.AddRange(new object[] {
"最終客戶",
"代理商",
"其他"});
this.cboxCType.Location = new System.Drawing.Point(320, 71);
this.cboxCType.Name = "cboxCType";
this.cboxCType.Size = new System.Drawing.Size(100, 20);
this.cboxCType.TabIndex = 4;
//
// cboxCTrade
//
this.cboxCTrade.FormattingEnabled = true;
this.cboxCTrade.Items.AddRange(new object[] {
"計算機業",
"紡織業",
"餐飲業",
"制造業",
"服務業"});
this.cboxCTrade.Location = new System.Drawing.Point(130, 71);
this.cboxCTrade.Name = "cboxCTrade";
this.cboxCTrade.Size = new System.Drawing.Size(100, 20);
this.cboxCTrade.TabIndex = 3;
//
// cboxCRoot
//
this.cboxCRoot.FormattingEnabled = true;
this.cboxCRoot.Items.AddRange(new object[] {
"網絡",
"發布會",
"業務員開拓",
"朋友介紹",
"不清楚"});
this.cboxCRoot.Location = new System.Drawing.Point(320, 44);
this.cboxCRoot.Name = "cboxCRoot";
this.cboxCRoot.Size = new System.Drawing.Size(100, 20);
this.cboxCRoot.TabIndex = 2;
//
// txtCRemark
//
this.txtCRemark.Location = new System.Drawing.Point(130, 179);
this.txtCRemark.Multiline = true;
this.txtCRemark.Name = "txtCRemark";
this.txtCRemark.Size = new System.Drawing.Size(290, 21);
this.txtCRemark.TabIndex = 11;
//
// txtCEmail
//
this.txtCEmail.Location = new System.Drawing.Point(320, 151);
this.txtCEmail.Name = "txtCEmail";
this.txtCEmail.Size = new System.Drawing.Size(100, 21);
this.txtCEmail.TabIndex = 10;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(267, 157);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(41, 12);
this.label12.TabIndex = 24;
this.label12.Text = "E-mail";
//
// txtCAddress
//
this.txtCAddress.Location = new System.Drawing.Point(130, 151);
this.txtCAddress.Name = "txtCAddress";
this.txtCAddress.Size = new System.Drawing.Size(100, 21);
this.txtCAddress.TabIndex = 9;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(72, 157);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 22;
this.label13.Text = "聯系地址";
//
// txtCPostCode
//
this.txtCPostCode.Location = new System.Drawing.Point(320, 124);
this.txtCPostCode.Name = "txtCPostCode";
this.txtCPostCode.Size = new System.Drawing.Size(100, 21);
this.txtCPostCode.TabIndex = 8;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(261, 128);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 20;
this.label10.Text = "郵政編碼";
//
// txtCFax
//
this.txtCFax.Location = new System.Drawing.Point(130, 124);
this.txtCFax.Name = "txtCFax";
this.txtCFax.Size = new System.Drawing.Size(100, 21);
this.txtCFax.TabIndex = 7;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(72, 128);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 18;
this.label11.Text = "傳真號碼";
//
// txtCPhone
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -