242 lines
11 KiB
C#
242 lines
11 KiB
C#
namespace CRVM
|
||
{
|
||
partial class Statusmodify
|
||
{
|
||
/// <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(Statusmodify));
|
||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.oracleEventno = new System.Windows.Forms.TextBox();
|
||
this.label15 = new System.Windows.Forms.Label();
|
||
this.oracleStatus = new System.Windows.Forms.TextBox();
|
||
this.btnOraModify = new System.Windows.Forms.Button();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.btnAccModify = new System.Windows.Forms.Button();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.AccessStatus = new System.Windows.Forms.TextBox();
|
||
this.AccessEvent = new System.Windows.Forms.TextBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.tableLayoutPanel1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
this.groupBox1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// tableLayoutPanel1
|
||
//
|
||
this.tableLayoutPanel1.ColumnCount = 2;
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 0);
|
||
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
|
||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
this.tableLayoutPanel1.RowCount = 1;
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||
this.tableLayoutPanel1.Size = new System.Drawing.Size(563, 294);
|
||
this.tableLayoutPanel1.TabIndex = 0;
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.label4);
|
||
this.groupBox2.Controls.Add(this.oracleEventno);
|
||
this.groupBox2.Controls.Add(this.label15);
|
||
this.groupBox2.Controls.Add(this.oracleStatus);
|
||
this.groupBox2.Controls.Add(this.btnOraModify);
|
||
this.groupBox2.Controls.Add(this.label13);
|
||
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
this.groupBox2.Location = new System.Drawing.Point(284, 3);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(276, 288);
|
||
this.groupBox2.TabIndex = 7;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "Oracle修改操作";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(28, 110);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(158, 21);
|
||
this.label4.TabIndex = 32;
|
||
this.label4.Text = "4000:生成出口卷号";
|
||
//
|
||
// oracleEventno
|
||
//
|
||
this.oracleEventno.Location = new System.Drawing.Point(121, 60);
|
||
this.oracleEventno.Name = "oracleEventno";
|
||
this.oracleEventno.Size = new System.Drawing.Size(98, 29);
|
||
this.oracleEventno.TabIndex = 27;
|
||
//
|
||
// label15
|
||
//
|
||
this.label15.AutoSize = true;
|
||
this.label15.Location = new System.Drawing.Point(6, 63);
|
||
this.label15.Name = "label15";
|
||
this.label15.Size = new System.Drawing.Size(87, 21);
|
||
this.label15.TabIndex = 26;
|
||
this.label15.Text = "EVENTNO";
|
||
//
|
||
// oracleStatus
|
||
//
|
||
this.oracleStatus.Location = new System.Drawing.Point(121, 168);
|
||
this.oracleStatus.Name = "oracleStatus";
|
||
this.oracleStatus.Size = new System.Drawing.Size(98, 29);
|
||
this.oracleStatus.TabIndex = 28;
|
||
//
|
||
// btnOraModify
|
||
//
|
||
this.btnOraModify.Location = new System.Drawing.Point(71, 220);
|
||
this.btnOraModify.Name = "btnOraModify";
|
||
this.btnOraModify.Size = new System.Drawing.Size(115, 41);
|
||
this.btnOraModify.TabIndex = 31;
|
||
this.btnOraModify.Text = "修改数据";
|
||
this.btnOraModify.UseVisualStyleBackColor = true;
|
||
this.btnOraModify.Click += new System.EventHandler(this.btnOraModify_Click);
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.AutoSize = true;
|
||
this.label13.Location = new System.Drawing.Point(6, 171);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(69, 21);
|
||
this.label13.TabIndex = 30;
|
||
this.label13.Text = "STATUS";
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.label1);
|
||
this.groupBox1.Controls.Add(this.btnAccModify);
|
||
this.groupBox1.Controls.Add(this.label2);
|
||
this.groupBox1.Controls.Add(this.AccessStatus);
|
||
this.groupBox1.Controls.Add(this.AccessEvent);
|
||
this.groupBox1.Controls.Add(this.label3);
|
||
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(275, 288);
|
||
this.groupBox1.TabIndex = 6;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "Access修改操作";
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(20, 98);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(190, 63);
|
||
this.label1.TabIndex = 45;
|
||
this.label1.Text = "1000:剪切完成事件\r\n2000:振动报警事件\r\n3000:钢卷数据更新事件\r\n";
|
||
//
|
||
// btnAccModify
|
||
//
|
||
this.btnAccModify.Location = new System.Drawing.Point(71, 228);
|
||
this.btnAccModify.Name = "btnAccModify";
|
||
this.btnAccModify.Size = new System.Drawing.Size(118, 39);
|
||
this.btnAccModify.TabIndex = 40;
|
||
this.btnAccModify.Text = "修改数据";
|
||
this.btnAccModify.UseVisualStyleBackColor = true;
|
||
this.btnAccModify.Click += new System.EventHandler(this.btnAccModify_Click);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(6, 176);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(102, 21);
|
||
this.label2.TabIndex = 44;
|
||
this.label2.Text = "AlarmStatus";
|
||
//
|
||
// AccessStatus
|
||
//
|
||
this.AccessStatus.Location = new System.Drawing.Point(147, 168);
|
||
this.AccessStatus.Name = "AccessStatus";
|
||
this.AccessStatus.Size = new System.Drawing.Size(98, 29);
|
||
this.AccessStatus.TabIndex = 43;
|
||
//
|
||
// AccessEvent
|
||
//
|
||
this.AccessEvent.Location = new System.Drawing.Point(147, 59);
|
||
this.AccessEvent.Name = "AccessEvent";
|
||
this.AccessEvent.Size = new System.Drawing.Size(98, 29);
|
||
this.AccessEvent.TabIndex = 41;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(6, 63);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(97, 21);
|
||
this.label3.TabIndex = 39;
|
||
this.label3.Text = "Alarmevent";
|
||
//
|
||
// Statusmodify
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(563, 294);
|
||
this.Controls.Add(this.tableLayoutPanel1);
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.Name = "Statusmodify";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "修改状态";
|
||
this.tableLayoutPanel1.ResumeLayout(false);
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.Button btnAccModify;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.TextBox AccessStatus;
|
||
private System.Windows.Forms.TextBox AccessEvent;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.TextBox oracleEventno;
|
||
private System.Windows.Forms.Label label15;
|
||
private System.Windows.Forms.TextBox oracleStatus;
|
||
private System.Windows.Forms.Button btnOraModify;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label4;
|
||
}
|
||
} |