namespace DDUtilityApp.ETC { partial class FrmTIbcoConfig { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tboxFilename = new System.Windows.Forms.TextBox(); this.btnSave = new System.Windows.Forms.Button(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.panel2 = new System.Windows.Forms.Panel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.panel4.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.splitContainer1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(800, 450); this.panel1.TabIndex = 0; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.tboxFilename); this.splitContainer1.Panel1.Controls.Add(this.btnSave); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(800, 450); this.splitContainer1.SplitterDistance = 51; this.splitContainer1.TabIndex = 0; // // tboxFilename // this.tboxFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tboxFilename.Location = new System.Drawing.Point(129, 14); this.tboxFilename.Name = "tboxFilename"; this.tboxFilename.Size = new System.Drawing.Size(659, 21); this.tboxFilename.TabIndex = 1; // // btnSave // this.btnSave.Location = new System.Drawing.Point(12, 12); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(111, 23); this.btnSave.TabIndex = 0; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = true; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.panel2); this.splitContainer2.Panel1.Padding = new System.Windows.Forms.Padding(3); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.panel3); this.splitContainer2.Size = new System.Drawing.Size(800, 395); this.splitContainer2.SplitterDistance = 411; this.splitContainer2.TabIndex = 0; // // panel2 // this.panel2.Controls.Add(this.textBox1); this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(3, 3); this.panel2.Name = "panel2"; this.panel2.Padding = new System.Windows.Forms.Padding(1); this.panel2.Size = new System.Drawing.Size(405, 389); this.panel2.TabIndex = 1; // // textBox1 // this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox1.Location = new System.Drawing.Point(1, 27); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(403, 361); this.textBox1.TabIndex = 1; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label1.Location = new System.Drawing.Point(1, 1); this.label1.Name = "label1"; this.label1.Padding = new System.Windows.Forms.Padding(2); this.label1.Size = new System.Drawing.Size(403, 26); this.label1.TabIndex = 0; this.label1.Text = "Original"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // panel3 // this.panel3.Controls.Add(this.panel4); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Padding = new System.Windows.Forms.Padding(3); this.panel3.Size = new System.Drawing.Size(385, 395); this.panel3.TabIndex = 2; // // panel4 // this.panel4.Controls.Add(this.textBox2); this.panel4.Controls.Add(this.label2); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(3, 3); this.panel4.Name = "panel4"; this.panel4.Padding = new System.Windows.Forms.Padding(1); this.panel4.Size = new System.Drawing.Size(379, 389); this.panel4.TabIndex = 2; // // textBox2 // this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.textBox2.Location = new System.Drawing.Point(1, 27); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(377, 361); this.textBox2.TabIndex = 1; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label2.Location = new System.Drawing.Point(1, 1); this.label2.Name = "label2"; this.label2.Padding = new System.Windows.Forms.Padding(2); this.label2.Size = new System.Drawing.Size(377, 26); this.label2.TabIndex = 0; this.label2.Text = "Sort"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FrmTIbcoConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.panel1); this.Name = "FrmTIbcoConfig"; this.Text = "FrmTIbcoConfig"; this.panel1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel3.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.TextBox tboxFilename; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label2; } }