?? serviceproviderform.cs
字號(hào):
//
// this.tabPage2.Controls.Add(this.axMap1);
this.tabPage2.Controls.Add(this.panel5);
this.tabPage2.Location = new System.Drawing.Point(0, 0);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(408, 239);
this.tabPage2.TabIndex = 1;
this.tabPage2.Title = "電子地圖";
//
// panel5
//
this.panel5.Appearance.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(237)), ((System.Byte)(244)), ((System.Byte)(250)));
this.panel5.Appearance.Options.UseBackColor = true;
this.panel5.Controls.Add(this.btCancel);
this.panel5.Controls.Add(this.btn_Map_zoomOut);
this.panel5.Controls.Add(this.btn_Map_zoomIn);
this.panel5.Controls.Add(this.btn_Map_Move);
this.panel5.Controls.Add(this.btn_Map_zoomIn1);
this.panel5.Controls.Add(this.btn_Map_zoomOut1);
this.panel5.Controls.Add(this.btn_Map_Move1);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(408, 24);
this.panel5.TabIndex = 0;
//
// btCancel
//
this.btCancel.Location = new System.Drawing.Point(32, 0);
this.btCancel.Name = "btCancel";
this.btCancel.TabIndex = 7;
this.btCancel.Text = "取消";
// this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
//
// btn_Map_zoomOut
//
this.btn_Map_zoomOut.Location = new System.Drawing.Point(208, 0);
this.btn_Map_zoomOut.Name = "btn_Map_zoomOut";
this.btn_Map_zoomOut.TabIndex = 5;
this.btn_Map_zoomOut.Text = "縮小";
// this.btn_Map_zoomOut.Click += new System.EventHandler(this.btn_Map_zoomOut_Click);
//
// btn_Map_zoomIn
//
this.btn_Map_zoomIn.Location = new System.Drawing.Point(120, 0);
this.btn_Map_zoomIn.Name = "btn_Map_zoomIn";
this.btn_Map_zoomIn.TabIndex = 4;
this.btn_Map_zoomIn.Text = "放大";
// this.btn_Map_zoomIn.Click += new System.EventHandler(this.btn_Map_zoomIn_Click);
//
// btn_Map_Move
//
this.btn_Map_Move.Location = new System.Drawing.Point(304, 0);
this.btn_Map_Move.Name = "btn_Map_Move";
this.btn_Map_Move.TabIndex = 6;
this.btn_Map_Move.Text = "移動(dòng)";
// this.btn_Map_Move.Click += new System.EventHandler(this.btn_Map_Move_Click);
//
// btn_Map_zoomIn1
//
this.btn_Map_zoomIn1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(93)), ((System.Byte)(173)));
this.btn_Map_zoomIn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Map_zoomIn1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.btn_Map_zoomIn1.Location = new System.Drawing.Point(120, 0);
this.btn_Map_zoomIn1.Name = "btn_Map_zoomIn1";
this.btn_Map_zoomIn1.Size = new System.Drawing.Size(75, 24);
this.btn_Map_zoomIn1.TabIndex = 0;
this.btn_Map_zoomIn1.TabStop = false;
this.btn_Map_zoomIn1.Text = "放大";
// this.btn_Map_zoomIn1.Click += new System.EventHandler(this.btn_Map_zoomIn_Click);
//
// btn_Map_zoomOut1
//
this.btn_Map_zoomOut1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(93)), ((System.Byte)(173)));
this.btn_Map_zoomOut1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Map_zoomOut1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.btn_Map_zoomOut1.Location = new System.Drawing.Point(208, 0);
this.btn_Map_zoomOut1.Name = "btn_Map_zoomOut1";
this.btn_Map_zoomOut1.TabIndex = 1;
this.btn_Map_zoomOut1.TabStop = false;
this.btn_Map_zoomOut1.Text = "縮小";
// this.btn_Map_zoomOut1.Click += new System.EventHandler(this.btn_Map_zoomOut_Click);
//
// btn_Map_Move1
//
this.btn_Map_Move1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(93)), ((System.Byte)(173)));
this.btn_Map_Move1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Map_Move1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.btn_Map_Move1.Location = new System.Drawing.Point(304, 0);
this.btn_Map_Move1.Name = "btn_Map_Move1";
this.btn_Map_Move1.TabIndex = 2;
this.btn_Map_Move1.TabStop = false;
this.btn_Map_Move1.Text = "移動(dòng)";
// this.btn_Map_Move1.Click += new System.EventHandler(this.btn_Map_Move_Click);
//
// tabPage1
//
this.tabPage1.Location = new System.Drawing.Point(0, 0);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Selected = false;
this.tabPage1.Size = new System.Drawing.Size(408, 239);
this.tabPage1.TabIndex = 0;
this.tabPage1.Title = "服務(wù)商列表";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnReset);
this.groupBox1.Controls.Add(this.btnRetrieve);
this.groupBox1.Controls.Add(this.tbAddress);
this.groupBox1.Controls.Add(this.tbKeyWords);
this.groupBox1.Controls.Add(this.tbSLinkMan);
this.groupBox1.Controls.Add(this.tbSName);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.cmbSctype);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Location = new System.Drawing.Point(6, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(412, 127);
this.groupBox1.TabIndex = 2;
this.groupBox1.Text = "查詢服務(wù)商";
//
// btnReset
//
this.btnReset.Location = new System.Drawing.Point(256, 102);
this.btnReset.Name = "btnReset";
this.btnReset.TabIndex = 14;
this.btnReset.Text = "重置";
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// btnRetrieve
//
this.btnRetrieve.Location = new System.Drawing.Point(96, 102);
this.btnRetrieve.Name = "btnRetrieve";
this.btnRetrieve.TabIndex = 13;
this.btnRetrieve.Text = "檢索";
this.btnRetrieve.Click += new System.EventHandler(this.btnRetrieve_Click);
//
// tbAddress
//
this.tbAddress.EditValue = "";
this.tbAddress.Location = new System.Drawing.Point(88, 80);
this.tbAddress.Name = "tbAddress";
//
// tbAddress.Properties
//
this.tbAddress.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.tbAddress.Size = new System.Drawing.Size(296, 21);
this.tbAddress.TabIndex = 12;
//
// tbKeyWords
//
this.tbKeyWords.EditValue = "";
this.tbKeyWords.Location = new System.Drawing.Point(264, 56);
this.tbKeyWords.Name = "tbKeyWords";
//
// tbKeyWords.Properties
//
this.tbKeyWords.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.tbKeyWords.Size = new System.Drawing.Size(120, 21);
this.tbKeyWords.TabIndex = 11;
//
// tbSLinkMan
//
this.tbSLinkMan.EditValue = "";
this.tbSLinkMan.Location = new System.Drawing.Point(88, 56);
this.tbSLinkMan.Name = "tbSLinkMan";
//
// tbSLinkMan.Properties
//
this.tbSLinkMan.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.tbSLinkMan.Size = new System.Drawing.Size(112, 21);
this.tbSLinkMan.TabIndex = 10;
//
// tbSName
//
this.tbSName.EditValue = "";
this.tbSName.Location = new System.Drawing.Point(88, 32);
this.tbSName.Name = "tbSName";
//
// tbSName.Properties
//
this.tbSName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.tbSName.Size = new System.Drawing.Size(112, 21);
this.tbSName.TabIndex = 9;
//
// label4
//
this.label4.Font = new System.Drawing.Font("宋體", 9F);
this.label4.Location = new System.Drawing.Point(216, 56);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(64, 23);
this.label4.TabIndex = 6;
this.label4.Text = "關(guān)鍵字";
//
// cmbSctype
//
this.cmbSctype.ItemHeight = 12;
this.cmbSctype.Location = new System.Drawing.Point(264, 32);
this.cmbSctype.Name = "cmbSctype";
this.cmbSctype.Size = new System.Drawing.Size(121, 20);
this.cmbSctype.TabIndex = 2;
//
// label3
//
this.label3.Font = new System.Drawing.Font("宋體", 9F);
this.label3.Location = new System.Drawing.Point(16, 56);
this.label3.Name = "label3";
this.label3.TabIndex = 4;
this.label3.Text = "聯(lián)系人";
//
// label2
//
this.label2.Font = new System.Drawing.Font("宋體", 9F);
this.label2.Location = new System.Drawing.Point(216, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 23);
this.label2.TabIndex = 1;
this.label2.Text = "分 類";
//
// label1
//
this.label1.Font = new System.Drawing.Font("宋體", 9F);
this.label1.Location = new System.Drawing.Point(16, 32);
this.label1.Name = "label1";
this.label1.TabIndex = 0;
this.label1.Text = "服務(wù)商名稱";
//
// label5
//
this.label5.Font = new System.Drawing.Font("宋體", 9F);
this.label5.Location = new System.Drawing.Point(16, 88);
this.label5.Name = "label5";
this.label5.TabIndex = 8;
this.label5.Text = "地 址";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.txtMemo);
this.groupBox3.Controls.Add(this.txtBad);
this.groupBox3.Controls.Add(this.tbSDate);
this.groupBox3.Controls.Add(this.txtEmail);
this.groupBox3.Controls.Add(this.txtTel);
this.groupBox3.Controls.Add(this.tbDtailSType);
this.groupBox3.Controls.Add(this.txtAddr);
this.groupBox3.Controls.Add(this.txtKeyWords);
this.groupBox3.Controls.Add(this.txtGood);
this.groupBox3.Controls.Add(this.txtWeb);
this.groupBox3.Controls.Add(this.txtFax);
this.groupBox3.Controls.Add(this.txtRPerson);
this.groupBox3.Controls.Add(this.txtname);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.label14);
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Controls.Add(this.label15);
this.groupBox3.Controls.Add(this.label16);
this.groupBox3.Controls.Add(this.label17);
this.groupBox3.Controls.Add(this.label18);
this.groupBox3.Location = new System.Drawing.Point(424, 4);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(432, 256);
this.groupBox3.TabIndex = 0;
this.groupBox3.Text = "服務(wù)商信息";
//
// txtMemo
//
this.txtMemo.EditValue = "";
this.txtMemo.Location = new System.Drawing.Point(88, 192);
this.txtMemo.Name = "txtMemo";
//
// txtMemo.Properties
//
this.txtMemo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.txtMemo.Properties.ReadOnly = true;
this.txtMemo.Size = new System.Drawing.Size(328, 56);
this.txtMemo.TabIndex = 43;
//
// txtBad
//
this.txtBad.EditValue = "";
this.txtBad.Location = new System.Drawing.Point(296, 120);
this.txtBad.Name = "txtBad";
//
// txtBad.Properties
//
this.txtBad.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.txtBad.Properties.ReadOnly = true;
this.txtBad.Size = new System.Drawing.Size(120, 21);
this.txtBad.TabIndex = 42;
//
// tbSDate
//
this.tbSDate.EditValue = "";
this.tbSDate.Location = new System.Drawing.Point(296, 96);
this.tbSDate.Name = "tbSDate";
//
// tbSDate.Properties
//
this.tbSDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.tbSDate.Properties.ReadOnly = true;
this.tbSDate.Size = new System.Drawing.Size(120, 21);
this.tbSDate.TabIndex = 41;
//
// txtEmail
//
this.txtEmail.EditValue = "";
this.txtEmail.Location = new System.Drawing.Point(296, 72);
this.txtEmail.Name = "txtEmail";
//
// txtEmail.Properties
//
this.txtEmail.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.txtEmail.Properties.ReadOnly = true;
this.txtEmail.Size = new System.Drawing.Size(120, 21);
this.txtEmail.TabIndex = 40;
//
// txtTel
//
this.txtTel.EditValue = "";
this.txtTel.Location = new System.Drawing.Point(296, 48);
this.txtTel.Name = "txtTel";
//
// txtTel.Properties
//
this.txtTel.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.txtTel.Properties.ReadOnly = true;
this.txtTel.Size = new System.Drawing.Size(120, 21);
this.txtTel.TabIndex = 39;
//
// tbDtailSType
//
this.tbDtailSType.EditValue = "";
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -