⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commonrepairform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
namespace MyCommunity
{
    partial class CommonRepairForm
    {
        /// <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.Windows.Forms.Label 维修编号Label;
            System.Windows.Forms.Label 财产编号Label;
            System.Windows.Forms.Label 财产名称Label;
            System.Windows.Forms.Label 报修日期Label;
            System.Windows.Forms.Label 报修人员Label;
            System.Windows.Forms.Label 故障现象Label;
            System.Windows.Forms.Label 受理人员Label;
            System.Windows.Forms.Label 处理意见Label;
            System.Windows.Forms.Label 修理日期Label;
            System.Windows.Forms.Label 修理人员Label;
            System.Windows.Forms.Label 修理费用Label;
            System.Windows.Forms.Label 材料费用Label;
            System.Windows.Forms.Label 修理结果Label;
            System.Windows.Forms.Label 补充说明Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CommonRepairForm));
            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();
            this.公共维修BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.公共维修BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.维修编号ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.维修编号ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.公共维修BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.打印ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.维修编号TextBox = new System.Windows.Forms.TextBox();
            this.财产编号TextBox = new System.Windows.Forms.TextBox();
            this.财产名称ComboBox = new System.Windows.Forms.ComboBox();
            this.公共财产BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.报修日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.报修人员TextBox = new System.Windows.Forms.TextBox();
            this.故障现象TextBox = new System.Windows.Forms.TextBox();
            this.受理人员TextBox = new System.Windows.Forms.TextBox();
            this.处理意见TextBox = new System.Windows.Forms.TextBox();
            this.修理日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.修理人员TextBox = new System.Windows.Forms.TextBox();
            this.修理费用TextBox = new System.Windows.Forms.TextBox();
            this.材料费用TextBox = new System.Windows.Forms.TextBox();
            this.修理结果TextBox = new System.Windows.Forms.TextBox();
            this.补充说明TextBox = new System.Windows.Forms.TextBox();
            this.公共维修TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.公共维修TableAdapter();
            this.公共维修DataGridView = new System.Windows.Forms.DataGridView();
            this.维修编号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.财产编号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.财产名称DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.报修日期DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.报修人员DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.故障现象DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.受理人员DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.处理意见DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.修理日期DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.修理人员DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.修理费用DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.材料费用DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.修理结果DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.补充说明DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.公共财产TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.公共财产TableAdapter();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            维修编号Label = new System.Windows.Forms.Label();
            财产编号Label = new System.Windows.Forms.Label();
            财产名称Label = new System.Windows.Forms.Label();
            报修日期Label = new System.Windows.Forms.Label();
            报修人员Label = new System.Windows.Forms.Label();
            故障现象Label = new System.Windows.Forms.Label();
            受理人员Label = new System.Windows.Forms.Label();
            处理意见Label = new System.Windows.Forms.Label();
            修理日期Label = new System.Windows.Forms.Label();
            修理人员Label = new System.Windows.Forms.Label();
            修理费用Label = new System.Windows.Forms.Label();
            材料费用Label = new System.Windows.Forms.Label();
            修理结果Label = new System.Windows.Forms.Label();
            补充说明Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.公共维修BindingNavigator)).BeginInit();
            this.公共维修BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.公共维修BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.公共财产BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.公共维修DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 维修编号Label
            // 
            维修编号Label.AutoSize = true;
            维修编号Label.Location = new System.Drawing.Point(8, 32);
            维修编号Label.Name = "维修编号Label";
            维修编号Label.Size = new System.Drawing.Size(59, 12);
            维修编号Label.TabIndex = 2;
            维修编号Label.Text = "维修编号:";
            // 
            // 财产编号Label
            // 
            财产编号Label.AutoSize = true;
            财产编号Label.Location = new System.Drawing.Point(188, 33);
            财产编号Label.Name = "财产编号Label";
            财产编号Label.Size = new System.Drawing.Size(59, 12);
            财产编号Label.TabIndex = 4;
            财产编号Label.Text = "财产编号:";
            // 
            // 财产名称Label
            // 
            财产名称Label.AutoSize = true;
            财产名称Label.Location = new System.Drawing.Point(351, 33);
            财产名称Label.Name = "财产名称Label";
            财产名称Label.Size = new System.Drawing.Size(59, 12);
            财产名称Label.TabIndex = 6;
            财产名称Label.Text = "财产名称:";
            // 
            // 报修日期Label
            // 
            报修日期Label.AutoSize = true;
            报修日期Label.Location = new System.Drawing.Point(8, 57);
            报修日期Label.Name = "报修日期Label";
            报修日期Label.Size = new System.Drawing.Size(59, 12);
            报修日期Label.TabIndex = 8;
            报修日期Label.Text = "报修日期:";
            // 
            // 报修人员Label
            // 
            报修人员Label.AutoSize = true;
            报修人员Label.Location = new System.Drawing.Point(215, 57);
            报修人员Label.Name = "报修人员Label";
            报修人员Label.Size = new System.Drawing.Size(59, 12);
            报修人员Label.TabIndex = 10;
            报修人员Label.Text = "报修人员:";
            // 
            // 故障现象Label
            // 
            故障现象Label.AutoSize = true;
            故障现象Label.Location = new System.Drawing.Point(8, 82);
            故障现象Label.Name = "故障现象Label";
            故障现象Label.Size = new System.Drawing.Size(59, 12);
            故障现象Label.TabIndex = 12;
            故障现象Label.Text = "故障现象:";
            // 
            // 受理人员Label
            // 
            受理人员Label.AutoSize = true;
            受理人员Label.Location = new System.Drawing.Point(369, 57);
            受理人员Label.Name = "受理人员Label";
            受理人员Label.Size = new System.Drawing.Size(59, 12);
            受理人员Label.TabIndex = 14;
            受理人员Label.Text = "受理人员:";
            // 
            // 处理意见Label
            // 
            处理意见Label.AutoSize = true;
            处理意见Label.Location = new System.Drawing.Point(8, 106);
            处理意见Label.Name = "处理意见Label";
            处理意见Label.Size = new System.Drawing.Size(59, 12);
            处理意见Label.TabIndex = 16;
            处理意见Label.Text = "处理意见:";
            // 
            // 修理日期Label
            // 
            修理日期Label.AutoSize = true;
            修理日期Label.Location = new System.Drawing.Point(8, 132);
            修理日期Label.Name = "修理日期Label";
            修理日期Label.Size = new System.Drawing.Size(59, 12);
            修理日期Label.TabIndex = 18;
            修理日期Label.Text = "修理日期:";
            // 
            // 修理人员Label

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -