Newer
Older
GHFX_REFACTOR / FrmDocumentEdit.Designer.cs
wxn on 9 Nov 2016 8 KB 冗余代码整理
using System.ComponentModel;
using System.Windows.Forms;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;
using DevComponents.Editors;

namespace Cyberpipe
{
    partial class FrmDocumentEdit
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private 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.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.btn_file = new DevComponents.DotNetBar.ButtonX();
            this.btn_ok = new DevComponents.DotNetBar.ButtonX();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.labelX4 = new DevComponents.DotNetBar.LabelX();
            this.combo_file_type = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.comboItem3 = new DevComponents.Editors.ComboItem();
            this.comboItem4 = new DevComponents.Editors.ComboItem();
            this.comboItem5 = new DevComponents.Editors.ComboItem();
            this.comboItem6 = new DevComponents.Editors.ComboItem();
            this.comboItem7 = new DevComponents.Editors.ComboItem();
            this.comboItem8 = new DevComponents.Editors.ComboItem();
            this.comboItem9 = new DevComponents.Editors.ComboItem();
            this.txt_file = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // labelX1
            // 
            this.labelX1.AutoSize = true;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(17, 27);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(37, 18);
            this.labelX1.TabIndex = 0;
            this.labelX1.Text = "文档*";
            // 
            // btn_file
            // 
            this.btn_file.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_file.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_file.Location = new System.Drawing.Point(359, 26);
            this.btn_file.Name = "btn_file";
            this.btn_file.Size = new System.Drawing.Size(58, 23);
            this.btn_file.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_file.TabIndex = 2;
            this.btn_file.Text = "选择";
            this.btn_file.Click += new System.EventHandler(this.btn_file_Click);
            // 
            // btn_ok
            // 
            this.btn_ok.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_ok.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_ok.Location = new System.Drawing.Point(342, 137);
            this.btn_ok.Name = "btn_ok";
            this.btn_ok.Size = new System.Drawing.Size(75, 23);
            this.btn_ok.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_ok.TabIndex = 5;
            this.btn_ok.Text = "确定";
            this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
            // 
            // progressBar1
            // 
            this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.progressBar1.Location = new System.Drawing.Point(0, 179);
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(426, 23);
            this.progressBar1.TabIndex = 6;
            // 
            // labelX4
            // 
            this.labelX4.AutoSize = true;
            // 
            // 
            // 
            this.labelX4.BackgroundStyle.Class = "";
            this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX4.Location = new System.Drawing.Point(17, 88);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(37, 18);
            this.labelX4.TabIndex = 0;
            this.labelX4.Text = "类型*";
            // 
            // combo_file_type
            // 
            this.combo_file_type.DisplayMember = "Text";
            this.combo_file_type.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combo_file_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combo_file_type.FormattingEnabled = true;
            this.combo_file_type.ItemHeight = 15;
            this.combo_file_type.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2,
            this.comboItem3,
            this.comboItem4,
            this.comboItem5,
            this.comboItem6,
            this.comboItem7,
            this.comboItem8,
            this.comboItem9});
            this.combo_file_type.Location = new System.Drawing.Point(56, 86);
            this.combo_file_type.Name = "combo_file_type";
            this.combo_file_type.Size = new System.Drawing.Size(297, 21);
            this.combo_file_type.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combo_file_type.TabIndex = 7;
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "规划审查文档";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "规范标准库";
            // 
            // comboItem3
            // 
            this.comboItem3.Text = "规划设计文档";
            // 
            // comboItem4
            // 
            this.comboItem4.Text = "规划设计图";
            // 
            // comboItem5
            // 
            this.comboItem5.Text = "控规图";
            // 
            // comboItem6
            // 
            this.comboItem6.Text = "管线路由分布";
            // 
            // comboItem7
            // 
            this.comboItem7.Text = "管线配件分布";
            // 
            // comboItem8
            // 
            this.comboItem8.Text = "系统文件";
            // 
            // comboItem9
            // 
            this.comboItem9.Text = "单证文档";
            // 
            // txt_file
            // 
            this.txt_file.Location = new System.Drawing.Point(56, 26);
            this.txt_file.Name = "txt_file";
            this.txt_file.ReadOnly = true;
            this.txt_file.Size = new System.Drawing.Size(297, 21);
            this.txt_file.TabIndex = 8;
            // 
            // FrmDocumentEdit
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.ClientSize = new System.Drawing.Size(426, 202);
            this.Controls.Add(this.txt_file);
            this.Controls.Add(this.combo_file_type);
            this.Controls.Add(this.progressBar1);
            this.Controls.Add(this.btn_ok);
            this.Controls.Add(this.btn_file);
            this.Controls.Add(this.labelX4);
            this.Controls.Add(this.labelX1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmDocumentEdit";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "文档上传";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private LabelX labelX1;
        private ButtonX btn_file;
        private ButtonX btn_ok;
        private ProgressBar progressBar1;
        private LabelX labelX4;
        private ComboBoxEx combo_file_type;
        private ComboItem comboItem1;
        private ComboItem comboItem2;
        private ComboItem comboItem3;
        private ComboItem comboItem4;
        private ComboItem comboItem5;
        private ComboItem comboItem6;
        private ComboItem comboItem7;
        private ComboItem comboItem8;
        private ComboItem comboItem9;
        private TextBox txt_file;
    }
}