namespace XdCxRhDW.Sender { partial class Form1 { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.txtTskType = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.barManager1 = new DevExpress.XtraBars.BarManager(this.components); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.btnCopyAll = new DevExpress.XtraBars.BarButtonItem(); this.btnClear = new DevExpress.XtraBars.BarButtonItem(); this.localPort1 = new DevExpress.XtraEditors.TextEdit(); this.txtAddr1 = new DevExpress.XtraEditors.TextEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.btn1 = new DevExpress.XtraEditors.SimpleButton(); this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl(); this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtTskType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.localPort1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAddr1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit(); this.tablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.tablePanel1.SetColumn(this.layoutControl1, 1); this.layoutControl1.Controls.Add(this.txtTskType); this.layoutControl1.Controls.Add(this.localPort1); this.layoutControl1.Controls.Add(this.txtAddr1); this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutControl1.Location = new System.Drawing.Point(74, 12); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.Root; this.tablePanel1.SetRow(this.layoutControl1, 0); this.layoutControl1.Size = new System.Drawing.Size(513, 50); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // txtTskType // this.txtTskType.Location = new System.Drawing.Point(314, 19); this.txtTskType.MenuManager = this.barManager1; this.txtTskType.Name = "txtTskType"; this.txtTskType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtTskType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一星一地测向定位", "X1D1CX", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("一星一地测向定位无星历", "X1D1CXNoXL", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("两星一地定位", "X2D1", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("两星一地无参定位", "X2D1NoPar", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("两星一地定位无星历", "X2D1NoXL", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("两星一地无参定位无星历", "X2D1NoParNoXL", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("融合定位", "RH", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("融合定位无星历", "RHNoXL", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双时差定位", "X3TwoDto", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双时差无参定位", "X3TwoDtoNoPar", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双时差定位无星历", "X3TwoDtoNoXL", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双时差无参定位无星历", "X3TwoDtoNoParNoXL", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双频差定位", "X3TwoDfo", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("三星双频差定位无星历", "X3TwoDfoNoXL", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("双星时频差定位", "X2Dfo", -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("双星时频差定位无星历", "X2DfoNoXL", -1)}); this.txtTskType.Size = new System.Drawing.Size(197, 20); this.txtTskType.StyleController = this.layoutControl1; this.txtTskType.TabIndex = 6; // // barManager1 // this.barManager1.DockControls.Add(this.barDockControlTop); this.barManager1.DockControls.Add(this.barDockControlBottom); this.barManager1.DockControls.Add(this.barDockControlLeft); this.barManager1.DockControls.Add(this.barDockControlRight); this.barManager1.Form = this; this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.btnCopyAll, this.btnClear}); this.barManager1.MaxItemId = 2; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Manager = this.barManager1; this.barDockControlTop.Size = new System.Drawing.Size(743, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 521); this.barDockControlBottom.Manager = this.barManager1; this.barDockControlBottom.Size = new System.Drawing.Size(743, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 0); this.barDockControlLeft.Manager = this.barManager1; this.barDockControlLeft.Size = new System.Drawing.Size(0, 521); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(743, 0); this.barDockControlRight.Manager = this.barManager1; this.barDockControlRight.Size = new System.Drawing.Size(0, 521); // // btnCopyAll // this.btnCopyAll.Caption = "复制所有"; this.btnCopyAll.Id = 0; this.btnCopyAll.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnCopyAll.ImageOptions.SvgImage"))); this.btnCopyAll.Name = "btnCopyAll"; this.btnCopyAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCopyAll_ItemClick); // // btnClear // this.btnClear.Caption = "清空所有"; this.btnClear.Id = 1; this.btnClear.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnClear.ImageOptions.SvgImage"))); this.btnClear.Name = "btnClear"; this.btnClear.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClear_ItemClick); // // localPort1 // this.localPort1.Location = new System.Drawing.Point(201, 19); this.localPort1.MenuManager = this.barManager1; this.localPort1.Name = "localPort1"; this.localPort1.Properties.NullValuePrompt = "空值表示随机端口"; this.localPort1.Size = new System.Drawing.Size(109, 20); this.localPort1.StyleController = this.layoutControl1; this.localPort1.TabIndex = 5; // // txtAddr1 // this.txtAddr1.EditValue = "127.0.0.1:8092"; this.txtAddr1.Location = new System.Drawing.Point(2, 19); this.txtAddr1.Name = "txtAddr1"; this.txtAddr1.Properties.NullValuePrompt = "127.0.0.1:16010"; this.txtAddr1.Size = new System.Drawing.Size(195, 20); this.txtAddr1.StyleController = this.layoutControl1; this.txtAddr1.TabIndex = 4; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem1, this.layoutControlItem7, this.layoutControlItem2}); this.Root.Name = "Root"; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); this.Root.Size = new System.Drawing.Size(513, 50); this.Root.Text = "星地时频差"; this.Root.TextVisible = false; // // layoutControlItem1 // this.layoutControlItem1.Control = this.txtAddr1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.MinSize = new System.Drawing.Size(112, 41); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(199, 50); this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem1.Text = "推送地址"; this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem7 // this.layoutControlItem7.Control = this.localPort1; this.layoutControlItem7.Location = new System.Drawing.Point(199, 0); this.layoutControlItem7.MinSize = new System.Drawing.Size(54, 44); this.layoutControlItem7.Name = "layoutControlItem7"; this.layoutControlItem7.Size = new System.Drawing.Size(113, 50); this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem7.Text = "本地端口"; this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem2 // this.layoutControlItem2.Control = this.txtTskType; this.layoutControlItem2.Location = new System.Drawing.Point(312, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(201, 50); this.layoutControlItem2.Text = "定位类型"; this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14); // // tablePanel1 // this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 0.67F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5.7F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 0.63F)}); this.tablePanel1.Controls.Add(this.btn1); this.tablePanel1.Controls.Add(this.listBoxControl1); this.tablePanel1.Controls.Add(this.layoutControl1); this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tablePanel1.Location = new System.Drawing.Point(0, 0); this.tablePanel1.Name = "tablePanel1"; this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 54F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 1F)}); this.tablePanel1.Size = new System.Drawing.Size(743, 521); this.tablePanel1.TabIndex = 1; this.tablePanel1.UseSkinIndents = true; // // btn1 // this.tablePanel1.SetColumn(this.btn1, 2); this.btn1.Location = new System.Drawing.Point(592, 33); this.btn1.Margin = new System.Windows.Forms.Padding(3, 17, 3, 3); this.btn1.Name = "btn1"; this.tablePanel1.SetRow(this.btn1, 0); this.btn1.Size = new System.Drawing.Size(80, 21); this.btn1.TabIndex = 4; this.btn1.Text = "推送"; this.btn1.Click += new System.EventHandler(this.btn1_Click); // // listBoxControl1 // this.tablePanel1.SetColumn(this.listBoxControl1, 0); this.tablePanel1.SetColumnSpan(this.listBoxControl1, 4); this.listBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.listBoxControl1.Location = new System.Drawing.Point(13, 66); this.listBoxControl1.Name = "listBoxControl1"; this.tablePanel1.SetRow(this.listBoxControl1, 1); this.listBoxControl1.Size = new System.Drawing.Size(717, 442); this.listBoxControl1.TabIndex = 3; this.listBoxControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listBoxControl1_MouseClick); // // popupMenu1 // this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(this.btnCopyAll), new DevExpress.XtraBars.LinkPersistInfo(this.btnClear)}); this.popupMenu1.Manager = this.barManager1; this.popupMenu1.Name = "popupMenu1"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(743, 521); this.Controls.Add(this.tablePanel1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form1.IconOptions.Icon"))); this.IconOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("Form1.IconOptions.SvgImage"))); this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form1"; this.Text = "结果推送"; ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txtTskType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.localPort1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtAddr1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit(); this.tablePanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.TextEdit txtAddr1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.Utils.Layout.TablePanel tablePanel1; private DevExpress.XtraEditors.ListBoxControl listBoxControl1; private DevExpress.XtraBars.BarManager barManager1; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private DevExpress.XtraBars.PopupMenu popupMenu1; private DevExpress.XtraBars.BarButtonItem btnCopyAll; private DevExpress.XtraBars.BarButtonItem btnClear; private DevExpress.XtraEditors.TextEdit localPort1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraEditors.SimpleButton btn1; private DevExpress.XtraEditors.ImageComboBoxEdit txtTskType; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } }