namespace Yw.WinFrmUI.Phart { partial class ClipboardCurveTextSelDlg { /// /// 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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.txtNeglectChar3 = new DevExpress.XtraEditors.TextEdit(); this.txtNeglectChar2 = new DevExpress.XtraEditors.TextEdit(); this.txtNeglectChar1 = new DevExpress.XtraEditors.TextEdit(); this.txtClipboard = new DevExpress.XtraEditors.MemoEdit(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.rgDirection = new DevExpress.XtraEditors.RadioGroup(); this.rgSeparator = new DevExpress.XtraEditors.RadioGroup(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtNeglectChar3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNeglectChar2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNeglectChar1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtClipboard.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rgDirection.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rgSeparator.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.AllowCustomizationMenu = false; this.layoutControl1.Controls.Add(this.txtNeglectChar3); this.layoutControl1.Controls.Add(this.txtNeglectChar2); this.layoutControl1.Controls.Add(this.txtNeglectChar1); this.layoutControl1.Controls.Add(this.txtClipboard); this.layoutControl1.Controls.Add(this.btnCancel); this.layoutControl1.Controls.Add(this.btnOk); this.layoutControl1.Controls.Add(this.rgDirection); this.layoutControl1.Controls.Add(this.rgSeparator); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(0, 0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(772, 198, 250, 350); this.layoutControl1.Root = this.layoutControlGroup1; this.layoutControl1.Size = new System.Drawing.Size(446, 439); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // txtNeglectChar3 // this.txtNeglectChar3.EditValue = "\\"; this.txtNeglectChar3.Location = new System.Drawing.Point(12, 381); this.txtNeglectChar3.Name = "txtNeglectChar3"; this.txtNeglectChar3.Size = new System.Drawing.Size(422, 20); this.txtNeglectChar3.StyleController = this.layoutControl1; this.txtNeglectChar3.TabIndex = 11; // // txtNeglectChar2 // this.txtNeglectChar2.EditValue = "*"; this.txtNeglectChar2.Location = new System.Drawing.Point(12, 337); this.txtNeglectChar2.Name = "txtNeglectChar2"; this.txtNeglectChar2.Size = new System.Drawing.Size(422, 20); this.txtNeglectChar2.StyleController = this.layoutControl1; this.txtNeglectChar2.TabIndex = 10; // // txtNeglectChar1 // this.txtNeglectChar1.EditValue = "/"; this.txtNeglectChar1.Location = new System.Drawing.Point(12, 293); this.txtNeglectChar1.Name = "txtNeglectChar1"; this.txtNeglectChar1.Size = new System.Drawing.Size(422, 20); this.txtNeglectChar1.StyleController = this.layoutControl1; this.txtNeglectChar1.TabIndex = 9; // // txtClipboard // this.txtClipboard.Location = new System.Drawing.Point(12, 29); this.txtClipboard.Name = "txtClipboard"; this.txtClipboard.Size = new System.Drawing.Size(422, 120); this.txtClipboard.StyleController = this.layoutControl1; this.txtClipboard.TabIndex = 8; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(347, 405); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(87, 22); this.btnCancel.StyleController = this.layoutControl1; this.btnCancel.TabIndex = 7; this.btnCancel.Text = "取消"; // // btnOk // this.btnOk.Location = new System.Drawing.Point(256, 405); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(87, 22); this.btnOk.StyleController = this.layoutControl1; this.btnOk.TabIndex = 6; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // rgDirection // this.rgDirection.Location = new System.Drawing.Point(12, 233); this.rgDirection.Name = "rgDirection"; this.rgDirection.Properties.Columns = 2; this.rgDirection.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "横向"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "纵向")}); this.rgDirection.Size = new System.Drawing.Size(422, 36); this.rgDirection.StyleController = this.layoutControl1; this.rgDirection.TabIndex = 5; // // rgSeparator // this.rgSeparator.Location = new System.Drawing.Point(12, 173); this.rgSeparator.Name = "rgSeparator"; this.rgSeparator.Properties.Columns = 2; this.rgSeparator.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "单元"), new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "逗号")}); this.rgSeparator.Size = new System.Drawing.Size(422, 36); this.rgSeparator.StyleController = this.layoutControl1; this.rgSeparator.TabIndex = 4; // // layoutControlGroup1 // this.layoutControlGroup1.CustomizationFormText = "Root"; this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem2, this.layoutControlItem3, this.layoutControlItem4, this.emptySpaceItem1, this.layoutControlItem5, this.layoutControlItem6, this.layoutControlItem7, this.layoutControlItem8}); this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup1.Name = "Root"; this.layoutControlGroup1.Size = new System.Drawing.Size(446, 439); this.layoutControlGroup1.Text = "Root"; this.layoutControlGroup1.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.AppearanceItemCaption.FontSizeDelta = 1; this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true; this.layoutControlItem1.Control = this.rgSeparator; this.layoutControlItem1.CustomizationFormText = "分隔"; this.layoutControlItem1.Location = new System.Drawing.Point(0, 141); this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 60); this.layoutControlItem1.MinSize = new System.Drawing.Size(54, 60); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(426, 60); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.Text = "分隔"; this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 17); // // layoutControlItem2 // this.layoutControlItem2.AppearanceItemCaption.FontSizeDelta = 1; this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true; this.layoutControlItem2.Control = this.rgDirection; this.layoutControlItem2.CustomizationFormText = "方向"; this.layoutControlItem2.Location = new System.Drawing.Point(0, 201); this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 60); this.layoutControlItem2.MinSize = new System.Drawing.Size(54, 60); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(426, 60); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.Text = "方向"; this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 17); // // layoutControlItem3 // this.layoutControlItem3.Control = this.btnOk; this.layoutControlItem3.CustomizationFormText = "layoutControlItem3"; this.layoutControlItem3.Location = new System.Drawing.Point(244, 393); this.layoutControlItem3.MaxSize = new System.Drawing.Size(91, 26); this.layoutControlItem3.MinSize = new System.Drawing.Size(91, 26); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(91, 26); this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem3.Text = "layoutControlItem3"; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextToControlDistance = 0; this.layoutControlItem3.TextVisible = false; // // layoutControlItem4 // this.layoutControlItem4.Control = this.btnCancel; this.layoutControlItem4.CustomizationFormText = "layoutControlItem4"; this.layoutControlItem4.Location = new System.Drawing.Point(335, 393); this.layoutControlItem4.MaxSize = new System.Drawing.Size(91, 26); this.layoutControlItem4.MinSize = new System.Drawing.Size(91, 26); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(91, 26); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.Text = "layoutControlItem4"; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextToControlDistance = 0; this.layoutControlItem4.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1"; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 393); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(244, 26); this.emptySpaceItem1.Text = "emptySpaceItem1"; this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // layoutControlItem5 // this.layoutControlItem5.Control = this.txtClipboard; this.layoutControlItem5.CustomizationFormText = "剪切板内容"; this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(426, 141); this.layoutControlItem5.Text = "剪切板内容"; this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 14); // // layoutControlItem6 // this.layoutControlItem6.AppearanceItemCaption.FontSizeDelta = 1; this.layoutControlItem6.AppearanceItemCaption.Options.UseFont = true; this.layoutControlItem6.Control = this.txtNeglectChar1; this.layoutControlItem6.CustomizationFormText = "忽略"; this.layoutControlItem6.Location = new System.Drawing.Point(0, 261); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(426, 44); this.layoutControlItem6.Text = "忽略1"; this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 17); // // layoutControlItem7 // this.layoutControlItem7.AppearanceItemCaption.FontSizeDelta = 1; this.layoutControlItem7.AppearanceItemCaption.Options.UseFont = true; this.layoutControlItem7.Control = this.txtNeglectChar2; this.layoutControlItem7.CustomizationFormText = "忽略2"; this.layoutControlItem7.Location = new System.Drawing.Point(0, 305); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(426, 44); this.layoutControlItem7.Text = "忽略2"; this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem7.TextSize = new System.Drawing.Size(60, 17); // // layoutControlItem8 // this.layoutControlItem8.AppearanceItemCaption.FontSizeDelta = 1; this.layoutControlItem8.AppearanceItemCaption.Options.UseFont = true; this.layoutControlItem8.Control = this.txtNeglectChar3; this.layoutControlItem8.CustomizationFormText = "忽略3"; this.layoutControlItem8.Location = new System.Drawing.Point(0, 349); this.layoutControlItem8.Name = "layoutControlItem8"; this.layoutControlItem8.Size = new System.Drawing.Size(426, 44); this.layoutControlItem8.Text = "忽略3"; this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 17); // // ClipboardCurveTextSelDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(446, 439); this.Controls.Add(this.layoutControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "ClipboardCurveTextSelDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "剪切板数据确认"; this.Load += new System.EventHandler(this.ClipboardCurveTextSelDlg_Load); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtNeglectChar3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNeglectChar2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNeglectChar1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtClipboard.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rgDirection.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rgSeparator.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.RadioGroup rgDirection; private DevExpress.XtraEditors.RadioGroup rgSeparator; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.MemoEdit txtClipboard; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.TextEdit txtNeglectChar1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraEditors.TextEdit txtNeglectChar3; private DevExpress.XtraEditors.TextEdit txtNeglectChar2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; } }