namespace ManagementSystem { partial class CurrencySetting { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.dgvDataMaintain = new System.Windows.Forms.DataGridView(); this.cCurrency = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.cCurrencyRate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnConfirm = new System.Windows.Forms.Button(); this.btnCancle = new System.Windows.Forms.Button(); this.btnClean = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).BeginInit(); 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.cCurrency, this.cCurrencyRate}); this.dgvDataMaintain.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvDataMaintain.Location = new System.Drawing.Point(14, 34); this.dgvDataMaintain.Margin = new System.Windows.Forms.Padding(5); this.dgvDataMaintain.Name = "dgvDataMaintain"; this.dgvDataMaintain.RowTemplate.Height = 24; this.dgvDataMaintain.Size = new System.Drawing.Size(266, 128); this.dgvDataMaintain.TabIndex = 12; this.dgvDataMaintain.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellContentClick); this.dgvDataMaintain.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellEnter); this.dgvDataMaintain.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvDataMaintain_RowsAdded); this.dgvDataMaintain.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_RowValidated); this.dgvDataMaintain.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataMaintain_RowValidating); // // cCurrency // this.cCurrency.HeaderText = "幣別"; this.cCurrency.Name = "cCurrency"; this.cCurrency.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.cCurrency.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // cCurrencyRate // this.cCurrencyRate.HeaderText = "匯率設定"; this.cCurrencyRate.Name = "cCurrencyRate"; // // btnConfirm // this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnConfirm.Location = new System.Drawing.Point(21, 170); this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Size = new System.Drawing.Size(83, 36); this.btnConfirm.TabIndex = 13; this.btnConfirm.Text = "確 認"; this.btnConfirm.UseVisualStyleBackColor = true; this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click); // // btnCancle // this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancle.Location = new System.Drawing.Point(196, 170); this.btnCancle.Name = "btnCancle"; this.btnCancle.Size = new System.Drawing.Size(83, 36); this.btnCancle.TabIndex = 13; this.btnCancle.Text = "取 消"; this.btnCancle.UseVisualStyleBackColor = true; this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click); // // btnClean // this.btnClean.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClean.Location = new System.Drawing.Point(110, 170); this.btnClean.Name = "btnClean"; this.btnClean.Size = new System.Drawing.Size(80, 36); this.btnClean.TabIndex = 13; this.btnClean.Text = "清 除"; this.btnClean.UseVisualStyleBackColor = true; this.btnClean.Click += new System.EventHandler(this.btnClean_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(136, 20); this.label1.TabIndex = 14; this.label1.Text = "本幣:台幣(TWD)"; // // CurrencySetting // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(294, 218); this.Controls.Add(this.label1); this.Controls.Add(this.btnClean); this.Controls.Add(this.btnCancle); this.Controls.Add(this.btnConfirm); 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.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CurrencySetting"; this.Text = "幣別設定"; this.Load += new System.EventHandler(this.CurrencySetting_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dgvDataMaintain; private System.Windows.Forms.Button btnConfirm; private System.Windows.Forms.Button btnCancle; private System.Windows.Forms.Button btnClean; private System.Windows.Forms.DataGridViewComboBoxColumn cCurrency; private System.Windows.Forms.DataGridViewTextBoxColumn cCurrencyRate; private System.Windows.Forms.Label label1; } }