namespace Cyberpipe.PATM_Forms { partial class F_PATMTitle { /// <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.label1 = new System.Windows.Forms.Label(); this.projectLists = new System.Windows.Forms.ComboBox(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.label2 = new System.Windows.Forms.Label(); this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.projectLists2 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(35, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "项目名称"; // // projectLists // this.projectLists.FormattingEnabled = true; this.projectLists.Location = new System.Drawing.Point(112, 21); this.projectLists.Name = "projectLists"; this.projectLists.Size = new System.Drawing.Size(179, 20); this.projectLists.TabIndex = 1; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(53, 153); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(75, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 2; this.buttonX1.Text = "确定"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(222, 153); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(75, 23); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 3; this.buttonX2.Text = "关闭"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(35, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 4; this.label2.Text = "文件名称"; // // textBoxX1 // // // // this.textBoxX1.Border.Class = "TextBoxBorder"; this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxX1.Location = new System.Drawing.Point(112, 64); this.textBoxX1.Name = "textBoxX1"; this.textBoxX1.Size = new System.Drawing.Size(179, 21); this.textBoxX1.TabIndex = 5; // // buttonX3 // this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX3.Location = new System.Drawing.Point(295, 108); this.buttonX3.Name = "buttonX3"; this.buttonX3.Size = new System.Drawing.Size(26, 23); this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX3.TabIndex = 12; this.buttonX3.Text = "..."; this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click); // // textBoxX2 // // // // this.textBoxX2.Border.Class = "TextBoxBorder"; this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxX2.Enabled = false; this.textBoxX2.Location = new System.Drawing.Point(112, 109); this.textBoxX2.Name = "textBoxX2"; this.textBoxX2.Size = new System.Drawing.Size(179, 21); this.textBoxX2.TabIndex = 11; // // labelX3 // // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(31, 109); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(97, 23); this.labelX3.TabIndex = 10; this.labelX3.Text = "输出路径:"; // // projectLists2 // // // // this.projectLists2.Border.Class = "TextBoxBorder"; this.projectLists2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.projectLists2.Location = new System.Drawing.Point(112, 20); this.projectLists2.Name = "projectLists2"; this.projectLists2.Size = new System.Drawing.Size(179, 21); this.projectLists2.TabIndex = 13; // // F_PATMTitle // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(332, 196); this.Controls.Add(this.projectLists2); this.Controls.Add(this.buttonX3); this.Controls.Add(this.textBoxX2); this.Controls.Add(this.labelX3); this.Controls.Add(this.textBoxX1); this.Controls.Add(this.label2); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.projectLists); this.Controls.Add(this.label1); this.DoubleBuffered = true; this.MaximizeBox = false; this.Name = "F_PATMTitle"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "导出设置"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox projectLists; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.ButtonX buttonX2; private System.Windows.Forms.Label label2; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1; private DevComponents.DotNetBar.ButtonX buttonX3; private DevComponents.DotNetBar.Controls.TextBoxX textBoxX2; private DevComponents.DotNetBar.LabelX labelX3; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private DevComponents.DotNetBar.Controls.TextBoxX projectLists2; } }