Newer
Older
GHFX_REFACTOR / FrmAddFlagBatch.Designer.cs
xiaowei on 28 Nov 2016 15 KB 增加标识器管理
namespace Cyberpipe
{
    partial class FrmAddFlagBatch
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.labelX3 = new DevComponents.DotNetBar.LabelX();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.labelX5 = new DevComponents.DotNetBar.LabelX();
            this.labelX6 = new DevComponents.DotNetBar.LabelX();
            this.txt_layer_file = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txt_layer_name = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.combo_model_name = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.combo_model_path = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.combo_z_value = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
            this.btn_file_select = new DevComponents.DotNetBar.ButtonX();
            this.btn_imp = new DevComponents.DotNetBar.ButtonX();
            this.groupPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupPanel1
            // 
            this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
            this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
            this.groupPanel1.Controls.Add(this.btn_file_select);
            this.groupPanel1.Controls.Add(this.combo_z_value);
            this.groupPanel1.Controls.Add(this.combo_model_path);
            this.groupPanel1.Controls.Add(this.combo_model_name);
            this.groupPanel1.Controls.Add(this.txt_layer_name);
            this.groupPanel1.Controls.Add(this.txt_layer_file);
            this.groupPanel1.Controls.Add(this.labelX6);
            this.groupPanel1.Controls.Add(this.labelX5);
            this.groupPanel1.Controls.Add(this.labelX4);
            this.groupPanel1.Controls.Add(this.labelX3);
            this.groupPanel1.Controls.Add(this.labelX2);
            this.groupPanel1.Location = new System.Drawing.Point(0, 59);
            this.groupPanel1.Name = "groupPanel1";
            this.groupPanel1.Size = new System.Drawing.Size(441, 266);
            // 
            // 
            // 
            this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.groupPanel1.Style.BackColorGradientAngle = 90;
            this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel1.Style.BorderBottomWidth = 1;
            this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel1.Style.BorderLeftWidth = 1;
            this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel1.Style.BorderRightWidth = 1;
            this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
            this.groupPanel1.Style.BorderTopWidth = 1;
            this.groupPanel1.Style.Class = "";
            this.groupPanel1.Style.CornerDiameter = 4;
            this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
            this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
            // 
            // 
            // 
            this.groupPanel1.StyleMouseDown.Class = "";
            this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            // 
            // 
            // 
            this.groupPanel1.StyleMouseOver.Class = "";
            this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.groupPanel1.TabIndex = 0;
            this.groupPanel1.Text = "导入信息";
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.SystemColors.MenuText;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelX1.ForeColor = System.Drawing.Color.Red;
            this.labelX1.Location = new System.Drawing.Point(0, 0);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(441, 57);
            this.labelX1.TabIndex = 0;
            this.labelX1.Text = "shp字段名要求是中文字段,入库后的字段名称和shp一致。标识器模型文件夹必须和程序exe在同一个目录下";
            this.labelX1.WordWrap = true;
            // 
            // labelX2
            // 
            this.labelX2.AutoSize = true;
            this.labelX2.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.Class = "";
            this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX2.Location = new System.Drawing.Point(10, 19);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(50, 16);
            this.labelX2.TabIndex = 0;
            this.labelX2.Text = "图层文件";
            // 
            // labelX3
            // 
            this.labelX3.AutoSize = true;
            this.labelX3.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX3.BackgroundStyle.Class = "";
            this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX3.Location = new System.Drawing.Point(10, 66);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(50, 16);
            this.labelX3.TabIndex = 1;
            this.labelX3.Text = "图层名称";
            // 
            // labelX4
            // 
            this.labelX4.AutoSize = true;
            this.labelX4.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX4.BackgroundStyle.Class = "";
            this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX4.Location = new System.Drawing.Point(10, 113);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(50, 16);
            this.labelX4.TabIndex = 2;
            this.labelX4.Text = "模型名称";
            // 
            // labelX5
            // 
            this.labelX5.AutoSize = true;
            this.labelX5.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX5.BackgroundStyle.Class = "";
            this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX5.Location = new System.Drawing.Point(10, 161);
            this.labelX5.Name = "labelX5";
            this.labelX5.Size = new System.Drawing.Size(50, 16);
            this.labelX5.TabIndex = 3;
            this.labelX5.Text = "模型路径";
            // 
            // labelX6
            // 
            this.labelX6.AutoSize = true;
            this.labelX6.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX6.BackgroundStyle.Class = "";
            this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX6.Location = new System.Drawing.Point(10, 203);
            this.labelX6.Name = "labelX6";
            this.labelX6.Size = new System.Drawing.Size(44, 16);
            this.labelX6.TabIndex = 4;
            this.labelX6.Text = "Z坐标值";
            // 
            // txt_layer_file
            // 
            this.txt_layer_file.BackColor = System.Drawing.SystemColors.Control;
            // 
            // 
            // 
            this.txt_layer_file.Border.Class = "TextBoxBorder";
            this.txt_layer_file.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_layer_file.Location = new System.Drawing.Point(79, 13);
            this.txt_layer_file.Name = "txt_layer_file";
            this.txt_layer_file.ReadOnly = true;
            this.txt_layer_file.Size = new System.Drawing.Size(281, 21);
            this.txt_layer_file.TabIndex = 5;
            // 
            // txt_layer_name
            // 
            // 
            // 
            // 
            this.txt_layer_name.Border.Class = "TextBoxBorder";
            this.txt_layer_name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txt_layer_name.Location = new System.Drawing.Point(79, 60);
            this.txt_layer_name.Name = "txt_layer_name";
            this.txt_layer_name.Size = new System.Drawing.Size(281, 21);
            this.txt_layer_name.TabIndex = 6;
            // 
            // combo_model_name
            // 
            this.combo_model_name.DisplayMember = "Text";
            this.combo_model_name.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combo_model_name.FormattingEnabled = true;
            this.combo_model_name.ItemHeight = 15;
            this.combo_model_name.Location = new System.Drawing.Point(79, 108);
            this.combo_model_name.Name = "combo_model_name";
            this.combo_model_name.Size = new System.Drawing.Size(281, 21);
            this.combo_model_name.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combo_model_name.TabIndex = 7;
            // 
            // combo_model_path
            // 
            this.combo_model_path.DisplayMember = "Text";
            this.combo_model_path.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combo_model_path.FormattingEnabled = true;
            this.combo_model_path.ItemHeight = 15;
            this.combo_model_path.Location = new System.Drawing.Point(79, 156);
            this.combo_model_path.Name = "combo_model_path";
            this.combo_model_path.Size = new System.Drawing.Size(281, 21);
            this.combo_model_path.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combo_model_path.TabIndex = 7;
            // 
            // combo_z_value
            // 
            this.combo_z_value.DisplayMember = "Text";
            this.combo_z_value.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combo_z_value.FormattingEnabled = true;
            this.combo_z_value.ItemHeight = 15;
            this.combo_z_value.Location = new System.Drawing.Point(79, 198);
            this.combo_z_value.Name = "combo_z_value";
            this.combo_z_value.Size = new System.Drawing.Size(281, 21);
            this.combo_z_value.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combo_z_value.TabIndex = 7;
            // 
            // styleManager1
            // 
            this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue;
            // 
            // btn_file_select
            // 
            this.btn_file_select.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_file_select.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_file_select.Location = new System.Drawing.Point(365, 12);
            this.btn_file_select.Name = "btn_file_select";
            this.btn_file_select.Size = new System.Drawing.Size(49, 23);
            this.btn_file_select.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_file_select.TabIndex = 8;
            this.btn_file_select.Text = "选择";
            this.btn_file_select.Click += new System.EventHandler(this.btn_file_select_Click);
            // 
            // btn_imp
            // 
            this.btn_imp.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_imp.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_imp.Location = new System.Drawing.Point(352, 345);
            this.btn_imp.Name = "btn_imp";
            this.btn_imp.Size = new System.Drawing.Size(75, 23);
            this.btn_imp.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_imp.TabIndex = 1;
            this.btn_imp.Text = "导入";
            this.btn_imp.Click += new System.EventHandler(this.btn_imp_Click);
            // 
            // FrmAddFlagBatch
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(441, 380);
            this.Controls.Add(this.btn_imp);
            this.Controls.Add(this.labelX1);
            this.Controls.Add(this.groupPanel1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmAddFlagBatch";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "批量入库";
            this.groupPanel1.ResumeLayout(false);
            this.groupPanel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.Controls.GroupPanel groupPanel1;
        private DevComponents.DotNetBar.ButtonX btn_file_select;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combo_z_value;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combo_model_path;
        private DevComponents.DotNetBar.Controls.ComboBoxEx combo_model_name;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_layer_name;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_layer_file;
        private DevComponents.DotNetBar.LabelX labelX6;
        private DevComponents.DotNetBar.LabelX labelX5;
        private DevComponents.DotNetBar.LabelX labelX4;
        private DevComponents.DotNetBar.LabelX labelX3;
        private DevComponents.DotNetBar.LabelX labelX2;
        private DevComponents.DotNetBar.LabelX labelX1;
        private DevComponents.DotNetBar.StyleManager styleManager1;
        private DevComponents.DotNetBar.ButtonX btn_imp;
    }
}