|
|
namespace ManagementSystem { partial class InsuranceMaintain { /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InsuranceMaintain)); this.dgvDataMaintain = new System.Windows.Forms.DataGridView(); this.cDelColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.cUPDColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.cGUIDCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cInsuranceLevel = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cInsuranceAmountStart = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cInsuranceAmountEnd = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cC_LaborProtection = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cS_LaborProtection = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cC_HealthInsuranceAmount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cS_HealthInsuranceAmount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.cRetirementAmount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsButtons = new System.Windows.Forms.ToolStrip(); this.tsbSearch = new System.Windows.Forms.ToolStripButton(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.tsbEdit = new System.Windows.Forms.ToolStripButton(); this.tsbDelete = new System.Windows.Forms.ToolStripButton(); this.tsbSave = new System.Windows.Forms.ToolStripButton(); this.tsbOK = new System.Windows.Forms.ToolStripButton(); this.tsbCancel = new System.Windows.Forms.ToolStripButton(); this.tsbClean = new System.Windows.Forms.ToolStripButton(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).BeginInit(); this.tsButtons.SuspendLayout(); this.SuspendLayout(); //
// dgvDataMaintain
//
this.dgvDataMaintain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvDataMaintain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvDataMaintain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.cDelColumn, this.cUPDColumn, this.cGUIDCODE, this.cInsuranceLevel, this.cInsuranceAmountStart, this.cInsuranceAmountEnd, this.cC_LaborProtection, this.cS_LaborProtection, this.cC_HealthInsuranceAmount, this.cS_HealthInsuranceAmount, this.cRetirementAmount}); this.dgvDataMaintain.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvDataMaintain.Location = new System.Drawing.Point(20, 37); this.dgvDataMaintain.Margin = new System.Windows.Forms.Padding(5); this.dgvDataMaintain.Name = "dgvDataMaintain"; this.dgvDataMaintain.ReadOnly = true; this.dgvDataMaintain.RowTemplate.Height = 24; this.dgvDataMaintain.Size = new System.Drawing.Size(1893, 813); this.dgvDataMaintain.TabIndex = 0; this.dgvDataMaintain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellClick); this.dgvDataMaintain.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellEnter); this.dgvDataMaintain.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellValueChanged); //
// cDelColumn
//
this.cDelColumn.FalseValue = "N"; this.cDelColumn.HeaderText = "刪除"; this.cDelColumn.Name = "cDelColumn"; this.cDelColumn.ReadOnly = true; this.cDelColumn.TrueValue = "Y"; this.cDelColumn.Width = 50; //
// cUPDColumn
//
this.cUPDColumn.FalseValue = "N"; this.cUPDColumn.HeaderText = "修改"; this.cUPDColumn.Name = "cUPDColumn"; this.cUPDColumn.ReadOnly = true; this.cUPDColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.cUPDColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.cUPDColumn.TrueValue = "Y"; this.cUPDColumn.Visible = false; this.cUPDColumn.Width = 60; //
// cGUIDCODE
//
this.cGUIDCODE.DataPropertyName = "GUIDCode"; this.cGUIDCODE.HeaderText = "主鍵值"; this.cGUIDCODE.Name = "cGUIDCODE"; this.cGUIDCODE.ReadOnly = true; this.cGUIDCODE.Visible = false; this.cGUIDCODE.Width = 50; //
// cInsuranceLevel
//
this.cInsuranceLevel.DataPropertyName = "InsuranceLevel"; this.cInsuranceLevel.HeaderText = "級數"; this.cInsuranceLevel.Name = "cInsuranceLevel"; this.cInsuranceLevel.ReadOnly = true; //
// cInsuranceAmountStart
//
this.cInsuranceAmountStart.DataPropertyName = "InsuranceAmountStart"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle1.Format = "N0"; dataGridViewCellStyle1.NullValue = null; this.cInsuranceAmountStart.DefaultCellStyle = dataGridViewCellStyle1; this.cInsuranceAmountStart.HeaderText = "投保金額起始級距"; this.cInsuranceAmountStart.Name = "cInsuranceAmountStart"; this.cInsuranceAmountStart.ReadOnly = true; this.cInsuranceAmountStart.Width = 200; //
// cInsuranceAmountEnd
//
this.cInsuranceAmountEnd.DataPropertyName = "InsuranceAmountEnd"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle2.Format = "N0"; dataGridViewCellStyle2.NullValue = null; this.cInsuranceAmountEnd.DefaultCellStyle = dataGridViewCellStyle2; this.cInsuranceAmountEnd.HeaderText = "投保金額結束級距"; this.cInsuranceAmountEnd.Name = "cInsuranceAmountEnd"; this.cInsuranceAmountEnd.ReadOnly = true; this.cInsuranceAmountEnd.Width = 200; //
// cC_LaborProtection
//
this.cC_LaborProtection.DataPropertyName = "C_LaborProtection"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle3.Format = "N0"; dataGridViewCellStyle3.NullValue = null; this.cC_LaborProtection.DefaultCellStyle = dataGridViewCellStyle3; this.cC_LaborProtection.HeaderText = "公司提列勞保金額"; this.cC_LaborProtection.Name = "cC_LaborProtection"; this.cC_LaborProtection.ReadOnly = true; this.cC_LaborProtection.Width = 200; //
// cS_LaborProtection
//
this.cS_LaborProtection.DataPropertyName = "S_LaborProtection"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.Format = "N0"; dataGridViewCellStyle4.NullValue = null; this.cS_LaborProtection.DefaultCellStyle = dataGridViewCellStyle4; this.cS_LaborProtection.HeaderText = "自提勞保金額"; this.cS_LaborProtection.Name = "cS_LaborProtection"; this.cS_LaborProtection.ReadOnly = true; this.cS_LaborProtection.Width = 200; //
// cC_HealthInsuranceAmount
//
this.cC_HealthInsuranceAmount.DataPropertyName = "C_HealthInsuranceAmount"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle5.Format = "N0"; dataGridViewCellStyle5.NullValue = null; this.cC_HealthInsuranceAmount.DefaultCellStyle = dataGridViewCellStyle5; this.cC_HealthInsuranceAmount.HeaderText = "公司提列健保金額"; this.cC_HealthInsuranceAmount.Name = "cC_HealthInsuranceAmount"; this.cC_HealthInsuranceAmount.ReadOnly = true; this.cC_HealthInsuranceAmount.Width = 200; //
// cS_HealthInsuranceAmount
//
this.cS_HealthInsuranceAmount.DataPropertyName = "S_HealthInsuranceAmount"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle6.Format = "N0"; dataGridViewCellStyle6.NullValue = null; this.cS_HealthInsuranceAmount.DefaultCellStyle = dataGridViewCellStyle6; this.cS_HealthInsuranceAmount.HeaderText = "自提健保金額"; this.cS_HealthInsuranceAmount.Name = "cS_HealthInsuranceAmount"; this.cS_HealthInsuranceAmount.ReadOnly = true; this.cS_HealthInsuranceAmount.Width = 200; //
// cRetirementAmount
//
this.cRetirementAmount.DataPropertyName = "RetirementAmount"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle7.Format = "N0"; dataGridViewCellStyle7.NullValue = null; this.cRetirementAmount.DefaultCellStyle = dataGridViewCellStyle7; this.cRetirementAmount.HeaderText = "公提勞退金"; this.cRetirementAmount.Name = "cRetirementAmount"; this.cRetirementAmount.ReadOnly = true; this.cRetirementAmount.Width = 200; //
// tsButtons
//
this.tsButtons.ImageScalingSize = new System.Drawing.Size(25, 25); this.tsButtons.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSearch, this.tsbAdd, this.tsbEdit, this.tsbDelete, this.tsbSave, this.tsbOK, this.tsbCancel, this.tsbClean, this.tsbExit}); this.tsButtons.Location = new System.Drawing.Point(0, 0); this.tsButtons.Name = "tsButtons"; this.tsButtons.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0); this.tsButtons.Size = new System.Drawing.Size(1916, 32); this.tsButtons.TabIndex = 5; this.tsButtons.Text = "功能按鈕表"; //
// tsbSearch
//
this.tsbSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image"))); this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSearch.Name = "tsbSearch"; this.tsbSearch.Size = new System.Drawing.Size(29, 29); this.tsbSearch.Text = "搜尋"; this.tsbSearch.Visible = false; this.tsbSearch.Click += new System.EventHandler(this.tsbSearch_Click); //
// tsbAdd
//
this.tsbAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image"))); this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAdd.Name = "tsbAdd"; this.tsbAdd.Size = new System.Drawing.Size(29, 29); this.tsbAdd.Text = "新增"; this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click); //
// tsbEdit
//
this.tsbEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image"))); this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbEdit.Name = "tsbEdit"; this.tsbEdit.Size = new System.Drawing.Size(29, 29); this.tsbEdit.Text = "修改"; this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click); //
// tsbDelete
//
this.tsbDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image"))); this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbDelete.Name = "tsbDelete"; this.tsbDelete.Size = new System.Drawing.Size(29, 29); this.tsbDelete.Text = "刪除"; this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click); //
// tsbSave
//
this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbSave.Image"))); this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSave.Name = "tsbSave"; this.tsbSave.Size = new System.Drawing.Size(29, 29); this.tsbSave.Text = "儲存"; this.tsbSave.Visible = false; this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click); //
// tsbOK
//
this.tsbOK.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbOK.Image = ((System.Drawing.Image)(resources.GetObject("tsbOK.Image"))); this.tsbOK.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbOK.Name = "tsbOK"; this.tsbOK.Size = new System.Drawing.Size(29, 29); this.tsbOK.Text = "確認"; this.tsbOK.Visible = false; this.tsbOK.Click += new System.EventHandler(this.tsbOK_Click); //
// tsbCancel
//
this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image"))); this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbCancel.Name = "tsbCancel"; this.tsbCancel.Size = new System.Drawing.Size(29, 29); this.tsbCancel.Text = "取消"; this.tsbCancel.Visible = false; this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click); //
// tsbClean
//
this.tsbClean.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbClean.Image = ((System.Drawing.Image)(resources.GetObject("tsbClean.Image"))); this.tsbClean.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbClean.Name = "tsbClean"; this.tsbClean.Size = new System.Drawing.Size(29, 29); this.tsbClean.Text = "清除"; this.tsbClean.Click += new System.EventHandler(this.tsbClean_Click); //
// tsbExit
//
this.tsbExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image"))); this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbExit.Name = "tsbExit"; this.tsbExit.Size = new System.Drawing.Size(29, 29); this.tsbExit.Text = "離開"; this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click); //
// InsuranceMaintain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1916, 870); this.Controls.Add(this.tsButtons); this.Controls.Add(this.dgvDataMaintain); this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136))); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "InsuranceMaintain"; this.Text = "勞、健保級距資料維護"; this.Load += new System.EventHandler(this.InsuranceMaintain_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).EndInit(); this.tsButtons.ResumeLayout(false); this.tsButtons.PerformLayout(); this.ResumeLayout(false); this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dgvDataMaintain; private System.Windows.Forms.ToolStrip tsButtons; private System.Windows.Forms.ToolStripButton tsbSearch; private System.Windows.Forms.ToolStripButton tsbAdd; private System.Windows.Forms.ToolStripButton tsbEdit; private System.Windows.Forms.ToolStripButton tsbDelete; private System.Windows.Forms.ToolStripButton tsbSave; private System.Windows.Forms.ToolStripButton tsbOK; private System.Windows.Forms.ToolStripButton tsbCancel; private System.Windows.Forms.ToolStripButton tsbExit; private System.Windows.Forms.ToolStripButton tsbClean; private System.Windows.Forms.DataGridViewCheckBoxColumn cDelColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn cUPDColumn; private System.Windows.Forms.DataGridViewTextBoxColumn cGUIDCODE; private System.Windows.Forms.DataGridViewTextBoxColumn cInsuranceLevel; private System.Windows.Forms.DataGridViewTextBoxColumn cInsuranceAmountStart; private System.Windows.Forms.DataGridViewTextBoxColumn cInsuranceAmountEnd; private System.Windows.Forms.DataGridViewTextBoxColumn cC_LaborProtection; private System.Windows.Forms.DataGridViewTextBoxColumn cS_LaborProtection; private System.Windows.Forms.DataGridViewTextBoxColumn cC_HealthInsuranceAmount; private System.Windows.Forms.DataGridViewTextBoxColumn cS_HealthInsuranceAmount; private System.Windows.Forms.DataGridViewTextBoxColumn cRetirementAmount; } }
|