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

📄 form1.designer.cs

📁 windows mobile读取GPS数据
💻 CS
📖 第 1 页 / 共 5 页
字号:
namespace QXPDA
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
        private System.Windows.Forms.MainMenu mainMenu1;

        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            this.pole_codeLabel = new System.Windows.Forms.Label();
            this.pole_heightLabel = new System.Windows.Forms.Label();
            this.pole_typeLabel = new System.Windows.Forms.Label();
            this.tip_radiusLabel = new System.Windows.Forms.Label();
            this.longitudeLabel = new System.Windows.Forms.Label();
            this.latitudeLabel = new System.Windows.Forms.Label();
            this.cross_typeLabel = new System.Windows.Forms.Label();
            this.isolation_typeLabel = new System.Windows.Forms.Label();
            this.lead_range_modelLabel = new System.Windows.Forms.Label();
            this.lead_modelLabel = new System.Windows.Forms.Label();
            this.trans_modeLabel = new System.Windows.Forms.Label();
            this.parent_linenameLabel = new System.Windows.Forms.Label();
            this.parent_poleLabel = new System.Windows.Forms.Label();
            this.remarkLabel1 = new System.Windows.Forms.Label();
            this.bdz_codeLabel = new System.Windows.Forms.Label();
            this.line_codeLabel = new System.Windows.Forms.Label();
            this.subline_codeLabel = new System.Windows.Forms.Label();
            this.start_numLabel = new System.Windows.Forms.Label();
            this.end_numLabel = new System.Windows.Forms.Label();
            this.cross_span_kindLabel = new System.Windows.Forms.Label();
            this.x1Label1 = new System.Windows.Forms.Label();
            this.y1Label1 = new System.Windows.Forms.Label();
            this.x2Label1 = new System.Windows.Forms.Label();
            this.y2Label1 = new System.Windows.Forms.Label();
            this.remarkLabel2 = new System.Windows.Forms.Label();
            this.subline_nameLabel = new System.Windows.Forms.Label();
            this.x1Label = new System.Windows.Forms.Label();
            this.y1Label = new System.Windows.Forms.Label();
            this.x2Label = new System.Windows.Forms.Label();
            this.y2Label = new System.Windows.Forms.Label();
            this.x3Label = new System.Windows.Forms.Label();
            this.y3Label = new System.Windows.Forms.Label();
            this.x4Label = new System.Windows.Forms.Label();
            this.y4Label = new System.Windows.Forms.Label();
            this.voltage_levelLabel = new System.Windows.Forms.Label();
            this.all_capabilityLabel = new System.Windows.Forms.Label();
            this.pmt_numLabel = new System.Windows.Forms.Label();
            this.main_capabilityLabel = new System.Windows.Forms.Label();
            this.remarkLabel = new System.Windows.Forms.Label();
            this.bdz_nameLabel1 = new System.Windows.Forms.Label();
            this.run_dateLabel1 = new System.Windows.Forms.Label();
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.open_gps = new System.Windows.Forms.MenuItem();
            this.close_gps = new System.Windows.Forms.MenuItem();
            this.menuItem4 = new System.Windows.Forms.MenuItem();
            this.database_file = new System.Windows.Forms.MenuItem();
            this.backup_database = new System.Windows.Forms.MenuItem();
            this.recover_database = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.output_xmlfile = new System.Windows.Forms.MenuItem();
            this.output_txtfile = new System.Windows.Forms.MenuItem();
            this.output_excelfile = new System.Windows.Forms.MenuItem();
            this.exit = new System.Windows.Forms.MenuItem();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.bdz_base = new System.Windows.Forms.TabPage();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.bdz_next = new System.Windows.Forms.Button();
            this.bdz_pre = new System.Windows.Forms.Button();
            this.bdz_save = new System.Windows.Forms.Button();
            this.bdz_baseBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.bdz_bdz_name = new System.Windows.Forms.ComboBox();
            this.qxpdaDataSet = new QXPDA.qxpdaDataSet();
            this.bdz_get_four = new System.Windows.Forms.Button();
            this.bdz_get_thr = new System.Windows.Forms.Button();
            this.bdz_get_two = new System.Windows.Forms.Button();
            this.bdz_get_one = new System.Windows.Forms.Button();
            this.bdz_run_date = new System.Windows.Forms.DateTimePicker();
            this.bdz_x1 = new System.Windows.Forms.TextBox();
            this.bdz_y1 = new System.Windows.Forms.TextBox();
            this.bdz_x2 = new System.Windows.Forms.TextBox();
            this.bdz_y2 = new System.Windows.Forms.TextBox();
            this.bdz_x3 = new System.Windows.Forms.TextBox();
            this.bdz_y3 = new System.Windows.Forms.TextBox();
            this.bdz_x4 = new System.Windows.Forms.TextBox();
            this.bdz_y4 = new System.Windows.Forms.TextBox();
            this.bdz_voltage_level = new System.Windows.Forms.ComboBox();
            this.bdz_all_capability = new System.Windows.Forms.TextBox();
            this.bdz_pmt_num = new System.Windows.Forms.TextBox();
            this.bdz_main_capability = new System.Windows.Forms.TextBox();
            this.bdz_remark = new System.Windows.Forms.TextBox();
            this.subline_base = new System.Windows.Forms.TabPage();
            this.sub_delete = new System.Windows.Forms.Button();
            this.sub_modify = new System.Windows.Forms.Button();
            this.sub_save = new System.Windows.Forms.Button();
            this.sub_next = new System.Windows.Forms.Button();
            this.sub_pre = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.sub_line_name = new System.Windows.Forms.ComboBox();
            this.sub_bdz_name = new System.Windows.Forms.ComboBox();
            this.subline_baseBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.sub_subline_name = new System.Windows.Forms.TextBox();
            this.pole_tower = new System.Windows.Forms.TabPage();
            this.gt_fast_save = new System.Windows.Forms.Button();
            this.gt_getpoint = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.pole_towerBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gt_pole_height = new System.Windows.Forms.ComboBox();
            this.gt_delete = new System.Windows.Forms.Button();
            this.gt_modify = new System.Windows.Forms.Button();
            this.gt_save = new System.Windows.Forms.Button();
            this.gt_next = new System.Windows.Forms.Button();
            this.gt_pre = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.gt_subline_name = new System.Windows.Forms.ComboBox();
            this.gt_line_name = new System.Windows.Forms.ComboBox();
            this.gt_bdz_name = new System.Windows.Forms.ComboBox();
            this.gt_pole_code = new System.Windows.Forms.TextBox();
            this.gt_pole_type = new System.Windows.Forms.ComboBox();
            this.gt_tip_radius = new System.Windows.Forms.ComboBox();
            this.gt_longitude = new System.Windows.Forms.TextBox();
            this.gt_latitude = new System.Windows.Forms.TextBox();
            this.gt_cross_type = new System.Windows.Forms.ComboBox();
            this.gt_isolation_type = new System.Windows.Forms.ComboBox();
            this.gt_lead_range_model = new System.Windows.Forms.ComboBox();
            this.gt_lead_model = new System.Windows.Forms.ComboBox();
            this.gt_trans_mode = new System.Windows.Forms.ComboBox();
            this.gt_parent_linename = new System.Windows.Forms.TextBox();
            this.gt_parent_pole = new System.Windows.Forms.TextBox();
            this.b_plane_poleCheckBox = new System.Windows.Forms.CheckBox();
            this.b_corner_poleCheckBox = new System.Windows.Forms.CheckBox();
            this.b_bear_poleCheckBox = new System.Windows.Forms.CheckBox();
            this.b_terminal_poleCheckBox = new System.Windows.Forms.CheckBox();
            this.b_ramus_poleCheckBox = new System.Windows.Forms.CheckBox();
            this.b_switchCheckBox = new System.Windows.Forms.CheckBox();
            this.b_capacitorCheckBox = new System.Windows.Forms.CheckBox();
            this.b_danger_poleCheckBox = new System.Windows.Forms.CheckBox();
            this.b_cableCheckBox = new System.Windows.Forms.CheckBox();
            this.gt_remark = new System.Windows.Forms.TextBox();
            this.line_cross = new System.Windows.Forms.TabPage();
            this.lc_delete = new System.Windows.Forms.Button();
            this.lc_modify = new System.Windows.Forms.Button();
            this.lc_next = new System.Windows.Forms.Button();
            this.lc_pre = new System.Windows.Forms.Button();
            this.lc_save = new System.Windows.Forms.Button();
            this.line_crossBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.lc_subline_name = new System.Windows.Forms.ComboBox();
            this.lc_line_name = new System.Windows.Forms.ComboBox();
            this.lc_bdz_name = new System.Windows.Forms.ComboBox();
            this.lc_get_two = new System.Windows.Forms.Button();
            this.lc_get_one = new System.Windows.Forms.Button();
            this.lc_start_num = new System.Windows.Forms.TextBox();
            this.lc_end_num = new System.Windows.Forms.TextBox();
            this.lc_cross_span = new System.Windows.Forms.ComboBox();
            this.lc_x1 = new System.Windows.Forms.TextBox();
            this.lc_y1 = new System.Windows.Forms.TextBox();
            this.lc_x2 = new System.Windows.Forms.TextBox();
            this.lc_y2 = new System.Windows.Forms.TextBox();
            this.lc_remark = new System.Windows.Forms.TextBox();
            this.base_data = new System.Windows.Forms.TabPage();
            this.panel4 = new System.Windows.Forms.Panel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.set_time = new System.Windows.Forms.Button();
            this.time_label = new System.Windows.Forms.Label();
            this.fen_label = new System.Windows.Forms.Label();
            this.auto_back_time = new System.Windows.Forms.ComboBox();
            this.auto_backup_data = new System.Windows.Forms.CheckBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.codetablefilepath = new System.Windows.Forms.TextBox();
            this.open_code_table_file = new System.Windows.Forms.Button();
            this.import_code_table_info = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.bdzbasefilepath = new System.Windows.Forms.TextBox();
            this.open_bdz_base_file = new System.Windows.Forms.Button();
            this.import_bdz_info = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.bdz_baseTableAdapter = new QXPDA.qxpdaDataSetTableAdapters.bdz_baseTableAdapter();
            this.subline_baseTableAdapter = new QXPDA.qxpdaDataSetTableAdapters.subline_baseTableAdapter();
            this.pole_towerTableAdapter = new QXPDA.qxpdaDataSetTableAdapters.pole_towerTableAdapter();
            this.line_crossTableAdapter = new QXPDA.qxpdaDataSetTableAdapters.line_crossTableAdapter();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.timer1 = new System.Windows.Forms.Timer();
            this.linebasefilepath = new System.Windows.Forms.TextBox();
            this.open_linebase_file = new System.Windows.Forms.Button();
            this.import_linebase_info = new System.Windows.Forms.Button();
            this.IsEnableCodeInfoImport = new System.Windows.Forms.CheckBox();
            this.IsEnableLineInfoImport = new System.Windows.Forms.CheckBox();
            this.IsEnableBdzImport = new System.Windows.Forms.CheckBox();
            this.tabControl1.SuspendLayout();
            this.bdz_base.SuspendLayout();
            this.subline_base.SuspendLayout();
            this.pole_tower.SuspendLayout();
            this.line_cross.SuspendLayout();
            this.base_data.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // pole_codeLabel
            // 
            this.pole_codeLabel.Location = new System.Drawing.Point(9, 79);
            this.pole_codeLabel.Name = "pole_codeLabel";
            this.pole_codeLabel.Size = new System.Drawing.Size(47, 15);
            this.pole_codeLabel.Text = "杆号";
            // 
            // pole_heightLabel
            // 
            this.pole_heightLabel.Location = new System.Drawing.Point(125, 79);
            this.pole_heightLabel.Name = "pole_heightLabel";
            this.pole_heightLabel.Size = new System.Drawing.Size(32, 15);
            this.pole_heightLabel.Text = "杆高";
            // 
            // pole_typeLabel
            // 
            this.pole_typeLabel.Location = new System.Drawing.Point(9, 103);
            this.pole_typeLabel.Name = "pole_typeLabel";
            this.pole_typeLabel.Size = new System.Drawing.Size(47, 15);
            this.pole_typeLabel.Text = "杆型";
            // 
            // tip_radiusLabel
            // 
            this.tip_radiusLabel.Location = new System.Drawing.Point(125, 103);
            this.tip_radiusLabel.Name = "tip_radiusLabel";

⌨️ 快捷键说明

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