📄 frmprisoner.designer.cs
字号:
this.tabControlPanel4.TabItem = this.TabOther;
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.Transparent;
this.panel5.Controls.Add(this.txtPrisonerRemarks);
this.panel5.Controls.Add(this.label19);
this.panel5.Controls.Add(this.txtPrisonerCharacteristic);
this.panel5.Controls.Add(this.label18);
this.panel5.Controls.Add(this.txtPrisonerResume);
this.panel5.Controls.Add(this.label17);
this.panel5.Location = new System.Drawing.Point(152, 15);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(451, 203);
this.panel5.TabIndex = 10;
//
// txtPrisonerRemarks
//
//
//
//
this.txtPrisonerRemarks.Border.Class = "TextBoxBorder";
this.txtPrisonerRemarks.Location = new System.Drawing.Point(69, 138);
this.txtPrisonerRemarks.Multiline = true;
this.txtPrisonerRemarks.Name = "txtPrisonerRemarks";
this.txtPrisonerRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtPrisonerRemarks.Size = new System.Drawing.Size(379, 61);
this.txtPrisonerRemarks.TabIndex = 15;
//
// label19
//
this.label19.AutoSize = true;
this.label19.BackColor = System.Drawing.Color.Transparent;
this.label19.Location = new System.Drawing.Point(2, 142);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(65, 12);
this.label19.TabIndex = 14;
this.label19.Text = "备 注:";
//
// txtPrisonerCharacteristic
//
//
//
//
this.txtPrisonerCharacteristic.Border.Class = "TextBoxBorder";
this.txtPrisonerCharacteristic.Location = new System.Drawing.Point(69, 71);
this.txtPrisonerCharacteristic.Multiline = true;
this.txtPrisonerCharacteristic.Name = "txtPrisonerCharacteristic";
this.txtPrisonerCharacteristic.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtPrisonerCharacteristic.Size = new System.Drawing.Size(379, 61);
this.txtPrisonerCharacteristic.TabIndex = 13;
//
// label18
//
this.label18.AutoSize = true;
this.label18.BackColor = System.Drawing.Color.Transparent;
this.label18.Location = new System.Drawing.Point(2, 75);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(65, 12);
this.label18.TabIndex = 12;
this.label18.Text = "特 征:";
//
// txtPrisonerResume
//
//
//
//
this.txtPrisonerResume.Border.Class = "TextBoxBorder";
this.txtPrisonerResume.Location = new System.Drawing.Point(69, 4);
this.txtPrisonerResume.Multiline = true;
this.txtPrisonerResume.Name = "txtPrisonerResume";
this.txtPrisonerResume.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtPrisonerResume.Size = new System.Drawing.Size(379, 61);
this.txtPrisonerResume.TabIndex = 11;
//
// label17
//
this.label17.AutoSize = true;
this.label17.BackColor = System.Drawing.Color.Transparent;
this.label17.Location = new System.Drawing.Point(2, 8);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(65, 12);
this.label17.TabIndex = 10;
this.label17.Text = "简 历:";
//
// TabOther
//
this.TabOther.AttachedControl = this.tabControlPanel4;
this.TabOther.Name = "TabOther";
this.TabOther.Text = "其他资料(&O)";
//
// panelEx1
//
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx1.Controls.Add(this.panel1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx1.Location = new System.Drawing.Point(0, 571);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(818, 48);
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panelEx1.Style.GradientAngle = 90;
this.panelEx1.TabIndex = 2;
//
// panel1
//
this.panel1.Controls.Add(this.buttonX16);
this.panel1.Controls.Add(this.buttonX18);
this.panel1.Controls.Add(this.buttonX19);
this.panel1.Location = new System.Drawing.Point(161, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(432, 38);
this.panel1.TabIndex = 27;
//
// buttonX16
//
this.buttonX16.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX16.Location = new System.Drawing.Point(302, 2);
this.buttonX16.Name = "buttonX16";
this.buttonX16.Size = new System.Drawing.Size(126, 34);
this.buttonX16.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
this.buttonX16.TabIndex = 34;
this.buttonX16.Text = "取 消(&C)";
this.buttonX16.Click += new System.EventHandler(this.buttonX16_Click);
//
// buttonX18
//
this.buttonX18.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX18.Location = new System.Drawing.Point(4, 2);
this.buttonX18.Name = "buttonX18";
this.buttonX18.Size = new System.Drawing.Size(126, 34);
this.buttonX18.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
this.buttonX18.TabIndex = 33;
this.buttonX18.Text = "添 加(&A)";
this.buttonX18.Click += new System.EventHandler(this.buttonX18_Click);
//
// buttonX19
//
this.buttonX19.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX19.Location = new System.Drawing.Point(154, 2);
this.buttonX19.Name = "buttonX19";
this.buttonX19.Size = new System.Drawing.Size(126, 34);
this.buttonX19.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
this.buttonX19.TabIndex = 32;
this.buttonX19.Text = "应 用(&A)";
this.buttonX19.Click += new System.EventHandler(this.buttonX19_Click);
//
// panela1
//
this.panela1.Controls.Add(this.DataGridFR);
this.panela1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panela1.Location = new System.Drawing.Point(0, 0);
this.panela1.Name = "panela1";
this.panela1.Size = new System.Drawing.Size(818, 312);
this.panela1.TabIndex = 4;
//
// DataGridFR
//
this.DataGridFR.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DataGridFR.Dock = System.Windows.Forms.DockStyle.Fill;
this.DataGridFR.Location = new System.Drawing.Point(0, 0);
this.DataGridFR.Name = "DataGridFR";
this.DataGridFR.ReadOnly = true;
this.DataGridFR.RowHeadersWidth = 25;
this.DataGridFR.RowTemplate.Height = 23;
this.DataGridFR.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DataGridFR.Size = new System.Drawing.Size(818, 312);
this.DataGridFR.TabIndex = 1;
this.DataGridFR.Click += new System.EventHandler(this.DataGridFR_Click);
//
// frmPrisoner
//
this.ClientSize = new System.Drawing.Size(818, 619);
this.Controls.Add(this.panela1);
this.Controls.Add(this.CulpritTAB);
this.Controls.Add(this.panelEx1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmPrisoner";
this.Text = "犯人信息管理";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Resize += new System.EventHandler(this.frmPrisoner_Resize);
this.Load += new System.EventHandler(this.frmPrisoner_Load);
((System.ComponentModel.ISupportInitialize)(this.CulpritTAB)).EndInit();
this.CulpritTAB.ResumeLayout(false);
this.tabControlPanel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabControlPanel3.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.tabControlPanel2.ResumeLayout(false);
this.tabControlPanel2.PerformLayout();
this.tabControlPanel5.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.tabControlPanel4.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panelEx1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panela1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DataGridFR)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevComponents.DotNetBar.TabControl CulpritTAB;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel1;
private System.Windows.Forms.Panel panel2;
private DevComponents.DotNetBar.Controls.ComboBoxEx txtPrisonerJail;
private System.Windows.Forms.DateTimePicker tmePrisonerInTime;
private DevComponents.DotNetBar.Controls.ComboBoxEx cbxPrisonerCardClass;
private DevComponents.DotNetBar.Controls.ComboBoxEx cbxPrisonerCardType;
private DevComponents.DotNetBar.Controls.ComboBoxEx cbxPrisonerSex;
private DevComponents.DotNetBar.ButtonX buttonX2;
private DevComponents.DotNetBar.ButtonX buttonX1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerCardNum;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerWDNumber;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerName;
private System.Windows.Forms.Label label2;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerNumber;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private DevComponents.DotNetBar.TabItem TabBase;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.TreeView tvPt;
private System.Windows.Forms.TreeView tvPp;
private System.Windows.Forms.Label label68;
private System.Windows.Forms.Label label67;
private DevComponents.DotNetBar.TabItem TabDroit;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel2;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel5;
private System.Windows.Forms.Panel panel3;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerPhone;
private System.Windows.Forms.Label label16;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerPostalCode;
private System.Windows.Forms.Label label15;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerPostal;
private System.Windows.Forms.Label label14;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerAddress;
private System.Windows.Forms.Label label13;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerCardAddress;
private System.Windows.Forms.Label label12;
private DevComponents.DotNetBar.TabItem TabContact;
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX3;
private System.Windows.Forms.Label label11;
private DevComponents.DotNetBar.TabControlPanel tabControlPanel4;
private System.Windows.Forms.Panel panel5;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerRemarks;
private System.Windows.Forms.Label label19;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerCharacteristic;
private System.Windows.Forms.Label label18;
private DevComponents.DotNetBar.Controls.TextBoxX txtPrisonerResume;
private System.Windows.Forms.Label label17;
private DevComponents.DotNetBar.TabItem TabOther;
private DevComponents.DotNetBar.PanelEx panelEx1;
private System.Windows.Forms.Panel panel1;
private DevComponents.DotNetBar.ButtonX buttonX16;
private DevComponents.DotNetBar.ButtonX buttonX18;
private DevComponents.DotNetBar.ButtonX buttonX19;
private System.Windows.Forms.Panel panela1;
private System.Windows.Forms.DataGridView DataGridFR;
private DevComponents.DotNetBar.Controls.ComboBoxEx cbxPrisonerState;
private DevComponents.Editors.ComboItem comboItem1;
private DevComponents.Editors.ComboItem comboItem2;
private DevComponents.Editors.ComboItem comboItem3;
private DevComponents.Editors.ComboItem comboItem4;
private DevComponents.Editors.ComboItem comboItem5;
private DevComponents.Editors.ComboItem comboItem6;
private DevComponents.Editors.ComboItem comboItem7;
private DevComponents.Editors.ComboItem comboItem8;
private DevComponents.Editors.ComboItem comboItem9;
private DevComponents.Editors.ComboItem comboItem10;
private DevComponents.Editors.ComboItem comboItem11;
private DevComponents.Editors.ComboItem comboItem12;
private DevComponents.Editors.ComboItem comboItem13;
private DevComponents.Editors.ComboItem comboItem14;
private DevComponents.Editors.ComboItem comboItem15;
private DevComponents.Editors.ComboItem comboItem16;
private DevComponents.Editors.ComboItem comboItem17;
private DevComponents.Editors.ComboItem comboItem18;
private System.Windows.Forms.TextBox txtPrisonerID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -