123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- namespace IOTransmissionAbutment
- {
- partial class IOTransmissionAbutmentForm
- {
- /// <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();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IOTransmissionAbutmentForm));
- this.lvGate = new System.Windows.Forms.ListView();
- this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.btnAdd = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.txtIP = new System.Windows.Forms.TextBox();
- this.txtRemark = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.btnEdit = new System.Windows.Forms.Button();
- this.btnDelete = new System.Windows.Forms.Button();
- this.txtName = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.MainDGV = new System.Windows.Forms.DataGridView();
- this.pnlMain = new System.Windows.Forms.Panel();
- this.TmRenew = new System.Windows.Forms.Timer(this.components);
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- ((System.ComponentModel.ISupportInitialize)(this.MainDGV)).BeginInit();
- this.pnlMain.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // lvGate
- //
- this.lvGate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.lvGate.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader8,
- this.columnHeader3,
- this.columnHeader2,
- this.columnHeader10,
- this.columnHeader6,
- this.columnHeader7});
- this.lvGate.FullRowSelect = true;
- this.lvGate.GridLines = true;
- this.lvGate.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
- this.lvGate.HideSelection = false;
- this.lvGate.Location = new System.Drawing.Point(-6, 0);
- this.lvGate.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.lvGate.MultiSelect = false;
- this.lvGate.Name = "lvGate";
- this.lvGate.Size = new System.Drawing.Size(725, 275);
- this.lvGate.TabIndex = 21;
- this.lvGate.UseCompatibleStateImageBehavior = false;
- this.lvGate.View = System.Windows.Forms.View.Details;
- //
- // columnHeader8
- //
- this.columnHeader8.Text = "设备ID";
- this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader8.Width = 66;
- //
- // columnHeader3
- //
- this.columnHeader3.Text = "对接库位";
- this.columnHeader3.Width = 96;
- //
- // columnHeader2
- //
- this.columnHeader2.Text = "IP";
- this.columnHeader2.Width = 112;
- //
- // columnHeader10
- //
- this.columnHeader10.Text = "创建时间";
- this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader10.Width = 159;
- //
- // columnHeader6
- //
- this.columnHeader6.Text = "更新时间";
- this.columnHeader6.Width = 154;
- //
- // columnHeader7
- //
- this.columnHeader7.Text = "备注说明";
- this.columnHeader7.Width = 134;
- //
- // btnAdd
- //
- this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnAdd.Location = new System.Drawing.Point(14, 229);
- this.btnAdd.Name = "btnAdd";
- this.btnAdd.Size = new System.Drawing.Size(75, 33);
- this.btnAdd.TabIndex = 22;
- this.btnAdd.Text = "添加";
- this.btnAdd.UseVisualStyleBackColor = true;
- //
- // label1
- //
- this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(752, 160);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(25, 21);
- this.label1.TabIndex = 23;
- this.label1.Text = "IP";
- //
- // txtIP
- //
- this.txtIP.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.txtIP.Location = new System.Drawing.Point(870, 157);
- this.txtIP.Name = "txtIP";
- this.txtIP.Size = new System.Drawing.Size(139, 29);
- this.txtIP.TabIndex = 24;
- //
- // txtRemark
- //
- this.txtRemark.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.txtRemark.Location = new System.Drawing.Point(870, 216);
- this.txtRemark.Name = "txtRemark";
- this.txtRemark.Size = new System.Drawing.Size(139, 29);
- this.txtRemark.TabIndex = 26;
- //
- // label2
- //
- this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(752, 219);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(42, 21);
- this.label2.TabIndex = 25;
- this.label2.Text = "备注";
- //
- // btnEdit
- //
- this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnEdit.Location = new System.Drawing.Point(105, 229);
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(75, 33);
- this.btnEdit.TabIndex = 29;
- this.btnEdit.Text = "修改";
- this.btnEdit.UseVisualStyleBackColor = true;
- //
- // btnDelete
- //
- this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnDelete.Location = new System.Drawing.Point(198, 229);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(95, 33);
- this.btnDelete.TabIndex = 30;
- this.btnDelete.Text = "移除";
- this.btnDelete.UseVisualStyleBackColor = true;
- //
- // txtName
- //
- this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.txtName.Location = new System.Drawing.Point(870, 99);
- this.txtName.Name = "txtName";
- this.txtName.Size = new System.Drawing.Size(139, 29);
- this.txtName.TabIndex = 32;
- //
- // label4
- //
- this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(752, 102);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(74, 21);
- this.label4.TabIndex = 31;
- this.label4.Text = "对接库位";
- //
- // MainDGV
- //
- this.MainDGV.AllowUserToAddRows = false;
- this.MainDGV.AllowUserToDeleteRows = false;
- this.MainDGV.BackgroundColor = System.Drawing.SystemColors.Control;
- this.MainDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.MainDGV.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MainDGV.Location = new System.Drawing.Point(0, 0);
- this.MainDGV.Margin = new System.Windows.Forms.Padding(0);
- this.MainDGV.Name = "MainDGV";
- this.MainDGV.ReadOnly = true;
- this.MainDGV.RowHeadersWidth = 72;
- this.MainDGV.RowTemplate.Height = 23;
- this.MainDGV.Size = new System.Drawing.Size(725, 182);
- this.MainDGV.TabIndex = 39;
- //
- // pnlMain
- //
- this.pnlMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.pnlMain.AutoScroll = true;
- this.pnlMain.Controls.Add(this.MainDGV);
- this.pnlMain.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pnlMain.Location = new System.Drawing.Point(-6, 280);
- this.pnlMain.Margin = new System.Windows.Forms.Padding(0);
- this.pnlMain.Name = "pnlMain";
- this.pnlMain.Size = new System.Drawing.Size(725, 182);
- this.pnlMain.TabIndex = 40;
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.groupBox1.Controls.Add(this.btnAdd);
- this.groupBox1.Controls.Add(this.btnDelete);
- this.groupBox1.Controls.Add(this.btnEdit);
- this.groupBox1.Location = new System.Drawing.Point(724, 50);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(306, 336);
- this.groupBox1.TabIndex = 42;
- this.groupBox1.TabStop = false;
- //
- // IOTransmissionAbutmentForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1033, 462);
- this.Controls.Add(this.txtName);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.txtRemark);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.txtIP);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.pnlMain);
- this.Controls.Add(this.lvGate);
- this.Controls.Add(this.groupBox1);
- this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(5);
- this.Name = "IOTransmissionAbutmentForm";
- this.Text = "IO透传对接设置";
- ((System.ComponentModel.ISupportInitialize)(this.MainDGV)).EndInit();
- this.pnlMain.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ListView lvGate;
- private System.Windows.Forms.ColumnHeader columnHeader8;
- private System.Windows.Forms.ColumnHeader columnHeader10;
- private System.Windows.Forms.Button btnAdd;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtIP;
- private System.Windows.Forms.TextBox txtRemark;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnEdit;
- private System.Windows.Forms.Button btnDelete;
- private System.Windows.Forms.ColumnHeader columnHeader2;
- private System.Windows.Forms.ColumnHeader columnHeader3;
- private System.Windows.Forms.TextBox txtName;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.DataGridView MainDGV;
- private System.Windows.Forms.Panel pnlMain;
- private System.Windows.Forms.Timer TmRenew;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.ColumnHeader columnHeader6;
- private System.Windows.Forms.ColumnHeader columnHeader7;
- }
- }
|