📄 stockdeliverlist.h
字号:
this->lbl_Title->Name = S"lbl_Title";
this->lbl_Title->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"lbl_Title.RightToLeft")));
this->lbl_Title->Size = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"lbl_Title.Size")));
this->lbl_Title->TabIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"lbl_Title.TabIndex")));
this->lbl_Title->Text = resources->GetString(S"lbl_Title.Text");
this->lbl_Title->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"lbl_Title.TextAlign")));
this->lbl_Title->Visible = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"lbl_Title.Visible")));
//
// button3
//
this->button3->AccessibleDescription = resources->GetString(S"button3.AccessibleDescription");
this->button3->AccessibleName = resources->GetString(S"button3.AccessibleName");
this->button3->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles * >(resources->GetObject(S"button3.Anchor")));
this->button3->BackgroundImage = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"button3.BackgroundImage")));
this->button3->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle * >(resources->GetObject(S"button3.Dock")));
this->button3->Enabled = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"button3.Enabled")));
this->button3->FlatStyle = (*__try_cast<__box System::Windows::Forms::FlatStyle * >(resources->GetObject(S"button3.FlatStyle")));
this->button3->Font = (__try_cast<System::Drawing::Font * >(resources->GetObject(S"button3.Font")));
this->button3->Image = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"button3.Image")));
this->button3->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"button3.ImageAlign")));
this->button3->ImageIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"button3.ImageIndex")));
this->button3->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode * >(resources->GetObject(S"button3.ImeMode")));
this->button3->Location = (*__try_cast<__box System::Drawing::Point * >(resources->GetObject(S"button3.Location")));
this->button3->Name = S"button3";
this->button3->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"button3.RightToLeft")));
this->button3->Size = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"button3.Size")));
this->button3->TabIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"button3.TabIndex")));
this->button3->Text = resources->GetString(S"button3.Text");
this->button3->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"button3.TextAlign")));
this->button3->Visible = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"button3.Visible")));
//
// comboBoxLine
//
this->comboBoxLine->AccessibleDescription = resources->GetString(S"comboBoxLine.AccessibleDescription");
this->comboBoxLine->AccessibleName = resources->GetString(S"comboBoxLine.AccessibleName");
this->comboBoxLine->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles * >(resources->GetObject(S"comboBoxLine.Anchor")));
this->comboBoxLine->BackgroundImage = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"comboBoxLine.BackgroundImage")));
this->comboBoxLine->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle * >(resources->GetObject(S"comboBoxLine.Dock")));
this->comboBoxLine->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
this->comboBoxLine->Enabled = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"comboBoxLine.Enabled")));
this->comboBoxLine->Font = (__try_cast<System::Drawing::Font * >(resources->GetObject(S"comboBoxLine.Font")));
this->comboBoxLine->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode * >(resources->GetObject(S"comboBoxLine.ImeMode")));
this->comboBoxLine->IntegralHeight = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"comboBoxLine.IntegralHeight")));
this->comboBoxLine->ItemHeight = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxLine.ItemHeight")));
System::Object* __mcTemp__1[] = new System::Object*[3];
__mcTemp__1[0] = resources->GetString(S"comboBoxLine.Items");
__mcTemp__1[1] = resources->GetString(S"comboBoxLine.Items1");
__mcTemp__1[2] = resources->GetString(S"comboBoxLine.Items2");
this->comboBoxLine->Items->AddRange(__mcTemp__1);
this->comboBoxLine->Location = (*__try_cast<__box System::Drawing::Point * >(resources->GetObject(S"comboBoxLine.Location")));
this->comboBoxLine->MaxDropDownItems = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxLine.MaxDropDownItems")));
this->comboBoxLine->MaxLength = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxLine.MaxLength")));
this->comboBoxLine->Name = S"comboBoxLine";
this->comboBoxLine->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"comboBoxLine.RightToLeft")));
this->comboBoxLine->Size = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"comboBoxLine.Size")));
this->comboBoxLine->TabIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxLine.TabIndex")));
this->comboBoxLine->Text = resources->GetString(S"comboBoxLine.Text");
this->comboBoxLine->Visible = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"comboBoxLine.Visible")));
this->comboBoxLine->SelectedIndexChanged += new System::EventHandler(this, comboBoxLine_SelectedIndexChanged);
//
// label1
//
this->label1->AccessibleDescription = resources->GetString(S"label1.AccessibleDescription");
this->label1->AccessibleName = resources->GetString(S"label1.AccessibleName");
this->label1->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles * >(resources->GetObject(S"label1.Anchor")));
this->label1->AutoSize = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label1.AutoSize")));
this->label1->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle * >(resources->GetObject(S"label1.Dock")));
this->label1->Enabled = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label1.Enabled")));
this->label1->Font = (__try_cast<System::Drawing::Font * >(resources->GetObject(S"label1.Font")));
this->label1->Image = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"label1.Image")));
this->label1->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"label1.ImageAlign")));
this->label1->ImageIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"label1.ImageIndex")));
this->label1->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode * >(resources->GetObject(S"label1.ImeMode")));
this->label1->Location = (*__try_cast<__box System::Drawing::Point * >(resources->GetObject(S"label1.Location")));
this->label1->Name = S"label1";
this->label1->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"label1.RightToLeft")));
this->label1->Size = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"label1.Size")));
this->label1->TabIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"label1.TabIndex")));
this->label1->Text = resources->GetString(S"label1.Text");
this->label1->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"label1.TextAlign")));
this->label1->Visible = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label1.Visible")));
//
// label2
//
this->label2->AccessibleDescription = resources->GetString(S"label2.AccessibleDescription");
this->label2->AccessibleName = resources->GetString(S"label2.AccessibleName");
this->label2->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles * >(resources->GetObject(S"label2.Anchor")));
this->label2->AutoSize = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label2.AutoSize")));
this->label2->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle * >(resources->GetObject(S"label2.Dock")));
this->label2->Enabled = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label2.Enabled")));
this->label2->Font = (__try_cast<System::Drawing::Font * >(resources->GetObject(S"label2.Font")));
this->label2->Image = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"label2.Image")));
this->label2->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"label2.ImageAlign")));
this->label2->ImageIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"label2.ImageIndex")));
this->label2->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode * >(resources->GetObject(S"label2.ImeMode")));
this->label2->Location = (*__try_cast<__box System::Drawing::Point * >(resources->GetObject(S"label2.Location")));
this->label2->Name = S"label2";
this->label2->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"label2.RightToLeft")));
this->label2->Size = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"label2.Size")));
this->label2->TabIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"label2.TabIndex")));
this->label2->Text = resources->GetString(S"label2.Text");
this->label2->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"label2.TextAlign")));
this->label2->Visible = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label2.Visible")));
//
// comboBoxProcess
//
this->comboBoxProcess->AccessibleDescription = resources->GetString(S"comboBoxProcess.AccessibleDescription");
this->comboBoxProcess->AccessibleName = resources->GetString(S"comboBoxProcess.AccessibleName");
this->comboBoxProcess->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles * >(resources->GetObject(S"comboBoxProcess.Anchor")));
this->comboBoxProcess->BackgroundImage = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"comboBoxProcess.BackgroundImage")));
this->comboBoxProcess->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle * >(resources->GetObject(S"comboBoxProcess.Dock")));
this->comboBoxProcess->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
this->comboBoxProcess->Enabled = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"comboBoxProcess.Enabled")));
this->comboBoxProcess->Font = (__try_cast<System::Drawing::Font * >(resources->GetObject(S"comboBoxProcess.Font")));
this->comboBoxProcess->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode * >(resources->GetObject(S"comboBoxProcess.ImeMode")));
this->comboBoxProcess->IntegralHeight = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"comboBoxProcess.IntegralHeight")));
this->comboBoxProcess->ItemHeight = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxProcess.ItemHeight")));
this->comboBoxProcess->Location = (*__try_cast<__box System::Drawing::Point * >(resources->GetObject(S"comboBoxProcess.Location")));
this->comboBoxProcess->MaxDropDownItems = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxProcess.MaxDropDownItems")));
this->comboBoxProcess->MaxLength = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxProcess.MaxLength")));
this->comboBoxProcess->Name = S"comboBoxProcess";
this->comboBoxProcess->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"comboBoxProcess.RightToLeft")));
this->comboBoxProcess->Size = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"comboBoxProcess.Size")));
this->comboBoxProcess->TabIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxProcess.TabIndex")));
this->comboBoxProcess->Text = resources->GetString(S"comboBoxProcess.Text");
this->comboBoxProcess->Visible = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"comboBoxProcess.Visible")));
this->comboBoxProcess->SelectedIndexChanged += new System::EventHandler(this, comboBoxProcess_SelectedIndexChanged);
//
// comboBoxShift
//
this->comboBoxShift->AccessibleDescription = resources->GetString(S"comboBoxShift.AccessibleDescription");
this->comboBoxShift->AccessibleName = resources->GetString(S"comboBoxShift.AccessibleName");
this->comboBoxShift->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles * >(resources->GetObject(S"comboBoxShift.Anchor")));
this->comboBoxShift->BackgroundImage = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"comboBoxShift.BackgroundImage")));
this->comboBoxShift->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle * >(resources->GetObject(S"comboBoxShift.Dock")));
this->comboBoxShift->DropDownStyle = System::Windows::Forms::ComboBoxStyle::DropDownList;
this->comboBoxShift->Enabled = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"comboBoxShift.Enabled")));
this->comboBoxShift->Font = (__try_cast<System::Drawing::Font * >(resources->GetObject(S"comboBoxShift.Font")));
this->comboBoxShift->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode * >(resources->GetObject(S"comboBoxShift.ImeMode")));
this->comboBoxShift->IntegralHeight = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"comboBoxShift.IntegralHeight")));
this->comboBoxShift->ItemHeight = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxShift.ItemHeight")));
System::Object* __mcTemp__2[] = new System::Object*[3];
__mcTemp__2[0] = resources->GetString(S"comboBoxShift.Items");
__mcTemp__2[1] = resources->GetString(S"comboBoxShift.Items1");
__mcTemp__2[2] = resources->GetString(S"comboBoxShift.Items2");
this->comboBoxShift->Items->AddRange(__mcTemp__2);
this->comboBoxShift->Location = (*__try_cast<__box System::Drawing::Point * >(resources->GetObject(S"comboBoxShift.Location")));
this->comboBoxShift->MaxDropDownItems = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxShift.MaxDropDownItems")));
this->comboBoxShift->MaxLength = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxShift.MaxLength")));
this->comboBoxShift->Name = S"comboBoxShift";
this->comboBoxShift->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"comboBoxShift.RightToLeft")));
this->comboBoxShift->Size = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"comboBoxShift.Size")));
this->comboBoxShift->TabIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"comboBoxShift.TabIndex")));
this->comboBoxShift->Text = resources->GetString(S"comboBoxShift.Text");
this->comboBoxShift->Visible = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"comboBoxShift.Visible")));
this->comboBoxShift->SelectedIndexChanged += new System::EventHandler(this, comboBoxShift_SelectedIndexChanged);
//
// label3
//
this->label3->AccessibleDescription = resources->GetString(S"label3.AccessibleDescription");
this->label3->AccessibleName = resources->GetString(S"label3.AccessibleName");
this->label3->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles * >(resources->GetObject(S"label3.Anchor")));
this->label3->AutoSize = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label3.AutoSize")));
this->label3->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle * >(resources->GetObject(S"label3.Dock")));
this->label3->Enabled = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label3.Enabled")));
this->label3->Font = (__try_cast<System::Drawing::Font * >(resources->GetObject(S"label3.Font")));
this->label3->Image = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"label3.Image")));
this->label3->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"label3.ImageAlign")));
this->label3->ImageIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"label3.ImageIndex")));
this->label3->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode * >(resources->GetObject(S"label3.ImeMode")));
this->label3->Location = (*__try_cast<__box System::Drawing::Point * >(resources->GetObject(S"label3.Location")));
this->label3->Name = S"label3";
this->label3->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"label3.RightToLeft")));
this->label3->Size = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"label3.Size")));
this->label3->TabIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"label3.TabIndex")));
this->label3->Text = resources->GetString(S"label3.Text");
this->label3->TextAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"label3.TextAlign")));
this->label3->Visible = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label3.Visible")));
//
// label4
//
this->label4->AccessibleDescription = resources->GetString(S"label4.AccessibleDescription");
this->label4->AccessibleName = resources->GetString(S"label4.AccessibleName");
this->label4->Anchor = (*__try_cast<__box System::Windows::Forms::AnchorStyles * >(resources->GetObject(S"label4.Anchor")));
this->label4->AutoSize = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label4.AutoSize")));
this->label4->Dock = (*__try_cast<__box System::Windows::Forms::DockStyle * >(resources->GetObject(S"label4.Dock")));
this->label4->Enabled = (*__try_cast<__box System::Boolean * >(resources->GetObject(S"label4.Enabled")));
this->label4->Font = (__try_cast<System::Drawing::Font * >(resources->GetObject(S"label4.Font")));
this->label4->Image = (__try_cast<System::Drawing::Image * >(resources->GetObject(S"label4.Image")));
this->label4->ImageAlign = (*__try_cast<__box System::Drawing::ContentAlignment * >(resources->GetObject(S"label4.ImageAlign")));
this->label4->ImageIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"label4.ImageIndex")));
this->label4->ImeMode = (*__try_cast<__box System::Windows::Forms::ImeMode * >(resources->GetObject(S"label4.ImeMode")));
this->label4->Location = (*__try_cast<__box System::Drawing::Point * >(resources->GetObject(S"label4.Location")));
this->label4->Name = S"label4";
this->label4->RightToLeft = (*__try_cast<__box System::Windows::Forms::RightToLeft * >(resources->GetObject(S"label4.RightToLeft")));
this->label4->Size = (*__try_cast<__box System::Drawing::Size * >(resources->GetObject(S"label4.Size")));
this->label4->TabIndex = (*__try_cast<__box System::Int32 * >(resources->GetObject(S"label4.TabIndex")));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -