| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421 |
- namespace Core.StlMes.Client.LgResMgt.Mcms
- {
- partial class CommunicationDetailSetting
- {
- /// <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.components = new System.ComponentModel.Container();
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CommunicationDetailSetting));
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Turn");
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Revert");
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show");
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.panel5 = new System.Windows.Forms.Panel();
- this.txtPort = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.txtIp = new System.Windows.Forms.TextBox();
- this.lblIp = new System.Windows.Forms.Label();
- this.panel4 = new System.Windows.Forms.Panel();
- this.label5 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.baudRate = new System.Windows.Forms.ComboBox();
- this.cmbCom = new System.Windows.Forms.ComboBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.rbt1 = new System.Windows.Forms.RadioButton();
- this.rbt2 = new System.Windows.Forms.RadioButton();
- this.utmMain = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this.communicationEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.panel1.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel5.SuspendLayout();
- this.panel4.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.utmMain)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.communicationEntityBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // _panel1_Toolbars_Dock_Area_Top
- //
- this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
- this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._panel1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
- this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
- this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(504, 31);
- this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.utmMain;
- //
- // _panel1_Toolbars_Dock_Area_Bottom
- //
- this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
- this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 291);
- this._panel1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
- this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
- this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(504, 0);
- this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.utmMain;
- //
- // _panel1_Toolbars_Dock_Area_Left
- //
- this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
- this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 31);
- this._panel1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
- this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
- this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 260);
- this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.utmMain;
- //
- // _panel1_Toolbars_Dock_Area_Right
- //
- this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
- this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(504, 31);
- this._panel1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
- this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
- this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 260);
- this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.utmMain;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel3);
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 31);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(504, 260);
- this.panel1.TabIndex = 102;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.panel5);
- this.panel3.Controls.Add(this.panel4);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 73);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(504, 187);
- this.panel3.TabIndex = 3;
- //
- // panel5
- //
- this.panel5.Controls.Add(this.txtPort);
- this.panel5.Controls.Add(this.label2);
- this.panel5.Controls.Add(this.txtIp);
- this.panel5.Controls.Add(this.lblIp);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel5.Location = new System.Drawing.Point(0, 92);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(504, 92);
- this.panel5.TabIndex = 1;
- this.panel5.Visible = false;
- //
- // txtPort
- //
- this.txtPort.Location = new System.Drawing.Point(325, 32);
- this.txtPort.Name = "txtPort";
- this.txtPort.Size = new System.Drawing.Size(65, 25);
- this.txtPort.TabIndex = 602;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(262, 37);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(45, 15);
- this.label2.TabIndex = 601;
- this.label2.Text = "端口:";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // txtIp
- //
- this.txtIp.Location = new System.Drawing.Point(77, 32);
- this.txtIp.Name = "txtIp";
- this.txtIp.Size = new System.Drawing.Size(167, 25);
- this.txtIp.TabIndex = 600;
- //
- // lblIp
- //
- this.lblIp.AutoSize = true;
- this.lblIp.Location = new System.Drawing.Point(28, 37);
- this.lblIp.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblIp.Name = "lblIp";
- this.lblIp.Size = new System.Drawing.Size(31, 15);
- this.lblIp.TabIndex = 599;
- this.lblIp.Text = "IP:";
- this.lblIp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // panel4
- //
- this.panel4.Controls.Add(this.label5);
- this.panel4.Controls.Add(this.label1);
- this.panel4.Controls.Add(this.baudRate);
- this.panel4.Controls.Add(this.cmbCom);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel4.Location = new System.Drawing.Point(0, 0);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(504, 92);
- this.panel4.TabIndex = 0;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(30, 37);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(60, 15);
- this.label5.TabIndex = 596;
- this.label5.Text = "串口号:";
- this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(212, 35);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(60, 15);
- this.label1.TabIndex = 598;
- this.label1.Text = "波特率:";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // baudRate
- //
- this.baudRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.baudRate.Font = new System.Drawing.Font("宋体", 10F);
- this.baudRate.FormattingEnabled = true;
- this.baudRate.Items.AddRange(new object[] {
- "300",
- "1200",
- "2400",
- "4800",
- "9600",
- "19200",
- "38400",
- "57600"});
- this.baudRate.Location = new System.Drawing.Point(290, 30);
- this.baudRate.Margin = new System.Windows.Forms.Padding(4);
- this.baudRate.Name = "baudRate";
- this.baudRate.Size = new System.Drawing.Size(86, 25);
- this.baudRate.TabIndex = 595;
- //
- // cmbCom
- //
- this.cmbCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbCom.Font = new System.Drawing.Font("宋体", 10F);
- this.cmbCom.FormattingEnabled = true;
- this.cmbCom.Items.AddRange(new object[] {
- "COM1",
- "COM2",
- "COM3",
- "COM4",
- "COM5",
- "COM6",
- "COM7",
- "COM8",
- "COM9",
- "COM10",
- "COM11",
- "COM12",
- "COM13",
- "COM14",
- "COM15",
- "COM16",
- "COM17",
- "COM18",
- "COM19",
- "COM20",
- "COM21",
- "COM22",
- "COM23",
- "COM24",
- "COM25",
- "COM26",
- "COM27",
- "COM28",
- "COM29",
- "COM30"});
- this.cmbCom.Location = new System.Drawing.Point(108, 32);
- this.cmbCom.Margin = new System.Windows.Forms.Padding(4);
- this.cmbCom.Name = "cmbCom";
- this.cmbCom.Size = new System.Drawing.Size(86, 25);
- this.cmbCom.TabIndex = 597;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.rbt1);
- this.panel2.Controls.Add(this.rbt2);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(504, 73);
- this.panel2.TabIndex = 2;
- //
- // rbt1
- //
- this.rbt1.AutoSize = true;
- this.rbt1.Checked = true;
- this.rbt1.Location = new System.Drawing.Point(33, 27);
- this.rbt1.Name = "rbt1";
- this.rbt1.Size = new System.Drawing.Size(88, 19);
- this.rbt1.TabIndex = 1;
- this.rbt1.TabStop = true;
- this.rbt1.Text = "本地串口";
- this.rbt1.UseVisualStyleBackColor = true;
- this.rbt1.CheckedChanged += new System.EventHandler(this.rbt1_CheckedChanged);
- //
- // rbt2
- //
- this.rbt2.AutoSize = true;
- this.rbt2.Location = new System.Drawing.Point(190, 27);
- this.rbt2.Name = "rbt2";
- this.rbt2.Size = new System.Drawing.Size(88, 19);
- this.rbt2.TabIndex = 0;
- this.rbt2.Text = "远程网络";
- this.rbt2.UseVisualStyleBackColor = true;
- //
- // utmMain
- //
- this.utmMain.DesignerFlags = 1;
- this.utmMain.DockWithinContainer = this;
- this.utmMain.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
- this.utmMain.ShowFullMenusDelay = 500;
- this.utmMain.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- buttonTool1.InstanceProps.IsFirstInGroup = true;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool1,
- buttonTool2});
- ultraToolbar1.Text = "UltraToolbar1";
- this.utmMain.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1});
- appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
- buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
- buttonTool3.SharedPropsInternal.Caption = "确认";
- buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
- buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
- buttonTool4.SharedPropsInternal.Caption = "取消";
- buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
- buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
- buttonTool7.SharedPropsInternal.Caption = "转换理论重量";
- buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
- buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
- buttonTool8.SharedPropsInternal.Caption = "还原实际重量";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance15.Image = ((object)(resources.GetObject("appearance15.Image")));
- buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
- buttonTool10.SharedPropsInternal.Caption = "显示已剔除";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.utmMain.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool3,
- buttonTool4,
- buttonTool7,
- buttonTool8,
- buttonTool10});
- this.utmMain.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.utmMain_ToolClick);
- //
- // communicationEntityBindingSource
- //
- this.communicationEntityBindingSource.DataSource = typeof(Core.StlMes.Client.LgResMgt.Mcms.entity.CommunicationEntity);
- //
- // CommunicationDetailSetting
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(504, 291);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
- this.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
- this.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
- this.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
- this.Name = "CommunicationDetailSetting";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "通信配置";
- this.panel1.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel5.ResumeLayout(false);
- this.panel5.PerformLayout();
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.utmMain)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.communicationEntityBindingSource)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.BindingSource communicationEntityBindingSource;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager utmMain;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.RadioButton rbt1;
- private System.Windows.Forms.RadioButton rbt2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox baudRate;
- private System.Windows.Forms.ComboBox cmbCom;
- private System.Windows.Forms.TextBox txtPort;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtIp;
- private System.Windows.Forms.Label lblIp;
- }
- }
|