发票查询代码c# by赤峰

namespace EmailGroupSend
{
    partial class HitstoryQueryForm
    {
        /// <summary>
        /// 必要なデザイナ変数です。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 使用中のリソースをすべてクリーンアップします。
        /// </summary>
        /// <param name="disposing">マネージ リソースが破棄される場合 true、www.kfphw.com 破棄されない場合は false です。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows フォーム デザイナで生成されたコード

        /// <summary>
        /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
        /// コード エディタで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HitstoryQueryForm));
            this.dataGridView_history = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_history)).BeginInit();
            this.SuspendLayout();
            //
            // dataGridView_history
            //
            this.dataGridView_history.AllowUserToAddRows = false;
            this.dataGridView_history.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.dataGridView_history.BackgroundColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.dataGridView_history.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView_history.Location = new System.Drawing.Point(0, 1);
            this.dataGridView_history.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
            this.dataGridView_history.MultiSelect = false;
            this.dataGridView_history.Name = "dataGridView_history";
            this.dataGridView_history.ReadOnly = true;
            this.dataGridView_history.RowHeadersVisible = false;
            this.dataGridView_history.RowTemplate.Height = 21;
            this.dataGridView_history.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView_history.Size = new System.Drawing.Size(349, 232);
            this.dataGridView_history.TabIndex = 0;
            this.dataGridView_history.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_history_CellContentClick);
            //
            // HitstoryQueryForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.ClientSize = new System.Drawing.Size(349, 232);
            this.Controls.Add(this.dataGridView_history);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "HitstoryQueryForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "履歴照会";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HitstoryQueryForm_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView_history)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView_history;
    }
}

posted on 2013-04-18 15:44  yueyun168  阅读(165)  评论(0编辑  收藏  举报