📄 frmtransfer.designer.cs
字号:
namespace UtPiowmsRFID
{
partial class frmTransfer
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTransfer));
this.tabControl4 = new DevComponents.DotNetBar.TabControl();
this.tabControlPanel16 = new DevComponents.DotNetBar.TabControlPanel();
this.panel2 = new System.Windows.Forms.Panel();
this.txtTransferID = new System.Windows.Forms.TextBox();
this.tmeTransferTime = new System.Windows.Forms.DateTimePicker();
this.cbxTransferPolice = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.txtTransferRemarks = new DevComponents.DotNetBar.Controls.TextBoxX();
this.label81 = new System.Windows.Forms.Label();
this.label80 = new System.Windows.Forms.Label();
this.txtTransferReason = new DevComponents.DotNetBar.Controls.TextBoxX();
this.label79 = new System.Windows.Forms.Label();
this.label78 = new System.Windows.Forms.Label();
this.cbxTransferAdjust = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label77 = new System.Windows.Forms.Label();
this.cbxTransferBelong = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label76 = new System.Windows.Forms.Label();
this.cbxTransferName = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label75 = new System.Windows.Forms.Label();
this.tabItem9 = new DevComponents.DotNetBar.TabItem(this.components);
this.panelEx8 = new DevComponents.DotNetBar.PanelEx();
this.panel1 = new System.Windows.Forms.Panel();
this.buttonX20 = new DevComponents.DotNetBar.ButtonX();
this.buttonX21 = new DevComponents.DotNetBar.ButtonX();
this.buttonX22 = new DevComponents.DotNetBar.ButtonX();
this.panel3 = new System.Windows.Forms.Panel();
this.dataGridView3 = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.tabControl4)).BeginInit();
this.tabControl4.SuspendLayout();
this.tabControlPanel16.SuspendLayout();
this.panel2.SuspendLayout();
this.panelEx8.SuspendLayout();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
this.SuspendLayout();
//
// tabControl4
//
this.tabControl4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(125)))), ((int)(((byte)(125)))));
this.tabControl4.CanReorderTabs = true;
this.tabControl4.Controls.Add(this.tabControlPanel16);
this.tabControl4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tabControl4.Location = new System.Drawing.Point(0, 263);
this.tabControl4.Name = "tabControl4";
this.tabControl4.SelectedTabFont = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
this.tabControl4.SelectedTabIndex = 0;
this.tabControl4.Size = new System.Drawing.Size(773, 207);
this.tabControl4.Style = DevComponents.DotNetBar.eTabStripStyle.VS2005Document;
this.tabControl4.TabIndex = 6;
this.tabControl4.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
this.tabControl4.Tabs.Add(this.tabItem9);
this.tabControl4.Text = "tabControl4";
//
// tabControlPanel16
//
this.tabControlPanel16.Controls.Add(this.panel2);
this.tabControlPanel16.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControlPanel16.Location = new System.Drawing.Point(0, 26);
this.tabControlPanel16.Name = "tabControlPanel16";
this.tabControlPanel16.Padding = new System.Windows.Forms.Padding(1);
this.tabControlPanel16.Size = new System.Drawing.Size(773, 181);
this.tabControlPanel16.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
this.tabControlPanel16.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.tabControlPanel16.Style.BorderColor.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(157)))), ((int)(((byte)(185)))));
this.tabControlPanel16.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right)
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel16.Style.GradientAngle = 90;
this.tabControlPanel16.TabIndex = 1;
this.tabControlPanel16.TabItem = this.tabItem9;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Transparent;
this.panel2.Controls.Add(this.txtTransferID);
this.panel2.Controls.Add(this.tmeTransferTime);
this.panel2.Controls.Add(this.cbxTransferPolice);
this.panel2.Controls.Add(this.txtTransferRemarks);
this.panel2.Controls.Add(this.label81);
this.panel2.Controls.Add(this.label80);
this.panel2.Controls.Add(this.txtTransferReason);
this.panel2.Controls.Add(this.label79);
this.panel2.Controls.Add(this.label78);
this.panel2.Controls.Add(this.cbxTransferAdjust);
this.panel2.Controls.Add(this.label77);
this.panel2.Controls.Add(this.cbxTransferBelong);
this.panel2.Controls.Add(this.label76);
this.panel2.Controls.Add(this.cbxTransferName);
this.panel2.Controls.Add(this.label75);
this.panel2.Location = new System.Drawing.Point(36, 29);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(683, 122);
this.panel2.TabIndex = 35;
//
// txtTransferID
//
this.txtTransferID.Location = new System.Drawing.Point(205, 5);
this.txtTransferID.Name = "txtTransferID";
this.txtTransferID.Size = new System.Drawing.Size(12, 21);
this.txtTransferID.TabIndex = 49;
this.txtTransferID.Visible = false;
//
// tmeTransferTime
//
this.tmeTransferTime.Location = new System.Drawing.Point(293, 52);
this.tmeTransferTime.Name = "tmeTransferTime";
this.tmeTransferTime.Size = new System.Drawing.Size(124, 21);
this.tmeTransferTime.TabIndex = 48;
//
// cbxTransferPolice
//
this.cbxTransferPolice.DisplayMember = "Text";
this.cbxTransferPolice.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.cbxTransferPolice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxTransferPolice.FormattingEnabled = true;
this.cbxTransferPolice.ItemHeight = 16;
this.cbxTransferPolice.Location = new System.Drawing.Point(293, 97);
this.cbxTransferPolice.Name = "cbxTransferPolice";
this.cbxTransferPolice.Size = new System.Drawing.Size(124, 22);
this.cbxTransferPolice.TabIndex = 47;
//
// txtTransferRemarks
//
//
//
//
this.txtTransferRemarks.Border.Class = "TextBoxBorder";
this.txtTransferRemarks.Location = new System.Drawing.Point(511, 5);
this.txtTransferRemarks.Multiline = true;
this.txtTransferRemarks.Name = "txtTransferRemarks";
this.txtTransferRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtTransferRemarks.Size = new System.Drawing.Size(165, 114);
this.txtTransferRemarks.TabIndex = 46;
//
// label81
//
this.label81.AutoSize = true;
this.label81.BackColor = System.Drawing.Color.Transparent;
this.label81.Location = new System.Drawing.Point(440, 9);
this.label81.Name = "label81";
this.label81.Size = new System.Drawing.Size(65, 12);
this.label81.TabIndex = 45;
this.label81.Text = "调动备注:";
//
// label80
//
this.label80.AutoSize = true;
this.label80.BackColor = System.Drawing.Color.Transparent;
this.label80.Location = new System.Drawing.Point(222, 102);
this.label80.Name = "label80";
this.label80.Size = new System.Drawing.Size(65, 12);
this.label80.TabIndex = 44;
this.label80.Text = "负责警员:";
//
// txtTransferReason
//
//
//
//
this.txtTransferReason.Border.Class = "TextBoxBorder";
this.txtTransferReason.Location = new System.Drawing.Point(78, 98);
this.txtTransferReason.Name = "txtTransferReason";
this.txtTransferReason.Size = new System.Drawing.Size(124, 21);
this.txtTransferReason.TabIndex = 43;
//
// label79
//
this.label79.AutoSize = true;
this.label79.BackColor = System.Drawing.Color.Transparent;
this.label79.Location = new System.Drawing.Point(7, 102);
this.label79.Name = "label79";
this.label79.Size = new System.Drawing.Size(65, 12);
this.label79.TabIndex = 42;
this.label79.Text = "调入原因:";
//
// label78
//
this.label78.AutoSize = true;
this.label78.BackColor = System.Drawing.Color.Transparent;
this.label78.Location = new System.Drawing.Point(222, 9);
this.label78.Name = "label78";
this.label78.Size = new System.Drawing.Size(65, 12);
this.label78.TabIndex = 41;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -