123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- namespace IOTransmissionAbutment
- {
- partial class frmMain
- {
- /// <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(frmMain));
- this.btnGates = new System.Windows.Forms.Button();
- this.pnlMain = new System.Windows.Forms.Panel();
- this.btnServerSetting = new System.Windows.Forms.Button();
- this.btnDebug = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // btnGates
- //
- this.btnGates.BackColor = System.Drawing.Color.DarkSeaGreen;
- this.btnGates.FlatAppearance.BorderSize = 0;
- this.btnGates.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnGates.Location = new System.Drawing.Point(1, 1);
- this.btnGates.Name = "btnGates";
- this.btnGates.Size = new System.Drawing.Size(129, 28);
- this.btnGates.TabIndex = 1;
- this.btnGates.Text = "IO透传对接";
- this.btnGates.UseVisualStyleBackColor = false;
- //
- // pnlMain
- //
- this.pnlMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pnlMain.AutoScroll = true;
- 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(1, 25);
- this.pnlMain.Margin = new System.Windows.Forms.Padding(0);
- this.pnlMain.Name = "pnlMain";
- this.pnlMain.Size = new System.Drawing.Size(943, 436);
- this.pnlMain.TabIndex = 4;
- //
- // btnServerSetting
- //
- this.btnServerSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnServerSetting.BackColor = System.Drawing.Color.DarkSeaGreen;
- this.btnServerSetting.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btnServerSetting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnServerSetting.Location = new System.Drawing.Point(825, 1);
- this.btnServerSetting.Name = "btnServerSetting";
- this.btnServerSetting.Size = new System.Drawing.Size(118, 29);
- this.btnServerSetting.TabIndex = 6;
- this.btnServerSetting.Text = "监听设置";
- this.btnServerSetting.UseVisualStyleBackColor = false;
- //
- // btnDebug
- //
- this.btnDebug.BackColor = System.Drawing.Color.DarkSeaGreen;
- this.btnDebug.FlatAppearance.BorderSize = 0;
- this.btnDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnDebug.Location = new System.Drawing.Point(127, 1);
- this.btnDebug.Name = "btnDebug";
- this.btnDebug.Size = new System.Drawing.Size(129, 28);
- this.btnDebug.TabIndex = 7;
- this.btnDebug.Text = "数据监控";
- this.btnDebug.UseVisualStyleBackColor = false;
- //
- // frmMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(17F, 36F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(942, 458);
- this.Controls.Add(this.btnDebug);
- this.Controls.Add(this.btnServerSetting);
- this.Controls.Add(this.btnGates);
- this.Controls.Add(this.pnlMain);
- 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 = "frmMain";
- this.Text = "对接设备";
- this.ResumeLayout(false);
- }
- #endregion
- public System.Windows.Forms.Button btnGates;
- private System.Windows.Forms.Panel pnlMain;
- private System.Windows.Forms.Button btnServerSetting;
- public System.Windows.Forms.Button btnDebug;
- }
- }
|