123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403 |
- namespace PMSUI
- {
- partial class CBehaviorForm
- {
- /// <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.GP_Per = new System.Windows.Forms.GroupBox();
- this.tbReserved3 = new System.Windows.Forms.TextBox();
- this.pMSbasBehaviorBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.lbReserved3 = new System.Windows.Forms.Label();
- this.tbReserved2 = new System.Windows.Forms.TextBox();
- this.lbReserved2 = new System.Windows.Forms.Label();
- this.tbReserved1 = new System.Windows.Forms.TextBox();
- this.lbReserved1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.rbRemark = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.tbDispalyMessage = new System.Windows.Forms.TextBox();
- this.ckbStandard = new System.Windows.Forms.CheckBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.tbType = new System.Windows.Forms.TextBox();
- this.btModify = new System.Windows.Forms.Button();
- this.btDelete = new System.Windows.Forms.Button();
- this.btAdd = new System.Windows.Forms.Button();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.tbBehavior = new System.Windows.Forms.TextBox();
- this.tbvalue = new System.Windows.Forms.TextBox();
- this.btHelps = new System.Windows.Forms.Button();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.DgvBehavior = new System.Windows.Forms.DataGridView();
- this.GP_Per.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pMSbasBehaviorBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DgvBehavior)).BeginInit();
- this.SuspendLayout();
- //
- // GP_Per
- //
- this.GP_Per.Controls.Add(this.tbReserved3);
- this.GP_Per.Controls.Add(this.lbReserved3);
- this.GP_Per.Controls.Add(this.tbReserved2);
- this.GP_Per.Controls.Add(this.lbReserved2);
- this.GP_Per.Controls.Add(this.tbReserved1);
- this.GP_Per.Controls.Add(this.lbReserved1);
- this.GP_Per.Controls.Add(this.label2);
- this.GP_Per.Controls.Add(this.rbRemark);
- this.GP_Per.Controls.Add(this.label1);
- this.GP_Per.Controls.Add(this.tbDispalyMessage);
- this.GP_Per.Controls.Add(this.ckbStandard);
- this.GP_Per.Controls.Add(this.label5);
- this.GP_Per.Controls.Add(this.label6);
- this.GP_Per.Controls.Add(this.tbType);
- this.GP_Per.Controls.Add(this.btModify);
- this.GP_Per.Controls.Add(this.btDelete);
- this.GP_Per.Controls.Add(this.btAdd);
- this.GP_Per.Controls.Add(this.label7);
- this.GP_Per.Controls.Add(this.label8);
- this.GP_Per.Controls.Add(this.tbBehavior);
- this.GP_Per.Controls.Add(this.tbvalue);
- this.GP_Per.Location = new System.Drawing.Point(3, 44);
- this.GP_Per.Name = "GP_Per";
- this.GP_Per.Size = new System.Drawing.Size(316, 333);
- this.GP_Per.TabIndex = 2;
- this.GP_Per.TabStop = false;
- //
- // tbReserved3
- //
- this.tbReserved3.BackColor = System.Drawing.SystemColors.Window;
- this.tbReserved3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pMSbasBehaviorBindingSource, "Reserved3", true));
- this.tbReserved3.Location = new System.Drawing.Point(138, 229);
- this.tbReserved3.Name = "tbReserved3";
- this.tbReserved3.Size = new System.Drawing.Size(147, 21);
- this.tbReserved3.TabIndex = 65;
- //
- // pMSbasBehaviorBindingSource
- //
- this.pMSbasBehaviorBindingSource.DataSource = typeof(PmsCoreDB.Model.PMS_bas_Behavior);
- //
- // lbReserved3
- //
- this.lbReserved3.AutoSize = true;
- this.lbReserved3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbReserved3.Location = new System.Drawing.Point(17, 229);
- this.lbReserved3.Name = "lbReserved3";
- this.lbReserved3.Size = new System.Drawing.Size(39, 17);
- this.lbReserved3.TabIndex = 64;
- this.lbReserved3.Text = "备用3";
- //
- // tbReserved2
- //
- this.tbReserved2.BackColor = System.Drawing.SystemColors.Window;
- this.tbReserved2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pMSbasBehaviorBindingSource, "Reserved2", true));
- this.tbReserved2.Location = new System.Drawing.Point(138, 202);
- this.tbReserved2.Name = "tbReserved2";
- this.tbReserved2.Size = new System.Drawing.Size(147, 21);
- this.tbReserved2.TabIndex = 63;
- //
- // lbReserved2
- //
- this.lbReserved2.AutoSize = true;
- this.lbReserved2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbReserved2.Location = new System.Drawing.Point(17, 202);
- this.lbReserved2.Name = "lbReserved2";
- this.lbReserved2.Size = new System.Drawing.Size(39, 17);
- this.lbReserved2.TabIndex = 62;
- this.lbReserved2.Text = "备用2";
- //
- // tbReserved1
- //
- this.tbReserved1.BackColor = System.Drawing.SystemColors.Window;
- this.tbReserved1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pMSbasBehaviorBindingSource, "Reserved1", true));
- this.tbReserved1.Location = new System.Drawing.Point(138, 175);
- this.tbReserved1.Name = "tbReserved1";
- this.tbReserved1.Size = new System.Drawing.Size(147, 21);
- this.tbReserved1.TabIndex = 61;
- //
- // lbReserved1
- //
- this.lbReserved1.AutoSize = true;
- this.lbReserved1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbReserved1.Location = new System.Drawing.Point(17, 175);
- this.lbReserved1.Name = "lbReserved1";
- this.lbReserved1.Size = new System.Drawing.Size(39, 17);
- this.lbReserved1.TabIndex = 60;
- this.lbReserved1.Text = "备用1";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(17, 151);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(32, 17);
- this.label2.TabIndex = 59;
- this.label2.Text = "备注";
- //
- // rbRemark
- //
- this.rbRemark.BackColor = System.Drawing.SystemColors.Window;
- this.rbRemark.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pMSbasBehaviorBindingSource, "remark", true));
- this.rbRemark.Location = new System.Drawing.Point(138, 148);
- this.rbRemark.Name = "rbRemark";
- this.rbRemark.Size = new System.Drawing.Size(147, 21);
- this.rbRemark.TabIndex = 58;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(17, 124);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(60, 17);
- this.label1.TabIndex = 57;
- this.label1.Text = "显示信息 ";
- //
- // tbDispalyMessage
- //
- this.tbDispalyMessage.BackColor = System.Drawing.SystemColors.Window;
- this.tbDispalyMessage.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pMSbasBehaviorBindingSource, "DisplayMessage", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2"));
- this.tbDispalyMessage.Location = new System.Drawing.Point(138, 121);
- this.tbDispalyMessage.Name = "tbDispalyMessage";
- this.tbDispalyMessage.Size = new System.Drawing.Size(147, 21);
- this.tbDispalyMessage.TabIndex = 56;
- //
- // ckbStandard
- //
- this.ckbStandard.AutoSize = true;
- this.ckbStandard.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.pMSbasBehaviorBindingSource, "Standard", true));
- this.ckbStandard.Location = new System.Drawing.Point(138, 101);
- this.ckbStandard.Name = "ckbStandard";
- this.ckbStandard.Size = new System.Drawing.Size(15, 14);
- this.ckbStandard.TabIndex = 55;
- this.ckbStandard.UseVisualStyleBackColor = true;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(17, 102);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(32, 17);
- this.label5.TabIndex = 54;
- this.label5.Text = "启用";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(17, 74);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(32, 17);
- this.label6.TabIndex = 52;
- this.label6.Text = "类型";
- //
- // tbType
- //
- this.tbType.BackColor = System.Drawing.SystemColors.Window;
- this.tbType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pMSbasBehaviorBindingSource, "Type", true));
- this.tbType.Location = new System.Drawing.Point(138, 74);
- this.tbType.Name = "tbType";
- this.tbType.Size = new System.Drawing.Size(147, 21);
- this.tbType.TabIndex = 51;
- //
- // btModify
- //
- this.btModify.Location = new System.Drawing.Point(106, 277);
- this.btModify.Name = "btModify";
- this.btModify.Size = new System.Drawing.Size(75, 28);
- this.btModify.TabIndex = 50;
- this.btModify.Text = "修改";
- this.btModify.UseVisualStyleBackColor = true;
- this.btModify.Click += new System.EventHandler(this.btModify_Click);
- //
- // btDelete
- //
- this.btDelete.Location = new System.Drawing.Point(210, 277);
- this.btDelete.Name = "btDelete";
- this.btDelete.Size = new System.Drawing.Size(75, 28);
- this.btDelete.TabIndex = 49;
- this.btDelete.Text = "删除";
- this.btDelete.UseVisualStyleBackColor = true;
- this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
- //
- // btAdd
- //
- this.btAdd.Location = new System.Drawing.Point(8, 277);
- this.btAdd.Name = "btAdd";
- this.btAdd.Size = new System.Drawing.Size(75, 28);
- this.btAdd.TabIndex = 48;
- this.btAdd.Text = "增加";
- this.btAdd.UseVisualStyleBackColor = true;
- this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(17, 50);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(32, 17);
- this.label7.TabIndex = 47;
- this.label7.Text = "含义";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(17, 23);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(44, 17);
- this.label8.TabIndex = 46;
- this.label8.Text = "行为码";
- //
- // tbBehavior
- //
- this.tbBehavior.BackColor = System.Drawing.SystemColors.Window;
- this.tbBehavior.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pMSbasBehaviorBindingSource, "Behavior", true));
- this.tbBehavior.Location = new System.Drawing.Point(138, 20);
- this.tbBehavior.Name = "tbBehavior";
- this.tbBehavior.Size = new System.Drawing.Size(147, 21);
- this.tbBehavior.TabIndex = 45;
- //
- // tbvalue
- //
- this.tbvalue.BackColor = System.Drawing.SystemColors.Window;
- this.tbvalue.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.pMSbasBehaviorBindingSource, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "N2"));
- this.tbvalue.Location = new System.Drawing.Point(138, 47);
- this.tbvalue.Name = "tbvalue";
- this.tbvalue.Size = new System.Drawing.Size(147, 21);
- this.tbvalue.TabIndex = 44;
- //
- // btHelps
- //
- this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btHelps.Location = new System.Drawing.Point(6, 15);
- this.btHelps.Name = "btHelps";
- this.btHelps.Size = new System.Drawing.Size(85, 23);
- this.btHelps.TabIndex = 43;
- this.btHelps.Text = "帮助信息";
- this.btHelps.UseVisualStyleBackColor = true;
- this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
- //
- // splitContainer1
- //
- this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Panel1.Controls.Add(this.DgvBehavior);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Panel2.Controls.Add(this.GP_Per);
- this.splitContainer1.Panel2.Controls.Add(this.btHelps);
- this.splitContainer1.Size = new System.Drawing.Size(819, 490);
- this.splitContainer1.SplitterDistance = 451;
- this.splitContainer1.TabIndex = 2;
- //
- // DgvBehavior
- //
- this.DgvBehavior.AllowUserToAddRows = false;
- this.DgvBehavior.AllowUserToDeleteRows = false;
- this.DgvBehavior.AllowUserToResizeRows = false;
- this.DgvBehavior.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.DgvBehavior.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.DgvBehavior.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvBehavior.Dock = System.Windows.Forms.DockStyle.Fill;
- this.DgvBehavior.Location = new System.Drawing.Point(0, 0);
- this.DgvBehavior.MultiSelect = false;
- this.DgvBehavior.Name = "DgvBehavior";
- this.DgvBehavior.ReadOnly = true;
- this.DgvBehavior.RowHeadersVisible = false;
- this.DgvBehavior.RowTemplate.Height = 23;
- this.DgvBehavior.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvBehavior.Size = new System.Drawing.Size(451, 490);
- this.DgvBehavior.TabIndex = 1;
- //
- // CBehaviorForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(819, 490);
- this.Controls.Add(this.splitContainer1);
- this.Name = "CBehaviorForm";
- this.Text = "CBehaviorForm";
- this.Load += new System.EventHandler(this.CBehaviorForm_Load);
- this.GP_Per.ResumeLayout(false);
- this.GP_Per.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pMSbasBehaviorBindingSource)).EndInit();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.DgvBehavior)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox GP_Per;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbType;
- private System.Windows.Forms.Button btModify;
- private System.Windows.Forms.Button btDelete;
- private System.Windows.Forms.Button btAdd;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox tbBehavior;
- private System.Windows.Forms.TextBox tbvalue;
- private System.Windows.Forms.Button btHelps;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.DataGridView DgvBehavior;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox tbDispalyMessage;
- private System.Windows.Forms.CheckBox ckbStandard;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox rbRemark;
- private System.Windows.Forms.TextBox tbReserved3;
- private System.Windows.Forms.Label lbReserved3;
- private System.Windows.Forms.TextBox tbReserved2;
- private System.Windows.Forms.Label lbReserved2;
- private System.Windows.Forms.TextBox tbReserved1;
- private System.Windows.Forms.Label lbReserved1;
- private System.Windows.Forms.BindingSource pMSbasBehaviorBindingSource;
- }
- }
|