⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 windows mobile读取GPS数据
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.pole_tower.Controls.Add(this.pole_heightLabel);
            this.pole_tower.Controls.Add(this.pole_typeLabel);
            this.pole_tower.Controls.Add(this.gt_pole_type);
            this.pole_tower.Controls.Add(this.tip_radiusLabel);
            this.pole_tower.Controls.Add(this.gt_tip_radius);
            this.pole_tower.Controls.Add(this.longitudeLabel);
            this.pole_tower.Controls.Add(this.gt_longitude);
            this.pole_tower.Controls.Add(this.latitudeLabel);
            this.pole_tower.Controls.Add(this.gt_latitude);
            this.pole_tower.Controls.Add(this.cross_typeLabel);
            this.pole_tower.Controls.Add(this.gt_cross_type);
            this.pole_tower.Controls.Add(this.isolation_typeLabel);
            this.pole_tower.Controls.Add(this.gt_isolation_type);
            this.pole_tower.Controls.Add(this.lead_range_modelLabel);
            this.pole_tower.Controls.Add(this.gt_lead_range_model);
            this.pole_tower.Controls.Add(this.lead_modelLabel);
            this.pole_tower.Controls.Add(this.gt_lead_model);
            this.pole_tower.Controls.Add(this.trans_modeLabel);
            this.pole_tower.Controls.Add(this.gt_trans_mode);
            this.pole_tower.Controls.Add(this.parent_linenameLabel);
            this.pole_tower.Controls.Add(this.gt_parent_linename);
            this.pole_tower.Controls.Add(this.parent_poleLabel);
            this.pole_tower.Controls.Add(this.gt_parent_pole);
            this.pole_tower.Controls.Add(this.b_plane_poleCheckBox);
            this.pole_tower.Controls.Add(this.b_corner_poleCheckBox);
            this.pole_tower.Controls.Add(this.b_bear_poleCheckBox);
            this.pole_tower.Controls.Add(this.b_terminal_poleCheckBox);
            this.pole_tower.Controls.Add(this.b_ramus_poleCheckBox);
            this.pole_tower.Controls.Add(this.b_switchCheckBox);
            this.pole_tower.Controls.Add(this.b_capacitorCheckBox);
            this.pole_tower.Controls.Add(this.b_danger_poleCheckBox);
            this.pole_tower.Controls.Add(this.b_cableCheckBox);
            this.pole_tower.Controls.Add(this.remarkLabel1);
            this.pole_tower.Controls.Add(this.gt_remark);
            this.pole_tower.Location = new System.Drawing.Point(0, 0);
            this.pole_tower.Name = "pole_tower";
            this.pole_tower.Size = new System.Drawing.Size(219, 429);
            this.pole_tower.Text = "杆塔";
            // 
            // gt_fast_save
            // 
            this.gt_fast_save.Location = new System.Drawing.Point(174, 3);
            this.gt_fast_save.Name = "gt_fast_save";
            this.gt_fast_save.Size = new System.Drawing.Size(46, 47);
            this.gt_fast_save.TabIndex = 100;
            this.gt_fast_save.Text = "保存";
            this.gt_fast_save.Click += new System.EventHandler(this.gt_fast_save_Click);
            // 
            // gt_getpoint
            // 
            this.gt_getpoint.Location = new System.Drawing.Point(174, 123);
            this.gt_getpoint.Name = "gt_getpoint";
            this.gt_getpoint.Size = new System.Drawing.Size(46, 44);
            this.gt_getpoint.TabIndex = 99;
            this.gt_getpoint.Text = "获取";
            this.gt_getpoint.Click += new System.EventHandler(this.gt_getpoint_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(174, -74);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(46, 46);
            this.button5.TabIndex = 98;
            this.button5.Text = "button5";
            // 
            // pole_towerBindingSource
            // 
            this.pole_towerBindingSource.DataMember = "pole_tower";
            this.pole_towerBindingSource.DataSource = this.qxpdaDataSet;
            this.pole_towerBindingSource.Sort = "id asc";
            // 
            // gt_pole_height
            // 
            this.gt_pole_height.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.pole_towerBindingSource, "pole_height", true));
            this.gt_pole_height.Location = new System.Drawing.Point(158, 75);
            this.gt_pole_height.Name = "gt_pole_height";
            this.gt_pole_height.Size = new System.Drawing.Size(62, 22);
            this.gt_pole_height.TabIndex = 80;
            // 
            // gt_delete
            // 
            this.gt_delete.Location = new System.Drawing.Point(180, 392);
            this.gt_delete.Name = "gt_delete";
            this.gt_delete.Size = new System.Drawing.Size(40, 40);
            this.gt_delete.TabIndex = 62;
            this.gt_delete.Text = "删除";
            this.gt_delete.Click += new System.EventHandler(this.gt_delete_Click);
            // 
            // gt_modify
            // 
            this.gt_modify.Location = new System.Drawing.Point(137, 392);
            this.gt_modify.Name = "gt_modify";
            this.gt_modify.Size = new System.Drawing.Size(40, 40);
            this.gt_modify.TabIndex = 61;
            this.gt_modify.Text = "修改";
            this.gt_modify.Click += new System.EventHandler(this.gt_modify_Click);
            // 
            // gt_save
            // 
            this.gt_save.Location = new System.Drawing.Point(93, 392);
            this.gt_save.Name = "gt_save";
            this.gt_save.Size = new System.Drawing.Size(40, 40);
            this.gt_save.TabIndex = 60;
            this.gt_save.Text = "保存";
            this.gt_save.Click += new System.EventHandler(this.gt_save_Click);
            // 
            // gt_next
            // 
            this.gt_next.Location = new System.Drawing.Point(49, 392);
            this.gt_next.Name = "gt_next";
            this.gt_next.Size = new System.Drawing.Size(40, 40);
            this.gt_next.TabIndex = 59;
            this.gt_next.Text = ">>";
            this.gt_next.Click += new System.EventHandler(this.gt_next_Click);
            // 
            // gt_pre
            // 
            this.gt_pre.Location = new System.Drawing.Point(5, 392);
            this.gt_pre.Name = "gt_pre";
            this.gt_pre.Size = new System.Drawing.Size(40, 40);
            this.gt_pre.TabIndex = 58;
            this.gt_pre.Text = "<<";
            this.gt_pre.Click += new System.EventHandler(this.gt_pre_Click);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(9, 56);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(47, 15);
            this.label5.Text = "支线";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(9, 32);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(47, 15);
            this.label4.Text = "干线";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(9, 8);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(47, 15);
            this.label3.Text = "变电站";
            // 
            // gt_subline_name
            // 
            this.gt_subline_name.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.pole_towerBindingSource, "subline_code", true));
            this.gt_subline_name.Location = new System.Drawing.Point(62, 52);
            this.gt_subline_name.Name = "gt_subline_name";
            this.gt_subline_name.Size = new System.Drawing.Size(158, 22);
            this.gt_subline_name.TabIndex = 54;
            // 
            // gt_line_name
            // 
            this.gt_line_name.Location = new System.Drawing.Point(62, 28);
            this.gt_line_name.Name = "gt_line_name";
            this.gt_line_name.Size = new System.Drawing.Size(110, 22);
            this.gt_line_name.TabIndex = 53;
            this.gt_line_name.SelectedValueChanged += new System.EventHandler(this.gt_line_name_SelectedValueChanged);
            // 
            // gt_bdz_name
            // 
            this.gt_bdz_name.DisplayMember = "bdz_code";
            this.gt_bdz_name.Location = new System.Drawing.Point(62, 4);
            this.gt_bdz_name.Name = "gt_bdz_name";
            this.gt_bdz_name.Size = new System.Drawing.Size(110, 22);
            this.gt_bdz_name.TabIndex = 52;
            this.gt_bdz_name.ValueMember = "bdz_code";
            this.gt_bdz_name.SelectedValueChanged += new System.EventHandler(this.gt_bdz_name_SelectedValueChanged);
            // 
            // gt_pole_code
            // 
            this.gt_pole_code.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pole_towerBindingSource, "pole_code", true));
            this.gt_pole_code.Location = new System.Drawing.Point(62, 76);
            this.gt_pole_code.Name = "gt_pole_code";
            this.gt_pole_code.Size = new System.Drawing.Size(62, 21);
            this.gt_pole_code.TabIndex = 7;
            // 
            // gt_pole_type
            // 
            this.gt_pole_type.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.pole_towerBindingSource, "pole_type", true));
            this.gt_pole_type.Location = new System.Drawing.Point(62, 99);
            this.gt_pole_type.Name = "gt_pole_type";
            this.gt_pole_type.Size = new System.Drawing.Size(62, 22);
            this.gt_pole_type.TabIndex = 11;
            // 
            // gt_tip_radius
            // 
            this.gt_tip_radius.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.pole_towerBindingSource, "tip_radius", true));
            this.gt_tip_radius.Location = new System.Drawing.Point(158, 99);
            this.gt_tip_radius.Name = "gt_tip_radius";
            this.gt_tip_radius.Size = new System.Drawing.Size(62, 22);
            this.gt_tip_radius.TabIndex = 13;
            // 
            // gt_longitude
            // 
            this.gt_longitude.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pole_towerBindingSource, "longitude", true));
            this.gt_longitude.Location = new System.Drawing.Point(62, 123);
            this.gt_longitude.Name = "gt_longitude";
            this.gt_longitude.ReadOnly = true;
            this.gt_longitude.Size = new System.Drawing.Size(110, 21);
            this.gt_longitude.TabIndex = 15;
            // 
            // gt_latitude
            // 
            this.gt_latitude.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pole_towerBindingSource, "latitude", true));
            this.gt_latitude.Location = new System.Drawing.Point(62, 146);
            this.gt_latitude.Name = "gt_latitude";
            this.gt_latitude.ReadOnly = true;
            this.gt_latitude.Size = new System.Drawing.Size(110, 21);
            this.gt_latitude.TabIndex = 17;
            // 
            // gt_cross_type
            // 
            this.gt_cross_type.Location = new System.Drawing.Point(62, 169);
            this.gt_cross_type.Name = "gt_cross_type";
            this.gt_cross_type.Size = new System.Drawing.Size(50, 22);
            this.gt_cross_type.TabIndex = 19;
            // 
            // gt_isolation_type
            // 
            this.gt_isolation_type.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.pole_towerBindingSource, "isolation_type", true));
            this.gt_isolation_type.Location = new System.Drawing.Point(93, 193);
            this.gt_isolation_type.Name = "gt_isolation_type";
            this.gt_isolation_type.Size = new System.Drawing.Size(127, 22);
            this.gt_isolation_type.TabIndex = 21;
            // 
            // gt_lead_range_model
            // 
            this.gt_lead_range_model.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.pole_towerBindingSource, "lead_range_model", true));
            this.gt_lead_range_model.Location = new System.Drawing.Point(93, 217);
            this.gt_lead_range_model.Name = "gt_lead_range_model";
            this.gt_lead_range_model.Size = new System.Drawing.Size(127, 22);
            this.gt_lead_range_model.TabIndex = 23;
            // 
            // gt_lead_model
            // 
            this.gt_lead_model.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.pole_towerBindingSource, "lead_model", true));
            this.gt_lead_model.Location = new System.Drawing.Point(171, 169);
            this.gt_lead_model.Name = "gt_lead_model";
            this.gt_lead_model.Size = new System.Drawing.Size(49, 22);
            this.gt_lead_model.TabIndex = 25;
            // 
            // gt_trans_mode
            // 
            this.gt_trans_mode.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.pole_towerBindingSource, "trans_mode", true));
            this.gt_trans_mode.Location = new System.Drawing.Point(93, 282);
            this.gt_trans_mode.Name = "gt_trans_mode";
            this.gt_trans_mode.Size = new System.Drawing.Size(127, 22);
            this.gt_tran

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -