|
|
@@ -0,0 +1,211 @@
|
|
|
+
|
|
|
+namespace Fine.OPCDaClient9000
|
|
|
+{
|
|
|
+ partial class Form1
|
|
|
+ {
|
|
|
+ /// <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();
|
|
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.HttptextBox = new System.Windows.Forms.Label();
|
|
|
+ this.ServertextBox = new System.Windows.Forms.Label();
|
|
|
+ this.IFixlabel = new System.Windows.Forms.Label();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.button3 = new System.Windows.Forms.Button();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.TitleLabel1 = new System.Windows.Forms.Label();
|
|
|
+ this.IfixTimmer = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.groupBox1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // groupBox1
|
|
|
+ //
|
|
|
+ this.groupBox1.Controls.Add(this.HttptextBox);
|
|
|
+ this.groupBox1.Controls.Add(this.ServertextBox);
|
|
|
+ this.groupBox1.Controls.Add(this.IFixlabel);
|
|
|
+ this.groupBox1.Controls.Add(this.label4);
|
|
|
+ this.groupBox1.Controls.Add(this.button3);
|
|
|
+ this.groupBox1.Controls.Add(this.label3);
|
|
|
+ this.groupBox1.Controls.Add(this.label2);
|
|
|
+ this.groupBox1.Controls.Add(this.label1);
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(13, 83);
|
|
|
+ this.groupBox1.Name = "groupBox1";
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(775, 176);
|
|
|
+ this.groupBox1.TabIndex = 0;
|
|
|
+ this.groupBox1.TabStop = false;
|
|
|
+ this.groupBox1.Text = "状态";
|
|
|
+ //
|
|
|
+ // HttptextBox
|
|
|
+ //
|
|
|
+ this.HttptextBox.AutoSize = true;
|
|
|
+ this.HttptextBox.Location = new System.Drawing.Point(163, 62);
|
|
|
+ this.HttptextBox.Name = "HttptextBox";
|
|
|
+ this.HttptextBox.Size = new System.Drawing.Size(62, 18);
|
|
|
+ this.HttptextBox.TabIndex = 10;
|
|
|
+ this.HttptextBox.Text = "label6";
|
|
|
+ //
|
|
|
+ // ServertextBox
|
|
|
+ //
|
|
|
+ this.ServertextBox.AutoSize = true;
|
|
|
+ this.ServertextBox.ForeColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ this.ServertextBox.Location = new System.Drawing.Point(163, 27);
|
|
|
+ this.ServertextBox.Name = "ServertextBox";
|
|
|
+ this.ServertextBox.Size = new System.Drawing.Size(62, 18);
|
|
|
+ this.ServertextBox.TabIndex = 9;
|
|
|
+ this.ServertextBox.Text = "label6";
|
|
|
+ //
|
|
|
+ // IFixlabel
|
|
|
+ //
|
|
|
+ this.IFixlabel.AutoSize = true;
|
|
|
+ this.IFixlabel.Location = new System.Drawing.Point(160, 133);
|
|
|
+ this.IFixlabel.Name = "IFixlabel";
|
|
|
+ this.IFixlabel.Size = new System.Drawing.Size(62, 18);
|
|
|
+ this.IFixlabel.TabIndex = 8;
|
|
|
+ this.IFixlabel.Text = "label5";
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Location = new System.Drawing.Point(10, 133);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(116, 18);
|
|
|
+ this.label4.TabIndex = 7;
|
|
|
+ this.label4.Text = "IFix连接状态";
|
|
|
+ //
|
|
|
+ // button3
|
|
|
+ //
|
|
|
+ this.button3.Location = new System.Drawing.Point(163, 86);
|
|
|
+ this.button3.Name = "button3";
|
|
|
+ this.button3.Size = new System.Drawing.Size(131, 38);
|
|
|
+ this.button3.TabIndex = 6;
|
|
|
+ this.button3.Text = "打开路径";
|
|
|
+ this.button3.UseVisualStyleBackColor = true;
|
|
|
+ this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Location = new System.Drawing.Point(10, 98);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(107, 18);
|
|
|
+ this.label3.TabIndex = 5;
|
|
|
+ this.label3.Text = "查看Log日志";
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(10, 62);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(134, 18);
|
|
|
+ this.label2.TabIndex = 3;
|
|
|
+ this.label2.Text = "服务开启状态:";
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(7, 28);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(134, 18);
|
|
|
+ this.label1.TabIndex = 0;
|
|
|
+ this.label1.Text = "服务接口地址:";
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(13, 265);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(242, 70);
|
|
|
+ this.button1.TabIndex = 1;
|
|
|
+ this.button1.Text = "启动";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Location = new System.Drawing.Point(494, 265);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(294, 70);
|
|
|
+ this.button2.TabIndex = 2;
|
|
|
+ this.button2.Text = "停止";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // TitleLabel1
|
|
|
+ //
|
|
|
+ this.TitleLabel1.AutoSize = true;
|
|
|
+ this.TitleLabel1.Font = new System.Drawing.Font("宋体", 25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.TitleLabel1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
|
|
|
+ this.TitleLabel1.Location = new System.Drawing.Point(189, 21);
|
|
|
+ this.TitleLabel1.Name = "TitleLabel1";
|
|
|
+ this.TitleLabel1.Size = new System.Drawing.Size(397, 50);
|
|
|
+ this.TitleLabel1.TabIndex = 3;
|
|
|
+ this.TitleLabel1.Text = "5K线API接口服务";
|
|
|
+ this.TitleLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ //
|
|
|
+ // IfixTimmer
|
|
|
+ //
|
|
|
+ this.IfixTimmer.Tick += new System.EventHandler(this.IfixTimmer_Tick);
|
|
|
+ //
|
|
|
+ // Form1
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 362);
|
|
|
+ this.Controls.Add(this.TitleLabel1);
|
|
|
+ this.Controls.Add(this.button2);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.groupBox1);
|
|
|
+ this.Name = "Form1";
|
|
|
+ this.Text = "青岛卷烟厂";
|
|
|
+ this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
+ this.groupBox1.ResumeLayout(false);
|
|
|
+ this.groupBox1.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.GroupBox groupBox1;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.Label TitleLabel1;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.Button button3;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label IFixlabel;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.Label HttptextBox;
|
|
|
+ private System.Windows.Forms.Label ServertextBox;
|
|
|
+ private System.Windows.Forms.Timer IfixTimmer;
|
|
|
+ }
|
|
|
+}
|