123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- namespace Ips.Service.CapServer
- {
- partial class DirectXForm1
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DirectXForm1));
- DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
- DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
- directXFormContainerControl1 = new DevExpress.XtraEditors.DirectXFormContainerControl();
- groupControl1 = new DevExpress.XtraEditors.GroupControl();
- stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
- labelControl1 = new DevExpress.XtraEditors.LabelControl();
- txtLocalPort = new DevExpress.XtraEditors.TextEdit();
- labelControl2 = new DevExpress.XtraEditors.LabelControl();
- txtCardType = new DevExpress.XtraEditors.ComboBoxEdit();
- labelControl3 = new DevExpress.XtraEditors.LabelControl();
- txtSvrNo = new DevExpress.XtraEditors.TextEdit();
- labelControl4 = new DevExpress.XtraEditors.LabelControl();
- txtRegistryAddr = new DevExpress.XtraEditors.TextEdit();
- btnStart = new DevExpress.XtraEditors.SimpleButton();
- btnShowApi = new DevExpress.XtraBars.BarButtonItem();
- directXFormContainerControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)groupControl1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)stackPanel1).BeginInit();
- stackPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)txtLocalPort.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtCardType.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtSvrNo.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtRegistryAddr.Properties).BeginInit();
- SuspendLayout();
- //
- // directXFormContainerControl1
- //
- directXFormContainerControl1.Controls.Add(groupControl1);
- directXFormContainerControl1.Controls.Add(stackPanel1);
- directXFormContainerControl1.Location = new Point(1, 31);
- directXFormContainerControl1.Margin = new Padding(3, 4, 3, 4);
- directXFormContainerControl1.Name = "directXFormContainerControl1";
- directXFormContainerControl1.Size = new Size(957, 545);
- directXFormContainerControl1.TabIndex = 0;
- //
- // groupControl1
- //
- groupControl1.Dock = DockStyle.Fill;
- groupControl1.Location = new Point(0, 39);
- groupControl1.Margin = new Padding(3, 4, 3, 4);
- groupControl1.Name = "groupControl1";
- groupControl1.Size = new Size(957, 506);
- groupControl1.TabIndex = 1;
- groupControl1.Text = "日志信息";
- //
- // stackPanel1
- //
- stackPanel1.Controls.Add(labelControl1);
- stackPanel1.Controls.Add(txtLocalPort);
- stackPanel1.Controls.Add(labelControl2);
- stackPanel1.Controls.Add(txtCardType);
- stackPanel1.Controls.Add(labelControl3);
- stackPanel1.Controls.Add(txtSvrNo);
- stackPanel1.Controls.Add(labelControl4);
- stackPanel1.Controls.Add(txtRegistryAddr);
- stackPanel1.Controls.Add(btnStart);
- stackPanel1.Dock = DockStyle.Top;
- stackPanel1.Location = new Point(0, 0);
- stackPanel1.Margin = new Padding(3, 4, 3, 4);
- stackPanel1.Name = "stackPanel1";
- stackPanel1.Size = new Size(957, 39);
- stackPanel1.TabIndex = 0;
- //
- // labelControl1
- //
- labelControl1.Location = new Point(3, 12);
- labelControl1.Margin = new Padding(3, 4, 3, 4);
- labelControl1.Name = "labelControl1";
- labelControl1.Padding = new Padding(10, 0, 0, 0);
- labelControl1.Size = new Size(58, 14);
- labelControl1.TabIndex = 0;
- labelControl1.Text = "本地端口";
- //
- // txtLocalPort
- //
- txtLocalPort.Location = new Point(67, 7);
- txtLocalPort.Name = "txtLocalPort";
- txtLocalPort.Properties.AutoHeight = false;
- txtLocalPort.Size = new Size(70, 24);
- txtLocalPort.TabIndex = 2;
- txtLocalPort.ToolTip = "创建Http服务使用的本地端口,修改后需要重启软件";
- //
- // labelControl2
- //
- labelControl2.Location = new Point(143, 12);
- labelControl2.Margin = new Padding(3, 4, 3, 4);
- labelControl2.Name = "labelControl2";
- labelControl2.Padding = new Padding(10, 0, 0, 0);
- labelControl2.Size = new Size(70, 14);
- labelControl2.TabIndex = 0;
- labelControl2.Text = "采集卡类型";
- //
- // txtCardType
- //
- txtCardType.EditValue = "华力采集";
- txtCardType.Location = new Point(219, 7);
- txtCardType.Name = "txtCardType";
- txtCardType.Properties.AutoHeight = false;
- txtCardType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
- //txtCardType.Properties.Items.AddRange(new object[] { "华力采集", "前锋采集,能钠采集" });
- txtCardType.Properties.Items.AddRange(new object[] { "能钠采集" });
- txtCardType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- txtCardType.Size = new Size(80, 24);
- txtCardType.TabIndex = 3;
- //
- // labelControl3
- //
- labelControl3.Location = new Point(305, 12);
- labelControl3.Margin = new Padding(3, 4, 3, 4);
- labelControl3.Name = "labelControl3";
- labelControl3.Padding = new Padding(10, 0, 0, 0);
- labelControl3.Size = new Size(58, 14);
- labelControl3.TabIndex = 0;
- labelControl3.Text = "服务编号";
- //
- // txtSvrNo
- //
- txtSvrNo.Location = new Point(369, 7);
- txtSvrNo.Name = "txtSvrNo";
- txtSvrNo.Properties.AutoHeight = false;
- txtSvrNo.Size = new Size(100, 24);
- txtSvrNo.TabIndex = 1;
- //
- // labelControl4
- //
- labelControl4.Location = new Point(475, 12);
- labelControl4.Margin = new Padding(3, 4, 3, 4);
- labelControl4.Name = "labelControl4";
- labelControl4.Padding = new Padding(10, 0, 0, 0);
- labelControl4.Size = new Size(82, 14);
- labelControl4.TabIndex = 0;
- labelControl4.Text = "服务注册地址";
- //
- // txtRegistryAddr
- //
- txtRegistryAddr.EditValue = "";
- txtRegistryAddr.Location = new Point(563, 7);
- txtRegistryAddr.Name = "txtRegistryAddr";
- txtRegistryAddr.Properties.AutoHeight = false;
- txtRegistryAddr.Size = new Size(234, 24);
- txtRegistryAddr.TabIndex = 2;
- //
- // btnStart
- //
- btnStart.Location = new Point(803, 7);
- btnStart.Name = "btnStart";
- btnStart.Size = new Size(75, 24);
- btnStart.TabIndex = 4;
- btnStart.Text = "启动服务";
- btnStart.Click += btnStart_Click;
- //
- // btnShowApi
- //
- btnShowApi.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- btnShowApi.Caption = "barButtonItem1";
- btnShowApi.Id = 0;
- btnShowApi.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnShowApi.ImageOptions.SvgImage");
- btnShowApi.Name = "btnShowApi";
- toolTipItem2.Text = "查看Http接口";
- superToolTip2.Items.Add(toolTipItem2);
- btnShowApi.SuperTip = superToolTip2;
- btnShowApi.ItemClick += BtnShowApi_ItemClick;
- //
- // DirectXForm1
- //
- Appearance.Options.UseFont = true;
- AutoScaleDimensions = new SizeF(7F, 17F);
- AutoScaleMode = AutoScaleMode.Font;
- ChildControls.Add(directXFormContainerControl1);
- ClientSize = new Size(959, 577);
- Font = new Font("微软雅黑", 9F, FontStyle.Regular, GraphicsUnit.Point);
- IconOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("DirectXForm1.IconOptions.SvgImage");
- Links.Add(btnShowApi);
- Margin = new Padding(3, 4, 3, 4);
- Name = "DirectXForm1";
- Text = "DirectXForm1";
- directXFormContainerControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)groupControl1).EndInit();
- ((System.ComponentModel.ISupportInitialize)stackPanel1).EndInit();
- stackPanel1.ResumeLayout(false);
- stackPanel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)txtLocalPort.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtCardType.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtSvrNo.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtRegistryAddr.Properties).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.DirectXFormContainerControl directXFormContainerControl1;
- private DevExpress.XtraBars.BarButtonItem btnShowApi;
- private DevExpress.Utils.Layout.StackPanel stackPanel1;
- private DevExpress.XtraEditors.LabelControl labelControl1;
- private DevExpress.XtraEditors.TextEdit txtLocalPort;
- private DevExpress.XtraEditors.TextEdit txtSvrNo;
- private DevExpress.XtraEditors.LabelControl labelControl2;
- private DevExpress.XtraEditors.ComboBoxEdit txtCardType;
- private DevExpress.XtraEditors.LabelControl labelControl3;
- private DevExpress.XtraEditors.LabelControl labelControl4;
- private DevExpress.XtraEditors.TextEdit txtRegistryAddr;
- private DevExpress.XtraEditors.GroupControl groupControl1;
- private DevExpress.XtraEditors.SimpleButton btnStart;
- }
- }
|